Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceGatewayServicePropertiesFormat
Packages that use ServiceGatewayServicePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ServiceGatewayServicePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ServiceGatewayServicePropertiesFormatModifier and TypeClassDescriptionfinal classProperties of the service gateway service.Methods in com.azure.resourcemanager.network.fluent.models that return ServiceGatewayServicePropertiesFormatModifier and TypeMethodDescriptionServiceGatewayServicePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayServicePropertiesFormat from the JsonReader.ServiceGatewayServicePropertiesFormat.withIsDefault(Boolean isDefault) Set the isDefault property: Set to true to mark default service for inbound or outbound.ServiceGatewayServicePropertiesFormat.withLoadBalancerBackendPools(List<BackendAddressPoolInner> loadBalancerBackendPools) Set the loadBalancerBackendPools property: An array of load balancer backend address pools.ServiceGatewayServicePropertiesFormat.withPublicNatGatewayId(String publicNatGatewayId) Set the publicNatGatewayId property: Azure Resource Id of public natgateway.ServiceGatewayServicePropertiesFormat.withServiceType(ServiceType serviceType) Set the serviceType property: Name of the service.