MediaServicesAccountCreateParameters Class

Definition

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

Applies to