PrivateEndpointConnectionResource 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.
Private Endpoint Connection ARM resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateEndpointConnectionResourceTypeConverter))]
public class PrivateEndpointConnectionResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateEndpointConnectionResourceTypeConverter))>]
type PrivateEndpointConnectionResource = class
interface IPrivateEndpointConnectionResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class PrivateEndpointConnectionResource
Implements IPrivateEndpointConnectionResource, IValidates
- Inheritance
-
PrivateEndpointConnectionResource
- Attributes
- Implements
Constructors
PrivateEndpointConnectionResource() |
Creates an new PrivateEndpointConnectionResource instance. |
Properties
Id |
Resource Id. |
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 PrivateEndpointConnectionResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnectionResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResource. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnectionResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnectionResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |