RemotePrivateEndpointConnectionArmResource 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.
Remote Private Endpoint Connection ARM resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionArmResourceTypeConverter))]
public class RemotePrivateEndpointConnectionArmResource : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IRemotePrivateEndpointConnectionArmResource, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionArmResourceTypeConverter))>]
type RemotePrivateEndpointConnectionArmResource = class
interface IRemotePrivateEndpointConnectionArmResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class RemotePrivateEndpointConnectionArmResource
Implements IRemotePrivateEndpointConnectionArmResource, IValidates
- Inheritance
-
RemotePrivateEndpointConnectionArmResource
- Attributes
- Implements
Constructors
RemotePrivateEndpointConnectionArmResource() |
Creates an new RemotePrivateEndpointConnectionArmResource 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 | |
ResourceGroupName |
Gets the resource group name |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemotePrivateEndpointConnectionArmResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemotePrivateEndpointConnectionArmResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IRemotePrivateEndpointConnectionArmResource. |
FromJsonString(String) |
Creates a new instance of RemotePrivateEndpointConnectionArmResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemotePrivateEndpointConnectionArmResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |