Sdílet prostřednictvím


SynapseWorkspacePatch Class

Definition

Workspace patch details.

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

Constructors

SynapseWorkspacePatch()

Initializes a new instance of SynapseWorkspacePatch.

Properties

Encryption

The encryption details of the workspace.

Identity

The identity of the workspace. Current supported identity types: None, SystemAssigned, SystemAssigned,UserAssigned.

ManagedVirtualNetworkSettings

Managed Virtual Network Settings.

ProvisioningState

Resource provisioning state.

PublicNetworkAccess

Enable or Disable public network access to workspace.

PurviewResourceId

Purview Resource ID.

SqlAdministratorLoginPassword

SQL administrator login password.

Tags

Resource tags.

WorkspaceRepositoryConfiguration

Git integration settings.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseWorkspacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseWorkspacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseWorkspacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseWorkspacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseWorkspacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to