VaultCreateOrUpdateParameters Class

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

public class VaultCreateOrUpdateParameters

Parameters for creating or updating a vault.

Constructor Summary

Constructor Description
VaultCreateOrUpdateParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String location()

Get the location value.

VaultProperties properties()

Get the properties value.

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

Get the tags value.

VaultCreateOrUpdateParameters withLocation(String location)

Set the location value.

VaultCreateOrUpdateParameters withProperties(VaultProperties properties)

Set the properties value.

VaultCreateOrUpdateParameters 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

VaultCreateOrUpdateParameters

public VaultCreateOrUpdateParameters()

Method Details

location

public String location()

Get the location value.

Returns:

the location value

properties

public VaultProperties properties()

Get the properties value.

Returns:

the properties value

tags

public Map tags()

Get the tags value.

Returns:

the tags value

withLocation

public VaultCreateOrUpdateParameters withLocation(String location)

Set the location value.

Parameters:

location - the location value to set

Returns:

the VaultCreateOrUpdateParameters object itself.

withProperties

public VaultCreateOrUpdateParameters withProperties(VaultProperties properties)

Set the properties value.

Parameters:

properties - the properties value to set

Returns:

the VaultCreateOrUpdateParameters object itself.

withTags

public VaultCreateOrUpdateParameters withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the VaultCreateOrUpdateParameters object itself.

Applies to