Table of Contents

Class PrivateEndpointProperty

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Private endpoint which the connection belongs to.

public class PrivateEndpointProperty
Inheritance
PrivateEndpointProperty
Inherited Members

Constructors

PrivateEndpointProperty()

Initializes a new instance of the PrivateEndpointProperty class.

public PrivateEndpointProperty()

PrivateEndpointProperty(string)

Initializes a new instance of the PrivateEndpointProperty class.

public PrivateEndpointProperty(string id = null)

Parameters

id string

Resource id of the private endpoint.

Properties

Id

Gets or sets resource id of the private endpoint.

public string Id { get; set; }

Property Value

string