Sdílet prostřednictvím


SynapseGrantSqlControlToManagedIdentity Class

Definition

Grant sql control to managed identity.

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

Constructors

SynapseGrantSqlControlToManagedIdentity()

Initializes a new instance of SynapseGrantSqlControlToManagedIdentity.

Properties

ActualState

Actual state.

DesiredState

Desired state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseGrantSqlControlToManagedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseGrantSqlControlToManagedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseGrantSqlControlToManagedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseGrantSqlControlToManagedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseGrantSqlControlToManagedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to