RegistryPrivateEndpointConnectionProperties 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryPrivateEndpointConnectionPropertiesTypeConverter))]
public class RegistryPrivateEndpointConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRegistryPrivateEndpointConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryPrivateEndpointConnectionPropertiesTypeConverter))>]
type RegistryPrivateEndpointConnectionProperties = class
interface IRegistryPrivateEndpointConnectionProperties
interface IJsonSerializable
Public Class RegistryPrivateEndpointConnectionProperties
Implements IRegistryPrivateEndpointConnectionProperties
- Inheritance
-
RegistryPrivateEndpointConnectionProperties
- Attributes
- Implements
Constructors
RegistryPrivateEndpointConnectionProperties() |
Creates an new RegistryPrivateEndpointConnectionProperties instance. |
Properties
GroupId |
The group ids |
PrivateEndpointId |
The ARM identifier for Private Endpoint |
PrivateEndpointSubnetArmId |
The subnetId that the private endpoint is connected to. |
ProvisioningState |
One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null. |
RegistryPrivateLinkServiceConnectionStateActionsRequired |
Some RP chose "None". Other RPs use this for region expansion. |
RegistryPrivateLinkServiceConnectionStateDescription |
User-defined message that, per NRP doc, may be used for approval-related message. |
RegistryPrivateLinkServiceConnectionStateStatus |
Connection status of the service consumer with the service provider |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegistryPrivateEndpointConnectionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegistryPrivateEndpointConnectionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRegistryPrivateEndpointConnectionProperties. |
FromJsonString(String) |
Creates a new instance of RegistryPrivateEndpointConnectionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegistryPrivateEndpointConnectionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |