Compartir a través de


PrivateLinkConnectionApprovalRequestResource Class

Definition

Private Endpoint Connection Approval ARM resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionApprovalRequestResourceTypeConverter))]
public class PrivateLinkConnectionApprovalRequestResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionApprovalRequestResourceTypeConverter))>]
type PrivateLinkConnectionApprovalRequestResource = class
    interface IPrivateLinkConnectionApprovalRequestResource
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class PrivateLinkConnectionApprovalRequestResource
Implements IPrivateLinkConnectionApprovalRequestResource, IValidates
Inheritance
PrivateLinkConnectionApprovalRequestResource
Attributes
Implements

Constructors

PrivateLinkConnectionApprovalRequestResource()

Creates an new PrivateLinkConnectionApprovalRequestResource instance.

Properties

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

PrivateLinkServiceConnectionStateActionsRequired

ActionsRequired for a private link connection

PrivateLinkServiceConnectionStateDescription

Description of a private link connection

PrivateLinkServiceConnectionStateStatus

Status of a private link connection

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkConnectionApprovalRequestResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkConnectionApprovalRequestResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResource.

FromJsonString(String)

Creates a new instance of PrivateLinkConnectionApprovalRequestResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkConnectionApprovalRequestResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to