BatchUserAssignedIdentity Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchUserAssignedIdentity
- com.
Implements
public final class BatchUserAssignedIdentity
implements JsonSerializable<BatchUserAssignedIdentity>
The user assigned Identity.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| String |
getClientId()
Get the client |
| String |
getPrincipalId()
Get the principal |
| String |
getResourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchUserAssignedIdentity fromJson(JsonReader jsonReader)
Reads an instance of BatchUserAssignedIdentity from the JsonReader.
Parameters:
Returns:
Throws:
getClientId
public String getClientId()
Get the clientId property: The client id of the user assigned identity.
Returns:
getPrincipalId
public String getPrincipalId()
Get the principalId property: The principal id of the user assigned identity.
Returns:
getResourceId
public String getResourceId()
Get the resourceId property: The ARM resource id of the user assigned identity.
Returns: