Interface ApiManagementServiceResource.DefinitionStages.WithNatGatewayState
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithNatGatewayState
The stage of the ApiManagementServiceResource definition 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
ApiManagementServiceResource.DefinitionStages.WithCreate withNatGatewayState(NatGatewayState natGatewayState) 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.
-