ServiceGatewayService Class
Properties of the service gateway service.
Constructor
ServiceGatewayService(*, name: str | None = None, service_type: str | _models.ServiceType | None = None, is_default: bool | None = None, load_balancer_backend_pools: list['_models.BackendAddressPool'] | None = None, public_nat_gateway_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
Name of the service. Default value: None
|
|
service_type
|
str or
ServiceType
Name of the service. Known values are: "Inbound", "Outbound", and "InboundOutbound". Default value: None
|
|
is_default
|
Set to true to mark default service for inbound or outbound. Default value: None
|
|
load_balancer_backend_pools
|
An array of load balancer backend address pools. Default value: None
|
|
public_nat_gateway_id
|
Azure Resource Id of public natgateway. Default value: None
|
Variables
| Name | Description |
|---|---|
|
name
|
Name of the service. |
|
service_type
|
str or
ServiceType
Name of the service. Known values are: "Inbound", "Outbound", and "InboundOutbound". |
|
is_default
|
Set to true to mark default service for inbound or outbound. |
|
load_balancer_backend_pools
|
An array of load balancer backend address pools. |
|
public_nat_gateway_id
|
Azure Resource Id of public natgateway. |