MediaServicesAccountCreateParameters Class

 

Parameters supplied to the Create Media Services Account operation.

Namespace:   Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly:  Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)

System::Object
  Microsoft.WindowsAzure.Management.MediaServices.Models::MediaServicesAccountCreateParameters

public ref class MediaServicesAccountCreateParameters 

NameDescription
System_CAPS_pubmethodMediaServicesAccountCreateParameters()

Initializes a new instance of the MediaServicesAccountCreateParameters class.

NameDescription
System_CAPS_pubpropertyAccountName

Required. The name of the Media Services account to create.

System_CAPS_pubpropertyBlobStorageEndpointUri

Required. The url of the blob storage endpoint associated with the created Media Services account

System_CAPS_pubpropertyRegion

Required. The region associated with the created Media Services account

System_CAPS_pubpropertyStorageAccountKey

Required. The access key of the storage account associated with the created Media Services account

System_CAPS_pubpropertyStorageAccountName

Required. The name of the storage account associated with the created Media Services account

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: