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)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateParameters
Syntax
public class MediaServicesAccountCreateParameters
public ref class MediaServicesAccountCreateParameters
type MediaServicesAccountCreateParameters = class end
Public Class MediaServicesAccountCreateParameters
Constructors
Name | Description | |
---|---|---|
MediaServicesAccountCreateParameters() | Initializes a new instance of the MediaServicesAccountCreateParameters class. |
Properties
Name | Description | |
---|---|---|
AccountName | Required. The name of the Media Services account to create. |
|
BlobStorageEndpointUri | Required. The url of the blob storage endpoint associated with the created Media Services account |
|
Region | Required. The region associated with the created Media Services account |
|
StorageAccountKey | Required. The access key of the storage account associated with the created Media Services account |
|
StorageAccountName | Required. The name of the storage account associated with the created 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