azure-native.media.listAssetStreamingLocators
The Streaming Locators associated with this Asset. API Version: 2020-05-01.
Using listAssetStreamingLocators
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 listAssetStreamingLocators(args: ListAssetStreamingLocatorsArgs, opts?: InvokeOptions): Promise<ListAssetStreamingLocatorsResult>
function listAssetStreamingLocatorsOutput(args: ListAssetStreamingLocatorsOutputArgs, opts?: InvokeOptions): Output<ListAssetStreamingLocatorsResult>
def list_asset_streaming_locators(account_name: Optional[str] = None,
asset_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListAssetStreamingLocatorsResult
def list_asset_streaming_locators_output(account_name: Optional[pulumi.Input[str]] = None,
asset_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListAssetStreamingLocatorsResult]
func ListAssetStreamingLocators(ctx *Context, args *ListAssetStreamingLocatorsArgs, opts ...InvokeOption) (*ListAssetStreamingLocatorsResult, error)
func ListAssetStreamingLocatorsOutput(ctx *Context, args *ListAssetStreamingLocatorsOutputArgs, opts ...InvokeOption) ListAssetStreamingLocatorsResultOutput
> Note: This function is named ListAssetStreamingLocators
in the Go SDK.
public static class ListAssetStreamingLocators
{
public static Task<ListAssetStreamingLocatorsResult> InvokeAsync(ListAssetStreamingLocatorsArgs args, InvokeOptions? opts = null)
public static Output<ListAssetStreamingLocatorsResult> Invoke(ListAssetStreamingLocatorsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListAssetStreamingLocatorsResult> listAssetStreamingLocators(ListAssetStreamingLocatorsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:media:listAssetStreamingLocators
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string The Media Services account name.
- Asset
Name string The Asset name.
- Resource
Group stringName The name of the resource group within the Azure subscription.
- Account
Name string The Media Services account name.
- Asset
Name string The Asset name.
- Resource
Group stringName The name of the resource group within the Azure subscription.
- account
Name String The Media Services account name.
- asset
Name String The Asset name.
- resource
Group StringName The name of the resource group within the Azure subscription.
- account
Name string The Media Services account name.
- asset
Name string The Asset name.
- resource
Group stringName The name of the resource group within the Azure subscription.
- account_
name str The Media Services account name.
- asset_
name str The Asset name.
- resource_
group_ strname The name of the resource group within the Azure subscription.
- account
Name String The Media Services account name.
- asset
Name String The Asset name.
- resource
Group StringName The name of the resource group within the Azure subscription.
listAssetStreamingLocators Result
The following output properties are available:
- Streaming
Locators List<Pulumi.Azure Native. Media. Outputs. Asset Streaming Locator Response> The list of Streaming Locators.
- Streaming
Locators []AssetStreaming Locator Response The list of Streaming Locators.
- streaming
Locators List<AssetStreaming Locator Response> The list of Streaming Locators.
- streaming
Locators AssetStreaming Locator Response[] The list of Streaming Locators.
- streaming_
locators Sequence[AssetStreaming Locator Response] The list of Streaming Locators.
- streaming
Locators List<Property Map> The list of Streaming Locators.
Supporting Types
AssetStreamingLocatorResponse
- Asset
Name string Asset Name.
- Created string
The creation time of the Streaming Locator.
- Default
Content stringKey Policy Name Name of the default ContentKeyPolicy used by this Streaming Locator.
- End
Time string The end time of the Streaming Locator.
- Name string
Streaming Locator name.
- Start
Time string The start time of the Streaming Locator.
- Streaming
Locator stringId StreamingLocatorId of the Streaming Locator.
- Streaming
Policy stringName Name of the Streaming Policy used by this Streaming Locator.
- Asset
Name string Asset Name.
- Created string
The creation time of the Streaming Locator.
- Default
Content stringKey Policy Name Name of the default ContentKeyPolicy used by this Streaming Locator.
- End
Time string The end time of the Streaming Locator.
- Name string
Streaming Locator name.
- Start
Time string The start time of the Streaming Locator.
- Streaming
Locator stringId StreamingLocatorId of the Streaming Locator.
- Streaming
Policy stringName Name of the Streaming Policy used by this Streaming Locator.
- asset
Name String Asset Name.
- created String
The creation time of the Streaming Locator.
- default
Content StringKey Policy Name Name of the default ContentKeyPolicy used by this Streaming Locator.
- end
Time String The end time of the Streaming Locator.
- name String
Streaming Locator name.
- start
Time String The start time of the Streaming Locator.
- streaming
Locator StringId StreamingLocatorId of the Streaming Locator.
- streaming
Policy StringName Name of the Streaming Policy used by this Streaming Locator.
- asset
Name string Asset Name.
- created string
The creation time of the Streaming Locator.
- default
Content stringKey Policy Name Name of the default ContentKeyPolicy used by this Streaming Locator.
- end
Time string The end time of the Streaming Locator.
- name string
Streaming Locator name.
- start
Time string The start time of the Streaming Locator.
- streaming
Locator stringId StreamingLocatorId of the Streaming Locator.
- streaming
Policy stringName Name of the Streaming Policy used by this Streaming Locator.
- asset_
name str Asset Name.
- created str
The creation time of the Streaming Locator.
- default_
content_ strkey_ policy_ name Name of the default ContentKeyPolicy used by this Streaming Locator.
- end_
time str The end time of the Streaming Locator.
- name str
Streaming Locator name.
- start_
time str The start time of the Streaming Locator.
- streaming_
locator_ strid StreamingLocatorId of the Streaming Locator.
- streaming_
policy_ strname Name of the Streaming Policy used by this Streaming Locator.
- asset
Name String Asset Name.
- created String
The creation time of the Streaming Locator.
- default
Content StringKey Policy Name Name of the default ContentKeyPolicy used by this Streaming Locator.
- end
Time String The end time of the Streaming Locator.
- name String
Streaming Locator name.
- start
Time String The start time of the Streaming Locator.
- streaming
Locator StringId StreamingLocatorId of the Streaming Locator.
- streaming
Policy StringName Name of the Streaming Policy used by this Streaming Locator.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0