Sdílet prostřednictvím


HealthcareApisServicePatch Class

Definition

The description of the service.

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

Constructors

HealthcareApisServicePatch()

Initializes a new instance of HealthcareApisServicePatch.

Properties

PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

Tags

Instance tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HealthcareApisServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthcareApisServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthcareApisServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareApisServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareApisServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to