MediaServicesAccountListResponse.MediaServiceAccount Class
A Media Services account associated with your subscription.
Namespace: Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse.MediaServiceAccount
Syntax
public class MediaServiceAccount
public ref class MediaServiceAccount
type MediaServiceAccount = class end
Public Class MediaServiceAccount
Constructors
Name | Description | |
---|---|---|
MediaServicesAccountListResponse.MediaServiceAccount() | Initializes a new instance of the MediaServiceAccount class. |
Properties
Name | Description | |
---|---|---|
AccountId | Optional. The Id of the Media Services Account. |
|
Name | Optional. The Name of the Media Services Account. |
|
ParentUri | Optional. The ParentLink of the Media Services Account. |
|
State | Optional. The current state of the Media Services Account. |
|
Type | Optional. The type of the Media Services Account. |
|
Uri | Optional. The SelfLink of the Media Services Account. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace
Return to top