你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMediaModelFactory.AccountEncryption Method

Definition

Initializes a new instance of AccountEncryption.

public static Azure.ResourceManager.Media.Models.AccountEncryption AccountEncryption (Azure.ResourceManager.Media.Models.AccountEncryptionKeyType keyType = default, Azure.ResourceManager.Media.Models.KeyVaultProperties keyVaultProperties = default, Azure.ResourceManager.Media.Models.ResourceIdentity identity = default, string status = default);
static member AccountEncryption : Azure.ResourceManager.Media.Models.AccountEncryptionKeyType * Azure.ResourceManager.Media.Models.KeyVaultProperties * Azure.ResourceManager.Media.Models.ResourceIdentity * string -> Azure.ResourceManager.Media.Models.AccountEncryption
Public Shared Function AccountEncryption (Optional keyType As AccountEncryptionKeyType = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional identity As ResourceIdentity = Nothing, Optional status As String = Nothing) As AccountEncryption

Parameters

keyType
AccountEncryptionKeyType

The type of key used to encrypt the Account Key.

keyVaultProperties
KeyVaultProperties

The properties of the key used to encrypt the account.

identity
ResourceIdentity

The Key Vault identity.

status
String

The current status of the Key Vault mapping.

Returns

A new AccountEncryption instance for mocking.

Applies to