Class VaultCreateOrUpdateParameters
java.lang.Object
com.microsoft.azure.management.keyvault.VaultCreateOrUpdateParameters
Parameters for creating or updating a vault.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
Get the location value.Get the properties value.tags()
Get the tags value.withLocation
(String location) Set the location value.withProperties
(VaultProperties properties) Set the properties value.Set the tags value.
-
Constructor Details
-
VaultCreateOrUpdateParameters
public VaultCreateOrUpdateParameters()
-
-
Method Details
-
location
Get the location value.- Returns:
- the location value
-
withLocation
Set the location value.- Parameters:
location
- the location value to set- Returns:
- the VaultCreateOrUpdateParameters object itself.
-
tags
Get the tags value.- Returns:
- the tags value
-
withTags
Set the tags value.- Parameters:
tags
- the tags value to set- Returns:
- the VaultCreateOrUpdateParameters object itself.
-
properties
Get the properties value.- Returns:
- the properties value
-
withProperties
Set the properties value.- Parameters:
properties
- the properties value to set- Returns:
- the VaultCreateOrUpdateParameters object itself.
-