Sdílet prostřednictvím


SynapseLinkedIntegrationRuntimeRbacAuthorization Class

Definition

The role based access control (RBAC) authorization type integration runtime.

public class SynapseLinkedIntegrationRuntimeRbacAuthorization : Azure.ResourceManager.Synapse.Models.SynapseLinkedIntegrationRuntimeType, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseLinkedIntegrationRuntimeRbacAuthorization>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseLinkedIntegrationRuntimeRbacAuthorization>
public class SynapseLinkedIntegrationRuntimeRbacAuthorization : Azure.ResourceManager.Synapse.Models.SynapseLinkedIntegrationRuntimeType
type SynapseLinkedIntegrationRuntimeRbacAuthorization = class
    inherit SynapseLinkedIntegrationRuntimeType
    interface IJsonModel<SynapseLinkedIntegrationRuntimeRbacAuthorization>
    interface IPersistableModel<SynapseLinkedIntegrationRuntimeRbacAuthorization>
type SynapseLinkedIntegrationRuntimeRbacAuthorization = class
    inherit SynapseLinkedIntegrationRuntimeType
Public Class SynapseLinkedIntegrationRuntimeRbacAuthorization
Inherits SynapseLinkedIntegrationRuntimeType
Implements IJsonModel(Of SynapseLinkedIntegrationRuntimeRbacAuthorization), IPersistableModel(Of SynapseLinkedIntegrationRuntimeRbacAuthorization)
Public Class SynapseLinkedIntegrationRuntimeRbacAuthorization
Inherits SynapseLinkedIntegrationRuntimeType
Inheritance
SynapseLinkedIntegrationRuntimeRbacAuthorization
Implements

Constructors

SynapseLinkedIntegrationRuntimeRbacAuthorization(ResourceIdentifier)

Initializes a new instance of SynapseLinkedIntegrationRuntimeRbacAuthorization.

Properties

ResourceId

The resource identifier of the integration runtime to be shared.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseLinkedIntegrationRuntimeRbacAuthorization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SynapseLinkedIntegrationRuntimeRbacAuthorization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SynapseLinkedIntegrationRuntimeType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SynapseLinkedIntegrationRuntimeType)
IJsonModel<SynapseLinkedIntegrationRuntimeType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SynapseLinkedIntegrationRuntimeType)
IPersistableModel<SynapseLinkedIntegrationRuntimeRbacAuthorization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseLinkedIntegrationRuntimeRbacAuthorization>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SynapseLinkedIntegrationRuntimeRbacAuthorization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SynapseLinkedIntegrationRuntimeType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SynapseLinkedIntegrationRuntimeType)
IPersistableModel<SynapseLinkedIntegrationRuntimeType>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SynapseLinkedIntegrationRuntimeType)
IPersistableModel<SynapseLinkedIntegrationRuntimeType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SynapseLinkedIntegrationRuntimeType)

Applies to