BatchNodeIdentityReference Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchNodeIdentityReference
- com.
Implements
public final class BatchNodeIdentityReference
implements JsonSerializable<BatchNodeIdentityReference>
The reference to a user assigned identity associated with the Batch pool which a compute node will use.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchNodeIdentityReference() |
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
BatchNodeIdentityReference
public BatchNodeIdentityReference()
Creates an instance of BatchNodeIdentityReference class.
Method Details
fromJson
public static BatchNodeIdentityReference fromJson(JsonReader jsonReader)
Reads an instance of BatchNodeIdentityReference from the JsonReader.
Parameters:
Returns:
Throws:
getResourceId
public String getResourceId()
Get the resourceId property: The ARM resource id of the user assigned identity.
Returns:
setResourceId
public BatchNodeIdentityReference setResourceId(String resourceId)
Set the resourceId property: The ARM resource id of the user assigned identity.
Parameters:
Returns: