KeyVaultReference Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.KeyVaultReference

public class KeyVaultReference

Identifies the Azure key vault associated with a Batch account.

Constructor Summary

Constructor Description
KeyVaultReference()

Method Summary

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

Get the resource ID of the Azure key vault associated with the Batch account.

java.lang.String url()

Get the URL of the Azure key vault associated with the Batch account.

KeyVaultReference withId(String id)

Set the resource ID of the Azure key vault associated with the Batch account.

KeyVaultReference withUrl(String url)

Set the URL of the Azure key vault associated with the Batch account.

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

KeyVaultReference

public KeyVaultReference()

Method Details

id

public String id()

Get the resource ID of the Azure key vault associated with the Batch account.

Returns:

the id value

url

public String url()

Get the URL of the Azure key vault associated with the Batch account.

Returns:

the url value

withId

public KeyVaultReference withId(String id)

Set the resource ID of the Azure key vault associated with the Batch account.

Parameters:

id - the id value to set

Returns:

the KeyVaultReference object itself.

withUrl

public KeyVaultReference withUrl(String url)

Set the URL of the Azure key vault associated with the Batch account.

Parameters:

url - the url value to set

Returns:

the KeyVaultReference object itself.

Applies to