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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.