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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET