Class LinkedIntegrationRuntimeRbacAuthorization

java.lang.Object
com.azure.resourcemanager.synapse.models.LinkedIntegrationRuntimeType
com.azure.resourcemanager.synapse.models.LinkedIntegrationRuntimeRbacAuthorization

public final class LinkedIntegrationRuntimeRbacAuthorization extends LinkedIntegrationRuntimeType
The role based access control (RBAC) authorization type integration runtime.
  • Constructor Details

    • LinkedIntegrationRuntimeRbacAuthorization

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

    • resourceId

      public String resourceId()
      Get the resourceId property: The resource identifier of the integration runtime to be shared.
      Returns:
      the resourceId value.
    • withResourceId

      public LinkedIntegrationRuntimeRbacAuthorization withResourceId(String resourceId)
      Set the resourceId property: The resource identifier of the integration runtime to be shared.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the LinkedIntegrationRuntimeRbacAuthorization object itself.
    • validate

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