SearchServicePrivateLinkServiceConnectionState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the current state of an existing Azure Private Link service connection to the private endpoint.
public class SearchServicePrivateLinkServiceConnectionState : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchServicePrivateLinkServiceConnectionState>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchServicePrivateLinkServiceConnectionState>
type SearchServicePrivateLinkServiceConnectionState = class
interface IJsonModel<SearchServicePrivateLinkServiceConnectionState>
interface IPersistableModel<SearchServicePrivateLinkServiceConnectionState>
Public Class SearchServicePrivateLinkServiceConnectionState
Implements IJsonModel(Of SearchServicePrivateLinkServiceConnectionState), IPersistableModel(Of SearchServicePrivateLinkServiceConnectionState)
- Inheritance
-
SearchServicePrivateLinkServiceConnectionState
- Implements
Constructors
SearchServicePrivateLinkServiceConnectionState() |
Initializes a new instance of SearchServicePrivateLinkServiceConnectionState. |
Properties
ActionsRequired |
A description of any extra actions that may be required. |
Description |
The description for the private link service connection state. |
Status |
Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected. |
Explicit Interface Implementations
IJsonModel<SearchServicePrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchServicePrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchServicePrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchServicePrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchServicePrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET