AccessBridgeProperties interface
AccessBridgeProperties captures the input and status for an access bridge.
Properties
| detailed |
The detailed status reported by the access bridge. |
| detailed |
The descriptive message that accompanies the detailed status. |
| endpoints | The observed endpoints that clients should use to reach the access bridge. |
| ipv4Connected |
The IPv4 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId. |
| ipv6Connected |
The IPv6 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId. |
| network |
The resource ID of the internal network in a layer 3 isolation domain containing the IP subnets to use. |
| protocol | The protocol advertised by the access bridge endpoints. |
| provisioning |
The provisioning state of the access bridge. |
| security |
The list of security rules enforced by the access bridge. |
Property Details
detailedStatus
The detailed status reported by the access bridge.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message that accompanies the detailed status.
detailedStatusMessage?: string
Property Value
string
endpoints
The observed endpoints that clients should use to reach the access bridge.
endpoints?: AccessBridgeEndpoint[]
Property Value
ipv4ConnectedPrefix
The IPv4 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.
ipv4ConnectedPrefix?: string
Property Value
string
ipv6ConnectedPrefix
The IPv6 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.
ipv6ConnectedPrefix?: string
Property Value
string
networkId
The resource ID of the internal network in a layer 3 isolation domain containing the IP subnets to use.
networkId: string
Property Value
string
protocol
The protocol advertised by the access bridge endpoints.
protocol?: string
Property Value
string
provisioningState
The provisioning state of the access bridge.
provisioningState?: string
Property Value
string
securityRules
The list of security rules enforced by the access bridge.
securityRules?: AccessBridgeSecurityRule[]