LinkedIntegrationRuntimeRbacAuthorization Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. LinkedIntegrationRuntimeType - com.
azure. resourcemanager. synapse. models. LinkedIntegrationRuntimeRbacAuthorization
- com.
- com.
public final class LinkedIntegrationRuntimeRbacAuthorization
extends LinkedIntegrationRuntimeType
The role based access control (RBAC) authorization type integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedIntegrationRuntimeRbacAuthorization() |
Creates an instance of Linked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
authorizationType()
Get the authorization |
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
| String |
resourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Linked |
withResourceId(String resourceId)
Set the resource |
Methods inherited from LinkedIntegrationRuntimeType
Methods inherited from java.lang.Object
Constructor Details
LinkedIntegrationRuntimeRbacAuthorization
public LinkedIntegrationRuntimeRbacAuthorization()
Creates an instance of LinkedIntegrationRuntimeRbacAuthorization class.
Method Details
authorizationType
public String authorizationType()
Get the authorizationType property: The authorization type for integration runtime sharing.
Overrides:
LinkedIntegrationRuntimeRbacAuthorization.authorizationType()Returns:
fromJson
public static LinkedIntegrationRuntimeRbacAuthorization fromJson(JsonReader jsonReader)
Reads an instance of LinkedIntegrationRuntimeRbacAuthorization from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: The resource identifier of the integration runtime to be shared.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LinkedIntegrationRuntimeRbacAuthorization.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
LinkedIntegrationRuntimeRbacAuthorization.validate()withResourceId
public LinkedIntegrationRuntimeRbacAuthorization withResourceId(String resourceId)
Set the resourceId property: The resource identifier of the integration runtime to be shared.
Parameters:
Returns: