Class UserAssignedIdentity
java.lang.Object
com.microsoft.azure.management.containerservice.UserAssignedIdentity
- Direct Known Subclasses:
ManagedClusterAddonProfileIdentity
,ManagedClusterPropertiesIdentityProfileValue
The UserAssignedIdentity model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclientId()
Get the client id of the user assigned identity.objectId()
Get the object id of the user assigned identity.Get the resource id of the user assigned identity.withClientId
(String clientId) Set the client id of the user assigned identity.withObjectId
(String objectId) Set the object id of the user assigned identity.withResourceId
(String resourceId) Set the resource id of the user assigned identity.
-
Constructor Details
-
UserAssignedIdentity
public UserAssignedIdentity()
-
-
Method Details
-
resourceId
Get the resource id of the user assigned identity.- Returns:
- the resourceId value
-
withResourceId
Set the resource id of the user assigned identity.- Parameters:
resourceId
- the resourceId value to set- Returns:
- the UserAssignedIdentity object itself.
-
clientId
Get the client id of the user assigned identity.- Returns:
- the clientId value
-
withClientId
Set the client id of the user assigned identity.- Parameters:
clientId
- the clientId value to set- Returns:
- the UserAssignedIdentity object itself.
-
objectId
Get the object id of the user assigned identity.- Returns:
- the objectId value
-
withObjectId
Set the object id of the user assigned identity.- Parameters:
objectId
- the objectId value to set- Returns:
- the UserAssignedIdentity object itself.
-