Share via


KeyVaultSecretCreateOrUpdateContent(SecretProperties) Constructor

Definition

Initializes a new instance of KeyVaultSecretCreateOrUpdateContent.

public KeyVaultSecretCreateOrUpdateContent (Azure.ResourceManager.KeyVault.Models.SecretProperties properties);
new Azure.ResourceManager.KeyVault.Models.KeyVaultSecretCreateOrUpdateContent : Azure.ResourceManager.KeyVault.Models.SecretProperties -> Azure.ResourceManager.KeyVault.Models.KeyVaultSecretCreateOrUpdateContent
Public Sub New (properties As SecretProperties)

Parameters

properties
SecretProperties

Properties of the secret.

Exceptions

properties is null.

Applies to