Uses of Class
com.azure.resourcemanager.network.fluent.models.SwapResourceInner
Packages that use SwapResourceInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of SwapResourceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return SwapResourceInnerModifier and TypeMethodDescriptionGets the 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 SwapResourceInnerModifier and TypeMethodDescriptionGets the SwapResource which identifies the slot type for the specified cloud service.com.azure.core.http.rest.Response<SwapResourceInner> VipSwapsClient.getWithResponse(String groupName, String resourceName, com.azure.core.util.Context context) Gets the SwapResource which identifies the slot type for the specified cloud service.Mono<com.azure.core.http.rest.Response<SwapResourceInner>> VipSwapsClient.getWithResponseAsync(String groupName, String resourceName) Gets the SwapResource which identifies the slot type for the specified cloud service.Methods in com.azure.resourcemanager.network.fluent with parameters of type SwapResourceInnerModifier and TypeMethodDescriptionVipSwapsClient.beginCreate(String groupName, String resourceName, SwapResourceInner parameters) Performs vip swap operation on swappable cloud services.VipSwapsClient.beginCreate(String groupName, String resourceName, SwapResourceInner parameters, com.azure.core.util.Context context) Performs vip swap operation on swappable cloud services.VipSwapsClient.beginCreateAsync(String groupName, String resourceName, SwapResourceInner parameters) Performs vip swap operation on swappable cloud services.voidVipSwapsClient.create(String groupName, String resourceName, SwapResourceInner parameters) Performs vip swap operation on swappable cloud services.voidVipSwapsClient.create(String groupName, String resourceName, SwapResourceInner parameters, com.azure.core.util.Context context) Performs vip swap operation on swappable cloud services.VipSwapsClient.createAsync(String groupName, String resourceName, SwapResourceInner parameters) Performs vip swap operation on swappable cloud services.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VipSwapsClient.createWithResponseAsync(String groupName, String resourceName, SwapResourceInner parameters) Performs vip swap operation on swappable cloud services. -
Uses of SwapResourceInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SwapResourceInnerModifier and TypeMethodDescriptionstatic SwapResourceInnerSwapResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SwapResourceInner from the JsonReader.SwapResourceInner.withProperties(SwapResourceProperties properties) Set the properties property: Swap resource properties.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type SwapResourceInnerModifier and TypeMethodDescriptionSwapResourceListResultInner.value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type SwapResourceInnerModifier and TypeMethodDescriptionSwapResourceListResultInner.withValue(List<SwapResourceInner> value) Set the value property: The value property.