Class UserAssignedIdentities
java.lang.Object
com.azure.resourcemanager.batch.models.UserAssignedIdentities
The list of associated user identities.
-
Constructor Summary
ConstructorDescriptionCreates an instance of UserAssignedIdentities class. -
Method Summary
-
Constructor Details
-
UserAssignedIdentities
public UserAssignedIdentities()Creates an instance of UserAssignedIdentities class.
-
-
Method Details
-
principalId
Get the principalId property: The principal id of user assigned identity.- Returns:
- the principalId value.
-
clientId
Get the clientId property: The client id of user assigned identity.- Returns:
- the clientId value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-