Share via


DeidServicePatch Class

Definition

Patch request body for DeidService.

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

Constructors

DeidServicePatch()

Initializes a new instance of DeidServicePatch.

Properties

DeidPropertiesUpdatePublicNetworkAccess

Gets or sets allow or disallow public network access to resource.

Identity

Updatable managed service identity.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeidServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeidServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeidServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeidServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeidServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to