Class UserAssignedProperties

java.lang.Object
com.azure.resourcemanager.databox.models.UserAssignedProperties

public final class UserAssignedProperties extends Object
User assigned identity properties.
  • Constructor Details

    • UserAssignedProperties

      public UserAssignedProperties()
      Creates an instance of UserAssignedProperties class.
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: Arm resource id for user assigned identity to be used to fetch MSI token.
      Returns:
      the resourceId value.
    • withResourceId

      public UserAssignedProperties withResourceId(String resourceId)
      Set the resourceId property: Arm resource id for user assigned identity to be used to fetch MSI token.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the UserAssignedProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.