BatchPoolIdentityReference Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchPoolIdentityReference
- com.
Implements
public final class BatchPoolIdentityReference
implements JsonSerializable<BatchPoolIdentityReference>
The reference of one of the pool identities to encrypt Disk. This identity will be used to access the key vault.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchPoolIdentityReference() |
Creates an instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| String |
getResourceId()
Get the resource |
|
Batch |
setResourceId(String resourceId)
Set the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
BatchPoolIdentityReference
public BatchPoolIdentityReference()
Creates an instance of BatchPoolIdentityReference class.
Method Details
fromJson
public static BatchPoolIdentityReference fromJson(JsonReader jsonReader)
Reads an instance of BatchPoolIdentityReference from the JsonReader.
Parameters:
Returns:
Throws:
getResourceId
public String getResourceId()
Get the resourceId property: The ARM resource id of the user assigned identity. This reference must be included in the pool identities.
Returns:
setResourceId
public BatchPoolIdentityReference setResourceId(String resourceId)
Set the resourceId property: The ARM resource id of the user assigned identity. This reference must be included in the pool identities.
Parameters:
Returns: