Class IdentityProperties

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

public final class IdentityProperties extends Object
Managed identity properties.
  • Constructor Details

    • IdentityProperties

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

    • type

      public String type()
      Get the type property: Managed service identity type.
      Returns:
      the type value.
    • withType

      public IdentityProperties withType(String type)
      Set the type property: Managed service identity type.
      Parameters:
      type - the type value to set.
      Returns:
      the IdentityProperties object itself.
    • userAssigned

      public UserAssignedProperties userAssigned()
      Get the userAssigned property: User assigned identity properties.
      Returns:
      the userAssigned value.
    • withUserAssigned

      public IdentityProperties withUserAssigned(UserAssignedProperties userAssigned)
      Set the userAssigned property: User assigned identity properties.
      Parameters:
      userAssigned - the userAssigned value to set.
      Returns:
      the IdentityProperties object itself.
    • validate

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