Class ManagedServiceIdentityUserAssignedIdentitiesValue
java.lang.Object
com.microsoft.azure.management.network.ManagedServiceIdentityUserAssignedIdentitiesValue
The ManagedServiceIdentityUserAssignedIdentitiesValue model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientId()
Get the client id of user assigned identity.Get the principal id of user assigned identity.
-
Constructor Details
-
ManagedServiceIdentityUserAssignedIdentitiesValue
public ManagedServiceIdentityUserAssignedIdentitiesValue()
-
-
Method Details
-
principalId
Get the principal id of user assigned identity.- Returns:
- the principalId value
-
clientId
Get the client id of user assigned identity.- Returns:
- the clientId value
-