Class VaultPatchParameters
java.lang.Object
com.microsoft.azure.management.keyvault.VaultPatchParameters
Parameters for creating or updating a vault.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the properties value.tags()
Get the tags value.withProperties
(VaultPatchProperties properties) Set the properties value.Set the tags value.
-
Constructor Details
-
VaultPatchParameters
public VaultPatchParameters()
-
-
Method Details
-
tags
Get the tags value.- Returns:
- the tags value
-
withTags
Set the tags value.- Parameters:
tags
- the tags value to set- Returns:
- the VaultPatchParameters 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 VaultPatchParameters object itself.
-