azure-native.media.listStreamingLocatorContentKeys
Class of response for listContentKeys action API Version: 2020-05-01.
Using listStreamingLocatorContentKeys
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listStreamingLocatorContentKeys(args: ListStreamingLocatorContentKeysArgs, opts?: InvokeOptions): Promise<ListStreamingLocatorContentKeysResult>
function listStreamingLocatorContentKeysOutput(args: ListStreamingLocatorContentKeysOutputArgs, opts?: InvokeOptions): Output<ListStreamingLocatorContentKeysResult>
def list_streaming_locator_content_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
streaming_locator_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListStreamingLocatorContentKeysResult
def list_streaming_locator_content_keys_output(account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
streaming_locator_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListStreamingLocatorContentKeysResult]
func ListStreamingLocatorContentKeys(ctx *Context, args *ListStreamingLocatorContentKeysArgs, opts ...InvokeOption) (*ListStreamingLocatorContentKeysResult, error)
func ListStreamingLocatorContentKeysOutput(ctx *Context, args *ListStreamingLocatorContentKeysOutputArgs, opts ...InvokeOption) ListStreamingLocatorContentKeysResultOutput
> Note: This function is named ListStreamingLocatorContentKeys
in the Go SDK.
public static class ListStreamingLocatorContentKeys
{
public static Task<ListStreamingLocatorContentKeysResult> InvokeAsync(ListStreamingLocatorContentKeysArgs args, InvokeOptions? opts = null)
public static Output<ListStreamingLocatorContentKeysResult> Invoke(ListStreamingLocatorContentKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListStreamingLocatorContentKeysResult> listStreamingLocatorContentKeys(ListStreamingLocatorContentKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:media:listStreamingLocatorContentKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string The Media Services account name.
- Resource
Group stringName The name of the resource group within the Azure subscription.
- Streaming
Locator stringName The Streaming Locator name.
- Account
Name string The Media Services account name.
- Resource
Group stringName The name of the resource group within the Azure subscription.
- Streaming
Locator stringName The Streaming Locator name.
- account
Name String The Media Services account name.
- resource
Group StringName The name of the resource group within the Azure subscription.
- streaming
Locator StringName The Streaming Locator name.
- account
Name string The Media Services account name.
- resource
Group stringName The name of the resource group within the Azure subscription.
- streaming
Locator stringName The Streaming Locator name.
- account_
name str The Media Services account name.
- resource_
group_ strname The name of the resource group within the Azure subscription.
- streaming_
locator_ strname The Streaming Locator name.
- account
Name String The Media Services account name.
- resource
Group StringName The name of the resource group within the Azure subscription.
- streaming
Locator StringName The Streaming Locator name.
listStreamingLocatorContentKeys Result
The following output properties are available:
- Content
Keys List<Pulumi.Azure Native. Media. Outputs. Streaming Locator Content Key Response> ContentKeys used by current Streaming Locator
- Content
Keys []StreamingLocator Content Key Response ContentKeys used by current Streaming Locator
- content
Keys List<StreamingLocator Content Key Response> ContentKeys used by current Streaming Locator
- content
Keys StreamingLocator Content Key Response[] ContentKeys used by current Streaming Locator
- content_
keys Sequence[StreamingLocator Content Key Response] ContentKeys used by current Streaming Locator
- content
Keys List<Property Map> ContentKeys used by current Streaming Locator
Supporting Types
StreamingLocatorContentKeyResponse
- Id string
ID of Content Key
- Policy
Name string ContentKeyPolicy used by Content Key
- Tracks
List<Pulumi.
Azure Native. Media. Inputs. Track Selection Response> Tracks which use this Content Key
- Type string
Encryption type of Content Key
- Label
Reference stringIn Streaming Policy Label of Content Key as specified in the Streaming Policy
- Value string
Value of Content Key
- Id string
ID of Content Key
- Policy
Name string ContentKeyPolicy used by Content Key
- Tracks
[]Track
Selection Response Tracks which use this Content Key
- Type string
Encryption type of Content Key
- Label
Reference stringIn Streaming Policy Label of Content Key as specified in the Streaming Policy
- Value string
Value of Content Key
- id String
ID of Content Key
- policy
Name String ContentKeyPolicy used by Content Key
- tracks
List<Track
Selection Response> Tracks which use this Content Key
- type String
Encryption type of Content Key
- label
Reference StringIn Streaming Policy Label of Content Key as specified in the Streaming Policy
- value String
Value of Content Key
- id string
ID of Content Key
- policy
Name string ContentKeyPolicy used by Content Key
- tracks
Track
Selection Response[] Tracks which use this Content Key
- type string
Encryption type of Content Key
- label
Reference stringIn Streaming Policy Label of Content Key as specified in the Streaming Policy
- value string
Value of Content Key
- id str
ID of Content Key
- policy_
name str ContentKeyPolicy used by Content Key
- tracks
Sequence[Track
Selection Response] Tracks which use this Content Key
- type str
Encryption type of Content Key
- label_
reference_ strin_ streaming_ policy Label of Content Key as specified in the Streaming Policy
- value str
Value of Content Key
- id String
ID of Content Key
- policy
Name String ContentKeyPolicy used by Content Key
- tracks List<Property Map>
Tracks which use this Content Key
- type String
Encryption type of Content Key
- label
Reference StringIn Streaming Policy Label of Content Key as specified in the Streaming Policy
- value String
Value of Content Key
TrackPropertyConditionResponse
TrackSelectionResponse
- Track
Selections List<Pulumi.Azure Native. Media. Inputs. Track Property Condition Response> TrackSelections is a track property condition list which can specify track(s)
- Track
Selections []TrackProperty Condition Response TrackSelections is a track property condition list which can specify track(s)
- track
Selections List<TrackProperty Condition Response> TrackSelections is a track property condition list which can specify track(s)
- track
Selections TrackProperty Condition Response[] TrackSelections is a track property condition list which can specify track(s)
- track_
selections Sequence[TrackProperty Condition Response] TrackSelections is a track property condition list which can specify track(s)
- track
Selections List<Property Map> TrackSelections is a track property condition list which can specify track(s)
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0