KeyVaultReference Class
- java.
lang. Object - com.
microsoft. azure. management. batch. KeyVaultReference
- com.
public class KeyVaultReference
Identifies the Azure key vault associated with a Batch account.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the resource ID of the Azure key vault associated with the Batch account. |
String |
url()
Get the URL of the Azure key vault associated with the Batch account. |
Key |
withId(String id)
Set the resource ID of the Azure key vault associated with the Batch account. |
Key |
withUrl(String url)
Set the URL of the Azure key vault associated with the Batch account. |
Method Details
id
public String id()
Get the resource ID of the Azure key vault associated with the Batch account.
Returns:
url
public String url()
Get the URL of the Azure key vault associated with the Batch account.
Returns:
withId
public KeyVaultReference withId(String id)
Set the resource ID of the Azure key vault associated with the Batch account.
Parameters:
Returns:
withUrl
public KeyVaultReference withUrl(String url)
Set the URL of the Azure key vault associated with the Batch account.
Parameters:
Returns:
Applies to
Azure SDK for Java