PrivateEndpointConnectionReference 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.
A reference to a related private endpoint connection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.PrivateEndpointConnectionReferenceTypeConverter))]
public class PrivateEndpointConnectionReference : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.PrivateEndpointConnectionReferenceTypeConverter))>]
type PrivateEndpointConnectionReference = class
interface IPrivateEndpointConnectionReference
interface IJsonSerializable
Public Class PrivateEndpointConnectionReference
Implements IPrivateEndpointConnectionReference
- Inheritance
-
PrivateEndpointConnectionReference
- Attributes
- Implements
Constructors
PrivateEndpointConnectionReference() |
Creates an new PrivateEndpointConnectionReference instance. |
Properties
Id |
The resource ID. |
Name |
The name of the resource. |
PrivateEndpointId |
The resource Id for private endpoint |
PrivateLinkServiceConnectionStateActionsRequired |
Any action that is required beyond basic workflow (approve/ reject/ disconnect) |
PrivateLinkServiceConnectionStateDescription |
The private link service connection description. |
PrivateLinkServiceConnectionStateStatus |
The private link service connection status. |
ProvisioningState |
The provisioning status of the private endpoint connection. |
Type |
The type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnectionReference. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnectionReference. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnectionReference, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnectionReference into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |