PrivateLinkResourceProperties interface
Represents private link resource properties.
Properties
| group |
Gets or sets the group id. |
| provisioning |
Gets or sets the provisioning state of the private link resource. |
| required |
Gets or sets the required member. This translates to how many Private IPs should be created for each privately linkable resource. |
| required |
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[]