ServiceGatewayService interface
Properties of the service gateway service.
Properties
| is |
Set to true to mark default service for inbound or outbound. |
| load |
An array of load balancer backend address pools. |
| name | Name of the service |
| public |
Azure Resource Id of public natgateway. |
| service |
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