Class UserAssignedIdentity

java.lang.Object
com.microsoft.azure.management.containerservice.UserAssignedIdentity
Direct Known Subclasses:
ManagedClusterAddonProfileIdentity, ManagedClusterPropertiesIdentityProfileValue

public class UserAssignedIdentity extends Object
The UserAssignedIdentity model.
  • Constructor Details

    • UserAssignedIdentity

      public UserAssignedIdentity()
  • Method Details

    • resourceId

      public String resourceId()
      Get the resource id of the user assigned identity.
      Returns:
      the resourceId value
    • withResourceId

      public UserAssignedIdentity withResourceId(String resourceId)
      Set the resource id of the user assigned identity.
      Parameters:
      resourceId - the resourceId value to set
      Returns:
      the UserAssignedIdentity object itself.
    • clientId

      public String clientId()
      Get the client id of the user assigned identity.
      Returns:
      the clientId value
    • withClientId

      public UserAssignedIdentity withClientId(String clientId)
      Set the client id of the user assigned identity.
      Parameters:
      clientId - the clientId value to set
      Returns:
      the UserAssignedIdentity object itself.
    • objectId

      public String objectId()
      Get the object id of the user assigned identity.
      Returns:
      the objectId value
    • withObjectId

      public UserAssignedIdentity withObjectId(String objectId)
      Set the object id of the user assigned identity.
      Parameters:
      objectId - the objectId value to set
      Returns:
      the UserAssignedIdentity object itself.