Share via


DurableTaskPrivateEndpointConnectionPatchProperties Class

Definition

The template for adding optional properties.

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

Constructors

Name Description
DurableTaskPrivateEndpointConnectionPatchProperties()

Initializes a new instance of DurableTaskPrivateEndpointConnectionPatchProperties.

Properties

Name Description
PrivateEndpointId

The resource identifier of the private endpoint.

PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DurableTaskPrivateEndpointConnectionPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DurableTaskPrivateEndpointConnectionPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DurableTaskPrivateEndpointConnectionPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DurableTaskPrivateEndpointConnectionPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DurableTaskPrivateEndpointConnectionPatchProperties>.Write(ModelReaderWriterOptions)

Applies to