UserAssignedIdentity Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. UserAssignedIdentity
- com.
public class UserAssignedIdentity
The user assigned Identity.
Constructor Summary
Constructor | Description | |
---|---|---|
UserAssignedIdentity() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
clientId()
Get the client id of the user assigned identity. |
String |
principalId()
Get the principal id of the user assigned identity. |
String |
resourceId()
Get the ARM resource id of the user assigned identity. |
User |
withResourceId(String resourceId)
Set the ARM resource id of the user assigned identity. |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedIdentity
public UserAssignedIdentity()
Method Details
clientId
public String clientId()
Get the client id of the user assigned identity.
Returns:
principalId
public String principalId()
Get the principal id of the user assigned identity.
Returns:
resourceId
public String resourceId()
Get the ARM resource id of the user assigned identity.
Returns:
withResourceId
public UserAssignedIdentity withResourceId(String resourceId)
Set the ARM resource id of the user assigned identity.
Parameters:
Returns:
Applies to
Azure SDK for Java