Sdílet prostřednictvím


SynapseWorkspaceKeyDetails Class

Definition

Details of the customer managed key associated with the workspace.

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

Constructors

SynapseWorkspaceKeyDetails()

Initializes a new instance of SynapseWorkspaceKeyDetails.

Properties

KeyVaultUri

Workspace Key sub-resource key vault url.

Name

Workspace Key sub-resource name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseWorkspaceKeyDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseWorkspaceKeyDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseWorkspaceKeyDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseWorkspaceKeyDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseWorkspaceKeyDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to