Share via


PrivateLinkConnectionApprovalRequest Class

Definition

A request to approve or reject a private endpoint connection

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.PrivateLinkConnectionApprovalRequestTypeConverter))]
public class PrivateLinkConnectionApprovalRequest : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IPrivateLinkConnectionApprovalRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.PrivateLinkConnectionApprovalRequestTypeConverter))>]
type PrivateLinkConnectionApprovalRequest = class
    interface IPrivateLinkConnectionApprovalRequest
    interface IJsonSerializable
Public Class PrivateLinkConnectionApprovalRequest
Implements IPrivateLinkConnectionApprovalRequest
Inheritance
PrivateLinkConnectionApprovalRequest
Attributes
Implements

Constructors

PrivateLinkConnectionApprovalRequest()

Creates an new PrivateLinkConnectionApprovalRequest instance.

Properties

PrivateLinkServiceConnectionStateActionsRequired

ActionsRequired for a private link connection

PrivateLinkServiceConnectionStateDescription

Description of a private link connection

PrivateLinkServiceConnectionStateStatus

Status of a private link connection

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkConnectionApprovalRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkConnectionApprovalRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IPrivateLinkConnectionApprovalRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkConnectionApprovalRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to