MediaServiceUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MediaServiceUpdate() |
MediaServiceUpdate クラスの新しいインスタンスを初期化します。 |
MediaServiceUpdate(IDictionary<String,String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity) |
MediaServiceUpdate クラスの新しいインスタンスを初期化します。 |
MediaServiceUpdate()
MediaServiceUpdate クラスの新しいインスタンスを初期化します。
public MediaServiceUpdate ();
Public Sub New ()
適用対象
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);
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)
パラメーター
- 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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET