PrivateEndpointConnection 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 private endpoint connection class.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.PrivateEndpointConnectionTypeConverter))]
public class PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.PrivateEndpointConnectionTypeConverter))>]
type PrivateEndpointConnection = class
interface IPrivateEndpointConnection
interface IJsonSerializable
interface IProxyResource
interface IValidates
Public Class PrivateEndpointConnection
Implements IPrivateEndpointConnection, IValidates
- Inheritance
-
PrivateEndpointConnection
- Attributes
- Implements
Constructors
PrivateEndpointConnection() |
Creates an new PrivateEndpointConnection instance. |
Properties
Id |
Gets or sets the identifier. |
Name |
Gets or sets the name. |
PrivateEndpointId |
The private endpoint identifier. |
PrivateLinkServiceConnectionStateActionsRequired |
The required actions. |
PrivateLinkServiceConnectionStateDescription |
The description. |
PrivateLinkServiceConnectionStateStatus |
The status. |
ProvisioningState |
The provisioning state. |
ResourceGroupName |
Gets the resource group name |
Type |
Gets or sets the type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IPrivateEndpointConnection. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |