Delen via


MediaServiceUpdate Constructors

Definition

Overloads

MediaServiceUpdate()

Initializes a new instance of the MediaServiceUpdate class.

MediaServiceUpdate(IDictionary<String,String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity)

Initializes a new instance of the MediaServiceUpdate class.

MediaServiceUpdate()

Initializes a new instance of the MediaServiceUpdate class.

public MediaServiceUpdate ();
Public Sub New ()

Applies to

MediaServiceUpdate(IDictionary<String,String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity)

Initializes a new instance of the MediaServiceUpdate class.

public MediaServiceUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Guid mediaServiceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StorageAccount> storageAccounts = default, Microsoft.Azure.Management.Media.Models.StorageAuthentication? storageAuthentication = default, Microsoft.Azure.Management.Media.Models.AccountEncryption encryption = default, Microsoft.Azure.Management.Media.Models.KeyDelivery keyDelivery = default, Microsoft.Azure.Management.Media.Models.PublicNetworkAccess? publicNetworkAccess = default, Microsoft.Azure.Management.Media.Models.MediaServiceIdentity identity = default);
new Microsoft.Azure.Management.Media.Models.MediaServiceUpdate : System.Collections.Generic.IDictionary<string, string> * Guid * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StorageAccount> * Nullable<Microsoft.Azure.Management.Media.Models.StorageAuthentication> * Microsoft.Azure.Management.Media.Models.AccountEncryption * Microsoft.Azure.Management.Media.Models.KeyDelivery * Nullable<Microsoft.Azure.Management.Media.Models.PublicNetworkAccess> * Microsoft.Azure.Management.Media.Models.MediaServiceIdentity -> Microsoft.Azure.Management.Media.Models.MediaServiceUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional mediaServiceId As Guid = Nothing, Optional storageAccounts As IList(Of StorageAccount) = Nothing, Optional storageAuthentication As Nullable(Of StorageAuthentication) = Nothing, Optional encryption As AccountEncryption = Nothing, Optional keyDelivery As KeyDelivery = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccess) = Nothing, Optional identity As MediaServiceIdentity = Nothing)

Parameters

tags
IDictionary<String,String>

Resource tags.

mediaServiceId
Guid

The Media Services account ID.

storageAccounts
IList<StorageAccount>

The storage accounts for this resource.

storageAuthentication
Nullable<StorageAuthentication>

Possible values include: 'System', 'ManagedIdentity'

encryption
AccountEncryption

The account encryption properties.

keyDelivery
KeyDelivery

The Key Delivery properties for Media Services account.

publicNetworkAccess
Nullable<PublicNetworkAccess>

Whether or not public network access is allowed for resources under the Media Services account. Possible values include: 'Enabled', 'Disabled'

identity
MediaServiceIdentity

The Managed Identity for the Media Services account.

Applies to