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
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