DeidServiceProperties Class

Definition

Details of the HealthDataAIServices DeidService.

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

Constructors

DeidServiceProperties()

Initializes a new instance of DeidServiceProperties.

Properties

PrivateEndpointConnections

List of private endpoint connections.

ProvisioningState

The status of the last operation.

PublicNetworkAccess

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

ServiceUri

Deid service url.

Explicit Interface Implementations

IJsonModel<DeidServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeidServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeidServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeidServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeidServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to