MediaservicesOperationsExtensions.List Method

Definition

List Media Services accounts

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.MediaService> List (this Microsoft.Azure.Management.Media.IMediaservicesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Media.IMediaservicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.MediaService>
<Extension()>
Public Function List (operations As IMediaservicesOperations, resourceGroupName As String) As IPage(Of MediaService)

Parameters

operations
IMediaservicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the Azure subscription.

Returns

Remarks

List Media Services accounts in the resource group

Applies to