VaultPatchParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.keyvault.VaultPatchParameters

public class VaultPatchParameters

Parameters for creating or updating a vault.

Constructor Summary

Constructor Description
VaultPatchParameters()

Method Summary

Modifier and Type Method and Description
VaultPatchProperties properties()

Get the properties value.

java.util.Map<java.lang.String,java.lang.String> tags()

Get the tags value.

VaultPatchParameters withProperties(VaultPatchProperties properties)

Set the properties value.

VaultPatchParameters withTags(Map<String,String> tags)

Set the tags value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VaultPatchParameters

public VaultPatchParameters()

Method Details

properties

public VaultPatchProperties properties()

Get the properties value.

Returns:

the properties value

tags

public Map tags()

Get the tags value.

Returns:

the tags value

withProperties

public VaultPatchParameters withProperties(VaultPatchProperties properties)

Set the properties value.

Parameters:

properties - the properties value to set

Returns:

the VaultPatchParameters object itself.

withTags

public VaultPatchParameters withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the VaultPatchParameters object itself.

Applies to