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
System_CAPS_pubmethod MediaServicesAccountListResponse.MediaServiceAccount()

Initializes a new instance of the MediaServiceAccount class.

Properties

Name Description
System_CAPS_pubproperty AccountId

Optional. The Id of the Media Services Account.

System_CAPS_pubproperty Name

Optional. The Name of the Media Services Account.

System_CAPS_pubproperty ParentUri

Optional. The ParentLink of the Media Services Account.

System_CAPS_pubproperty State

Optional. The current state of the Media Services Account.

System_CAPS_pubproperty Type

Optional. The type of the Media Services Account.

System_CAPS_pubproperty Uri

Optional. The SelfLink of the Media Services Account.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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