ApiManagementPrivateEndpointConnectionCreateOrUpdateContent Class

Definition

A request to approve or reject a private endpoint connection.

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

Constructors

ApiManagementPrivateEndpointConnectionCreateOrUpdateContent()

Initializes a new instance of ApiManagementPrivateEndpointConnectionCreateOrUpdateContent.

Properties

Id

Private Endpoint Connection Resource Id.

PrivateLinkServiceConnectionState

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

Explicit Interface Implementations

IJsonModel<ApiManagementPrivateEndpointConnectionCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementPrivateEndpointConnectionCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementPrivateEndpointConnectionCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementPrivateEndpointConnectionCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementPrivateEndpointConnectionCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to