Uses of Class
com.azure.resourcemanager.network.fluent.models.SwapResourceListResultInner
Packages that use SwapResourceListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of SwapResourceListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return SwapResourceListResultInnerModifier and TypeMethodDescriptionGets the list of SwapResource which identifies the slot type for the specified cloud service.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type SwapResourceListResultInnerModifier and TypeMethodDescriptionGets the list of SwapResource which identifies the slot type for the specified cloud service.com.azure.core.http.rest.Response<SwapResourceListResultInner> VipSwapsClient.listWithResponse(String groupName, String resourceName, com.azure.core.util.Context context) Gets the list of SwapResource which identifies the slot type for the specified cloud service.Mono<com.azure.core.http.rest.Response<SwapResourceListResultInner>> VipSwapsClient.listWithResponseAsync(String groupName, String resourceName) Gets the list of SwapResource which identifies the slot type for the specified cloud service. -
Uses of SwapResourceListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type SwapResourceListResultInnerModifier and TypeClassDescriptionfinal classSwapResource List with single entry to represent slot type on the specified cloud service.Methods in com.azure.resourcemanager.network.fluent.models that return SwapResourceListResultInnerModifier and TypeMethodDescriptionstatic SwapResourceListResultInnerSwapResourceListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SwapResourceListResultInner from the JsonReader.SwapResourceListResultInner.withValue(List<SwapResourceInner> value) Set the value property: The value property.