Table of Contents

Interface IPrivateLinkResource

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

A private link resource.

public interface IPrivateLinkResource : IBeta, IHasInner<PrivateLinkResourceInner>

Properties

GroupId

Gets the private link resource group id.

string GroupId { get; }

Property Value

string

Id

Gets the id value.

string Id { get; }

Property Value

string

Name

Gets the name value.

string Name { get; }

Property Value

string

RequiredMembers

Gets the private link resource required member names.

IReadOnlyList<string> RequiredMembers { get; }

Property Value

IReadOnlyList<string>

Type

Gets the type value.

string Type { get; }

Property Value

string