Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceGatewayServiceRequestInner
Packages that use ServiceGatewayServiceRequestInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewayServiceRequestInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ServiceGatewayServiceRequestInnerModifier and TypeClassDescriptionfinal classProperties of the service gateway services request.Methods in com.azure.resourcemanager.network.fluent.models that return ServiceGatewayServiceRequestInnerModifier and TypeMethodDescriptionServiceGatewayServiceRequestInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayServiceRequestInner from the JsonReader.ServiceGatewayServiceRequestInner.withIsDelete(Boolean isDelete) Set the isDelete property: Set to true to mark the service for deletion.ServiceGatewayServiceRequestInner.withService(ServiceGatewayServiceInner service) Set the service property: Service of service gateway. -
Uses of ServiceGatewayServiceRequestInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceGatewayServiceRequestInnerModifier and TypeMethodDescriptionServiceGatewayUpdateServicesRequest.serviceRequests()Get the serviceRequests property: Collection of service updates.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ServiceGatewayServiceRequestInnerModifier and TypeMethodDescriptionServiceGatewayUpdateServicesRequest.withServiceRequests(List<ServiceGatewayServiceRequestInner> serviceRequests) Set the serviceRequests property: Collection of service updates.