Class PrivateLinkServiceConnectionStateProperty
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Connection State of the Private Endpoint Connection.
public class PrivateLinkServiceConnectionStateProperty
- Inheritance
-
PrivateLinkServiceConnectionStateProperty
- Inherited Members
Constructors
PrivateLinkServiceConnectionStateProperty()
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.
public PrivateLinkServiceConnectionStateProperty()
PrivateLinkServiceConnectionStateProperty(string, string, string)
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.
public PrivateLinkServiceConnectionStateProperty(string status = null, string description = null, string actionsRequired = null)
Parameters
status
stringThe private link service connection status.
description
stringThe private link service connection description.
actionsRequired
stringAny action that is required beyond basic workflow (approve/ reject/ disconnect)
Properties
ActionsRequired
Gets any action that is required beyond basic workflow (approve/ reject/ disconnect)
public string ActionsRequired { get; }
Property Value
Description
Gets or sets the private link service connection description.
public string Description { get; set; }
Property Value
Status
Gets or sets the private link service connection status.
public string Status { get; set; }