Class KeyVaultReference
- java.lang.Object
-
- com.microsoft.azure.management.batch.KeyVaultReference
-
public class KeyVaultReference extends Object
Identifies the Azure key vault associated with a Batch account.
-
-
Constructor Summary
Constructors Constructor Description KeyVaultReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id value.Stringurl()Get the url value.KeyVaultReferencewithId(String id)Set the id value.KeyVaultReferencewithUrl(String url)Set the url value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public KeyVaultReference withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the KeyVaultReference object itself.
-
url
public String url()
Get the url value.- Returns:
- the url value
-
withUrl
public KeyVaultReference withUrl(String url)
Set the url value.- Parameters:
url- the url value to set- Returns:
- the KeyVaultReference object itself.
-
-