AssetsOperationsExtensions.ListStreamingLocators Method

Definition

List Streaming Locators

public static Microsoft.Azure.Management.Media.Models.ListStreamingLocatorsResponse ListStreamingLocators (this Microsoft.Azure.Management.Media.IAssetsOperations operations, string resourceGroupName, string accountName, string assetName);
static member ListStreamingLocators : Microsoft.Azure.Management.Media.IAssetsOperations * string * string * string -> Microsoft.Azure.Management.Media.Models.ListStreamingLocatorsResponse
<Extension()>
Public Function ListStreamingLocators (operations As IAssetsOperations, resourceGroupName As String, accountName As String, assetName As String) As ListStreamingLocatorsResponse

Parameters

operations
IAssetsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the Azure subscription.

accountName
String

The Media Services account name.

assetName
String

The Asset name.

Returns

Remarks

Lists Streaming Locators which are associated with this asset.

Applies to