Uses of Class
com.azure.resourcemanager.network.models.ServiceGatewayAddressLocation
Packages that use ServiceGatewayAddressLocation
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewayAddressLocation in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ServiceGatewayAddressLocationModifier and TypeClassDescriptionfinal classProperties of the service gateway address location.Methods in com.azure.resourcemanager.network.models that return ServiceGatewayAddressLocationModifier and TypeMethodDescriptionServiceGatewayAddressLocation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayAddressLocation from the JsonReader.ServiceGatewayAddressLocation.withAddresses(List<ServiceGatewayAddress> addresses) Set the addresses property: An array of addresses to create or update in locations.ServiceGatewayAddressLocation.withAddressLocation(String addressLocation) Set the addressLocation property: Location to update.ServiceGatewayAddressLocation.withAddressUpdateAction(AddressUpdateAction addressUpdateAction) Set the addressUpdateAction property: Specifies the type of update operation to perform on addresses within the address location of service gatewayMethods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceGatewayAddressLocationModifier and TypeMethodDescriptionServiceGatewayUpdateAddressLocationsRequest.addressLocations()Get the addressLocations property: An array of address locations to create or update.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ServiceGatewayAddressLocationModifier and TypeMethodDescriptionServiceGatewayUpdateAddressLocationsRequest.withAddressLocations(List<ServiceGatewayAddressLocation> addressLocations) Set the addressLocations property: An array of address locations to create or update.