Class LinkedIntegrationRuntimeRbacAuthorization

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedIntegrationRuntimeType
com.azure.analytics.synapse.artifacts.models.LinkedIntegrationRuntimeRbacAuthorization

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

    • LinkedIntegrationRuntimeRbacAuthorization

      public LinkedIntegrationRuntimeRbacAuthorization()
  • Method Details

    • getResourceId

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

      public LinkedIntegrationRuntimeRbacAuthorization setResourceId(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.