RemotePrivateEndpointConnectionArmResourceProperties 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.
RemotePrivateEndpointConnectionARMResource resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RemotePrivateEndpointConnectionArmResourcePropertiesTypeConverter))]
public class RemotePrivateEndpointConnectionArmResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRemotePrivateEndpointConnectionArmResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RemotePrivateEndpointConnectionArmResourcePropertiesTypeConverter))>]
type RemotePrivateEndpointConnectionArmResourceProperties = class
interface IRemotePrivateEndpointConnectionArmResourceProperties
interface IJsonSerializable
Public Class RemotePrivateEndpointConnectionArmResourceProperties
Implements IRemotePrivateEndpointConnectionArmResourceProperties
- Inheritance
-
RemotePrivateEndpointConnectionArmResourceProperties
- Attributes
- Implements
Constructors
RemotePrivateEndpointConnectionArmResourceProperties() |
Creates an new RemotePrivateEndpointConnectionArmResourceProperties instance. |
Properties
IPAddress |
Private IPAddresses mapped to the remote private endpoint |
PrivateEndpointId | |
PrivateLinkServiceConnectionStateActionsRequired |
ActionsRequired for a private link connection |
PrivateLinkServiceConnectionStateDescription |
Description of a private link connection |
PrivateLinkServiceConnectionStateStatus |
Status of a private link connection |
ProvisioningState |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemotePrivateEndpointConnectionArmResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemotePrivateEndpointConnectionArmResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRemotePrivateEndpointConnectionArmResourceProperties. |
FromJsonString(String) |
Creates a new instance of RemotePrivateEndpointConnectionArmResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemotePrivateEndpointConnectionArmResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |