Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceGatewayPropertiesFormatInner
Packages that use ServiceGatewayPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ServiceGatewayPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ServiceGatewayPropertiesFormatInnerModifier and TypeClassDescriptionfinal classProperties of the service gateway.Methods in com.azure.resourcemanager.network.fluent.models that return ServiceGatewayPropertiesFormatInnerModifier and TypeMethodDescriptionServiceGatewayPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayPropertiesFormatInner from the JsonReader.ServiceGatewayPropertiesFormatInner.withRouteTargetAddress(RouteTargetAddressPropertiesFormatInner routeTargetAddress) Set the routeTargetAddress property: Route Target address of Service gateway.ServiceGatewayPropertiesFormatInner.withRouteTargetAddressV6(RouteTargetAddressPropertiesFormatInner routeTargetAddressV6) Set the routeTargetAddressV6 property: Route Target address V6 of Service gateway.ServiceGatewayPropertiesFormatInner.withVirtualNetwork(VirtualNetworkInner virtualNetwork) Set the virtualNetwork property: Reference to an existing virtual network.