Interface ApiManagementServiceResource.UpdateStages.WithNatGatewayState
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithNatGatewayState
The stage of the ApiManagementServiceResource update allowing to specify natGatewayState.
-
Method Summary
Modifier and TypeMethodDescriptionwithNatGatewayState(NatGatewayState natGatewayState) Specifies the natGatewayState property: Property can be used to enable NAT Gateway for this API Management service..
-
Method Details
-
withNatGatewayState
Specifies the natGatewayState property: Property can be used to enable NAT Gateway for this API Management service..- Parameters:
natGatewayState- Property can be used to enable NAT Gateway for this API Management service.- Returns:
- the next definition stage.
-