ArmKeyVaultModelFactory.KeyVaultSecretCreateOrUpdateContent 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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET