Class PrivateEndpointProperty
- 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
stringResource id of the private endpoint.
Properties
Id
Gets or sets resource id of the private endpoint.
public string Id { get; set; }