Dela via


ArmKeyVaultModelFactory.KeyVaultSecretCreateOrUpdateContent Method

Definition

Initializes a new instance of KeyVaultSecretCreateOrUpdateContent.

public static Azure.ResourceManager.KeyVault.Models.KeyVaultSecretCreateOrUpdateContent KeyVaultSecretCreateOrUpdateContent (System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.KeyVault.Models.SecretProperties properties = default);
static member KeyVaultSecretCreateOrUpdateContent : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.KeyVault.Models.SecretProperties -> Azure.ResourceManager.KeyVault.Models.KeyVaultSecretCreateOrUpdateContent
Public Shared Function KeyVaultSecretCreateOrUpdateContent (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As SecretProperties = Nothing) As KeyVaultSecretCreateOrUpdateContent

Parameters

tags
IDictionary<String,String>

The tags that will be assigned to the secret.

properties
SecretProperties

Properties of the secret.

Returns

A new KeyVaultSecretCreateOrUpdateContent instance for mocking.

Applies to