AccessBridgeProperties interface

AccessBridgeProperties captures the input and status for an access bridge.

Properties

detailedStatus

The detailed status reported by the access bridge.

detailedStatusMessage

The descriptive message that accompanies the detailed status.

endpoints

The observed endpoints that clients should use to reach the access bridge.

ipv4ConnectedPrefix

The IPv4 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.

ipv6ConnectedPrefix

The IPv6 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.

networkId

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.

provisioningState

The provisioning state of the access bridge.

securityRules

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[]

Property Value