Table of Contents

Class PrivateLinkServiceConnectionStateProperty

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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 string

The private link service connection status.

description string

The private link service connection description.

actionsRequired string

Any 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

string

Description

Gets or sets the private link service connection description.

public string Description { get; set; }

Property Value

string

Status

Gets or sets the private link service connection status.

public string Status { get; set; }

Property Value

string