Class ManagedIdentityTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ManagedIdentityTypeProperties

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

    • ManagedIdentityTypeProperties

      public ManagedIdentityTypeProperties()
  • Method Details

    • resourceId

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

      public ManagedIdentityTypeProperties withResourceId(String resourceId)
      Set the resourceId property: The resource id of user assigned managed identity.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the ManagedIdentityTypeProperties object itself.
    • validate

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