Share via


PrivateLinkResourceProperties interface

Represents private link resource properties.

Properties

groupId

Gets or sets the group id.

provisioningState

Gets or sets the provisioning state of the private link resource.

requiredMembers

Gets or sets the required member. This translates to how many Private IPs should be created for each privately linkable resource.

requiredZoneNames

Gets or sets the private DNS zone names.

Property Details

groupId

Gets or sets the group id.

groupId?: string

Property Value

string

provisioningState

Gets or sets the provisioning state of the private link resource.

provisioningState?: string

Property Value

string

requiredMembers

Gets or sets the required member. This translates to how many Private IPs should be created for each privately linkable resource.

requiredMembers?: string[]

Property Value

string[]

requiredZoneNames

Gets or sets the private DNS zone names.

requiredZoneNames?: string[]

Property Value

string[]