Uses of Class
com.azure.resourcemanager.network.models.ServiceGatewayUpdateAddressLocationsRequest
Packages that use ServiceGatewayUpdateAddressLocationsRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewayUpdateAddressLocationsRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type ServiceGatewayUpdateAddressLocationsRequestModifier and TypeMethodDescriptionServiceGatewaysClient.beginUpdateAddressLocations(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateAddressLocationsRequest parameters) Creates or updates address locations within the service gateway.ServiceGatewaysClient.beginUpdateAddressLocations(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateAddressLocationsRequest parameters, com.azure.core.util.Context context) Creates or updates address locations within the service gateway.ServiceGatewaysClient.beginUpdateAddressLocationsAsync(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateAddressLocationsRequest parameters) Creates or updates address locations within the service gateway.voidServiceGatewaysClient.updateAddressLocations(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateAddressLocationsRequest parameters) Creates or updates address locations within the service gateway.voidServiceGatewaysClient.updateAddressLocations(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateAddressLocationsRequest parameters, com.azure.core.util.Context context) Creates or updates address locations within the service gateway.ServiceGatewaysClient.updateAddressLocationsAsync(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateAddressLocationsRequest parameters) Creates or updates address locations within the service gateway.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ServiceGatewaysClient.updateAddressLocationsWithResponseAsync(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateAddressLocationsRequest parameters) Creates or updates address locations within the service gateway. -
Uses of ServiceGatewayUpdateAddressLocationsRequest in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ServiceGatewayUpdateAddressLocationsRequestModifier and TypeClassDescriptionfinal classProperties of the service gateway update address locations request.Methods in com.azure.resourcemanager.network.models that return ServiceGatewayUpdateAddressLocationsRequestModifier and TypeMethodDescriptionServiceGatewayUpdateAddressLocationsRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayUpdateAddressLocationsRequest from the JsonReader.ServiceGatewayUpdateAddressLocationsRequest.withAction(UpdateAction action) Set the action property: Specifies the type of update operation to perform on address locations within the service gatewayServiceGatewayUpdateAddressLocationsRequest.withAddressLocations(List<ServiceGatewayAddressLocation> addressLocations) Set the addressLocations property: An array of address locations to create or update.