英語で読む

次の方法で共有


MediaServiceUpdate コンストラクター

定義

オーバーロード

MediaServiceUpdate()

MediaServiceUpdate クラスの新しいインスタンスを初期化します。

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

MediaServiceUpdate クラスの新しいインスタンスを初期化します。

MediaServiceUpdate()

MediaServiceUpdate クラスの新しいインスタンスを初期化します。

public MediaServiceUpdate ();

適用対象

Azure SDK for .NET Legacy
製品 バージョン
Azure SDK for .NET Legacy

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

MediaServiceUpdate クラスの新しいインスタンスを初期化します。

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);

パラメーター

tags
IDictionary<String,String>

リソース タグ。

mediaServiceId
Guid

Media Services アカウント ID。

storageAccounts
IList<StorageAccount>

このリソースのストレージ アカウント。

storageAuthentication
Nullable<StorageAuthentication>

使用可能な値は、'System'、'ManagedIdentity' です。

encryption
AccountEncryption

アカウント暗号化のプロパティ。

keyDelivery
KeyDelivery

Media Services アカウントのキー配信プロパティ。

publicNetworkAccess
Nullable<PublicNetworkAccess>

Media Services アカウントのリソースに対してパブリック ネットワーク アクセスを許可するかどうか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

identity
MediaServiceIdentity

Media Services アカウントのマネージド ID。

適用対象

Azure SDK for .NET Legacy
製品 バージョン
Azure SDK for .NET Legacy