RegistryPrivateEndpointConnection 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.
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
RegistryPrivateEndpointConnection() |
Initializes a new instance of RegistryPrivateEndpointConnection. |
Properties
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. |
Explicit Interface Implementations
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
Azure SDK for .NET