SearchServicePrivateEndpointConnectionProperties Class

Definition

Describes the properties of an existing private endpoint connection to the search service.

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

Constructors

SearchServicePrivateEndpointConnectionProperties()

Initializes a new instance of SearchServicePrivateEndpointConnectionProperties.

Properties

ConnectionState

Describes the current state of an existing Azure Private Link service connection to the private endpoint.

GroupId

The group ID of the Azure resource for which the private link service is for.

PrivateEndpointId

Gets or sets Id.

ProvisioningState

The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.

Explicit Interface Implementations

IJsonModel<SearchServicePrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchServicePrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchServicePrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchServicePrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchServicePrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to