MediaServicesAccountCreateParameters Class
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.
Parameters supplied to the Create Media Services Account operation.
public class MediaServicesAccountCreateParameters
type MediaServicesAccountCreateParameters = class
Public Class MediaServicesAccountCreateParameters
- Inheritance
-
MediaServicesAccountCreateParameters
Constructors
MediaServicesAccountCreateParameters() |
Initializes a new instance of the MediaServicesAccountCreateParameters class. |
Properties
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 |