ComputeNodeIdentityReference Class
- java.
lang. Object - com.
microsoft. azure. management. batch. ComputeNodeIdentityReference
- com.
public class ComputeNodeIdentityReference
The reference to a user assigned identity associated with the Batch pool which a compute node will use.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
resourceId()
Get the ARM resource id of the user assigned identity. |
Compute |
withResourceId(String resourceId)
Set the ARM resource id of the user assigned identity. |
Method Details
resourceId
public String resourceId()
Get the ARM resource id of the user assigned identity.
Returns:
the resourceId value
withResourceId
public ComputeNodeIdentityReference withResourceId(String resourceId)
Set the ARM resource id of the user assigned identity.
Parameters:
resourceId
- the resourceId value to set
Returns:
the ComputeNodeIdentityReference object itself.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java