Table of Contents

Class PrivateLinkResourceInner

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

A private link resource

public class PrivateLinkResourceInner : ARMProxyResourceInner
Inheritance
PrivateLinkResourceInner

Constructors

PrivateLinkResourceInner()

Initializes a new instance of the PrivateLinkResourceInner class.

public PrivateLinkResourceInner()

PrivateLinkResourceInner(string, string, string, string, IList<string>)

Initializes a new instance of the PrivateLinkResourceInner class.

public PrivateLinkResourceInner(string id = null, string name = null, string type = null, string groupId = null, IList<string> requiredMembers = null)

Parameters

id string
name string
type string
groupId string

The private link resource group id.

requiredMembers IList<string>

The private link resource required member names.

Properties

GroupId

Gets the private link resource group id.

public string GroupId { get; }

Property Value

string

RequiredMembers

Gets the private link resource required member names.

public IList<string> RequiredMembers { get; }

Property Value

IList<string>