Package version:

Interface PrivateLinkResource

A private link resource

interface PrivateLinkResource {
    groupId?: string;
    id?: string;
    name?: string;
    requiredMembers?: string[];
    requiredZoneNames?: string[];
    type?: 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.

id?: string

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

name?: string

private link resource name 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[]

The private link resource DNS zone name.

type?: string

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