Share via


ServiceGatewayService interface

Properties of the service gateway service.

Properties

isDefault

Set to true to mark default service for inbound or outbound.

loadBalancerBackendPools

An array of load balancer backend address pools.

name

Name of the service

publicNatGatewayId

Azure Resource Id of public natgateway.

serviceType

Name of the service.

Property Details

isDefault

Set to true to mark default service for inbound or outbound.

isDefault?: boolean

Property Value

boolean

loadBalancerBackendPools

An array of load balancer backend address pools.

loadBalancerBackendPools?: BackendAddressPool[]

Property Value

name

Name of the service

name?: string

Property Value

string

publicNatGatewayId

Azure Resource Id of public natgateway.

publicNatGatewayId?: string

Property Value

string

serviceType

Name of the service.

serviceType?: string

Property Value

string