Package version:

InterfacePrivateLinkResourceProperties

Properties of a private link resource.

interface PrivateLinkResourceProperties {
    groupId?: string;
    requiredMembers?: string[];
    requiredZoneNames?: string[];
}

Properties

groupId?: string

The private link resource group id. NOTE: This property will not be serialized. It can only be populated by the server.

requiredMembers?: string[]

The private link resource required member names. NOTE: This property will not be serialized. It can only be populated by the server.

requiredZoneNames?: string[]

Required DNS zone names of the the private link resource. NOTE: This property will not be serialized. It can only be populated by the server.