ArmKeyVaultModelFactory.KeyVaultCreateOrUpdateContent 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 KeyVaultCreateOrUpdateContent.
public static Azure.ResourceManager.KeyVault.Models.KeyVaultCreateOrUpdateContent KeyVaultCreateOrUpdateContent (Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.KeyVault.Models.KeyVaultProperties properties = default);
static member KeyVaultCreateOrUpdateContent : Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.KeyVault.Models.KeyVaultProperties -> Azure.ResourceManager.KeyVault.Models.KeyVaultCreateOrUpdateContent
Public Shared Function KeyVaultCreateOrUpdateContent (Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As KeyVaultProperties = Nothing) As KeyVaultCreateOrUpdateContent
Parameters
- location
- AzureLocation
The supported Azure location where the key vault should be created.
- tags
- IDictionary<String,String>
The tags that will be assigned to the key vault.
- properties
- KeyVaultProperties
Properties of the vault.
Returns
A new KeyVaultCreateOrUpdateContent 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