PrivateLinkConnectionApprovalRequest Class

Definition

A request to approve or reject a private endpoint connection.

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

Constructors

PrivateLinkConnectionApprovalRequest()

Initializes a new instance of PrivateLinkConnectionApprovalRequest.

Properties

PrivateEndpointId

Gets or sets Id.

PrivateLinkServiceConnectionState

The state of a private link connection.

Explicit Interface Implementations

IJsonModel<PrivateLinkConnectionApprovalRequest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateLinkConnectionApprovalRequest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateLinkConnectionApprovalRequest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateLinkConnectionApprovalRequest>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateLinkConnectionApprovalRequest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to