Package version:

Interface PrivateLinkResourceProperties

Properties of a private link resource

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

Properties

groupId?: string

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

requiredMembers?: string[]

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

requiredZoneNames?: string[]

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