你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegistryPrivateEndpointConnection Class

Definition

Private endpoint connection definition.

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

Constructors

Name Description
RegistryPrivateEndpointConnection()

Initializes a new instance of RegistryPrivateEndpointConnection.

Properties

Name Description
GroupIds

The group ids.

Id

This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/registryPrivateEndpointConnections/{peConnectionName}

Location

Same as workspace location.

PrivateEndpoint

The PE network resource that is linked to this PE connection.

PrivateLinkServiceConnectionState

The connection state.

ProvisioningState

One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.

RegistryPrivateLinkServiceConnectionState

The connection state.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RegistryPrivateEndpointConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegistryPrivateEndpointConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegistryPrivateEndpointConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistryPrivateEndpointConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistryPrivateEndpointConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to