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
Id
Gets the id value.
string Id { get; }
Property Value
Name
Gets the name value.
string Name { get; }
Property Value
RequiredMembers
Gets the private link resource required member names.
IReadOnlyList<string> RequiredMembers { get; }
Property Value
Type
Gets the type value.
string Type { get; }