RemotePrivateEndpointConnection 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 remote private endpoint connection
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionTypeConverter))]
public class RemotePrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IRemotePrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionTypeConverter))>]
type RemotePrivateEndpointConnection = class
interface IRemotePrivateEndpointConnection
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class RemotePrivateEndpointConnection
Implements IRemotePrivateEndpointConnection, IValidates
- Inheritance
-
RemotePrivateEndpointConnection
- Attributes
- Implements
Constructors
RemotePrivateEndpointConnection() |
Creates an new RemotePrivateEndpointConnection instance. |
Properties
Id |
Resource Id. |
IPAddress |
Private IPAddresses mapped to the remote private endpoint |
Kind |
Kind of resource. |
Name |
Resource Name. |
PrivateEndpointId | |
PrivateLinkServiceConnectionStateActionsRequired |
ActionsRequired for a private link connection |
PrivateLinkServiceConnectionStateDescription |
Description of a private link connection |
PrivateLinkServiceConnectionStateStatus |
Status of a private link connection |
ProvisioningState | |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemotePrivateEndpointConnection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemotePrivateEndpointConnection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IRemotePrivateEndpointConnection. |
FromJsonString(String) |
Creates a new instance of RemotePrivateEndpointConnection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemotePrivateEndpointConnection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |