AccountOperationsExtensions.List(IAccountOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Media Services Account operation gets information about all existing media services accounts associated with the current subscription in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166989.aspx for more information)
public static Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse List (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations);
static member List : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations -> Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse
<Extension()>
Public Function List (operations As IAccountOperations) As MediaServicesAccountListResponse
Parameters
- operations
- IAccountOperations
Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.
Returns
The List Media Accounts operation response.
Applies to
Azure SDK for .NET