GroupConnectivityInformation interface
Represents of a connection's group information.
Properties
| customer |
Gets or sets customer visible FQDNs. |
| group |
Gets or sets group id. |
| internal |
Gets or sets Internal Fqdn. |
| member |
Gets or sets member name. |
| private |
Gets or sets the private link service arm region. |
| redirect |
Gets or sets the redirect map id. |
Property Details
customerVisibleFqdns
Gets or sets customer visible FQDNs.
customerVisibleFqdns?: string[]
Property Value
string[]
groupId
Gets or sets group id.
groupId?: string
Property Value
string
internalFqdn
Gets or sets Internal Fqdn.
internalFqdn?: string
Property Value
string
memberName
Gets or sets member name.
memberName?: string
Property Value
string
privateLinkServiceArmRegion
Gets or sets the private link service arm region.
privateLinkServiceArmRegion?: string
Property Value
string
redirectMapId
Gets or sets the redirect map id.
redirectMapId?: string
Property Value
string