ArmMediaModelFactory.AccountEncryption Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET