你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MongoClusterPrivateEndpointConnectionProperties 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.
Properties of the private endpoint connection.
public class MongoClusterPrivateEndpointConnectionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateEndpointConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateEndpointConnectionProperties>
type MongoClusterPrivateEndpointConnectionProperties = class
interface IJsonModel<MongoClusterPrivateEndpointConnectionProperties>
interface IPersistableModel<MongoClusterPrivateEndpointConnectionProperties>
Public Class MongoClusterPrivateEndpointConnectionProperties
Implements IJsonModel(Of MongoClusterPrivateEndpointConnectionProperties), IPersistableModel(Of MongoClusterPrivateEndpointConnectionProperties)
- Inheritance
-
MongoClusterPrivateEndpointConnectionProperties
- Implements
Constructors
MongoClusterPrivateEndpointConnectionProperties(MongoClusterPrivateLinkServiceConnectionState) |
Initializes a new instance of MongoClusterPrivateEndpointConnectionProperties. |
Properties
GroupIds |
The group ids for the private endpoint resource. |
PrivateEndpointId |
Gets Id. |
PrivateLinkServiceConnectionState |
A collection of information about the state of the connection between service consumer and provider. |
ProvisioningState |
The provisioning state of the private endpoint connection resource. |
Explicit Interface Implementations
IJsonModel<MongoClusterPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MongoClusterPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MongoClusterPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MongoClusterPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MongoClusterPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |