PrivateLinkConnectionApprovalRequest 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.
A request to approve or reject a private endpoint connection
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionApprovalRequestTypeConverter))]
public class PrivateLinkConnectionApprovalRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Functions.Models.Api20190801.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. |