KeyVaultReference クラス
- java.
lang. Object - com.
microsoft. azure. management. batch. KeyVaultReference
- com.
public class KeyVaultReference
Batch アカウントに関連付けられている Azure キー コンテナーを識別します。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| String |
id()
Batch アカウントに関連付けられている Azure キー コンテナーのリソース ID を取得します。 |
| String |
url()
Batch アカウントに関連付けられている Azure キー コンテナーの URL を取得します。 |
|
Key |
withId(String id)
Batch アカウントに関連付けられている Azure キー コンテナーのリソース ID を設定します。 |
|
Key |
withUrl(String url)
Batch アカウントに関連付けられている Azure キー コンテナーの URL を設定します。 |
メソッドの詳細
id
public String id()
Batch アカウントに関連付けられている Azure キー コンテナーのリソース ID を取得します。
Returns:
url
public String url()
Batch アカウントに関連付けられている Azure キー コンテナーの URL を取得します。
Returns:
withId
public KeyVaultReference withId(String id)
Batch アカウントに関連付けられている Azure キー コンテナーのリソース ID を設定します。
Parameters:
Returns:
withUrl
public KeyVaultReference withUrl(String url)
Batch アカウントに関連付けられている Azure キー コンテナーの URL を設定します。
Parameters:
Returns: