Class LinkedIntegrationRuntimeRbacAuthorization
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeType
com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeRbacAuthorization
The role based access control (RBAC) authorization type integration runtime.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LinkedIntegrationRuntimeRbacAuthorization class. -
Method Summary
Modifier and TypeMethodDescriptionGet the credential property: The credential reference containing authentication information.Get the resourceId property: The resource identifier of the integration runtime to be shared.void
validate()
Validates the instance.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.withResourceId
(String resourceId) Set the resourceId property: The resource identifier of the integration runtime to be shared.
-
Constructor Details
-
LinkedIntegrationRuntimeRbacAuthorization
public LinkedIntegrationRuntimeRbacAuthorization()Creates an instance of LinkedIntegrationRuntimeRbacAuthorization class.
-
-
Method Details
-
resourceId
Get the resourceId property: The resource identifier of the integration runtime to be shared.- Returns:
- the resourceId value.
-
withResourceId
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.
-
credential
Get the credential property: The credential reference containing authentication information.- Returns:
- the credential value.
-
withCredential
Set the credential property: The credential reference containing authentication information.- Parameters:
credential
- the credential value to set.- Returns:
- the LinkedIntegrationRuntimeRbacAuthorization object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedIntegrationRuntimeType
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-