Uses of Class
com.azure.resourcemanager.network.models.ServiceGatewayUpdateServicesRequest
Packages that use ServiceGatewayUpdateServicesRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewayUpdateServicesRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type ServiceGatewayUpdateServicesRequestModifier and TypeMethodDescriptionServiceGatewaysClient.beginUpdateServices(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateServicesRequest parameters) Creates, updates, or deletes services within the service gateway.ServiceGatewaysClient.beginUpdateServices(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateServicesRequest parameters, com.azure.core.util.Context context) Creates, updates, or deletes services within the service gateway.ServiceGatewaysClient.beginUpdateServicesAsync(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateServicesRequest parameters) Creates, updates, or deletes services within the service gateway.voidServiceGatewaysClient.updateServices(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateServicesRequest parameters) Creates, updates, or deletes services within the service gateway.voidServiceGatewaysClient.updateServices(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateServicesRequest parameters, com.azure.core.util.Context context) Creates, updates, or deletes services within the service gateway.ServiceGatewaysClient.updateServicesAsync(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateServicesRequest parameters) Creates, updates, or deletes services within the service gateway.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ServiceGatewaysClient.updateServicesWithResponseAsync(String resourceGroupName, String serviceGatewayName, ServiceGatewayUpdateServicesRequest parameters) Creates, updates, or deletes services within the service gateway. -
Uses of ServiceGatewayUpdateServicesRequest in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ServiceGatewayUpdateServicesRequestModifier and TypeClassDescriptionfinal classProperties of the service gateway update services request.Methods in com.azure.resourcemanager.network.models that return ServiceGatewayUpdateServicesRequestModifier and TypeMethodDescriptionServiceGatewayUpdateServicesRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayUpdateServicesRequest from the JsonReader.ServiceGatewayUpdateServicesRequest.withAction(ServiceUpdateAction action) Set the action property: Specifies the type of update operation to perform on services within the service gatewayServiceGatewayUpdateServicesRequest.withServiceRequests(List<ServiceGatewayServiceRequestInner> serviceRequests) Set the serviceRequests property: Collection of service updates.