Class PrivateLinkResourceInner
- 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
stringname
stringtype
stringgroupId
stringThe 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
RequiredMembers
Gets the private link resource required member names.
public IList<string> RequiredMembers { get; }