Package version:

A resource that supports private link capabilities.

interface PrivateLinkResource {
    groupId?: string;
    id?: string;
    name?: string;
    requiredMembers?: string[];
    requiredZoneNames?: string[];
    type?: string;
}

Properties

groupId?: string

The private link resource group id.

id?: string

The resource ID.

name?: string

The name of the resource.

requiredMembers?: string[]

The private link resource required member names.

requiredZoneNames?: string[]

The private link resource Private link DNS zone name.

type?: string

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