Uses of Class
com.azure.resourcemanager.network.models.ReserveCloudServicePublicIpAddressRequest
Packages that use ReserveCloudServicePublicIpAddressRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ReserveCloudServicePublicIpAddressRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type ReserveCloudServicePublicIpAddressRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginReserveCloudServicePublicIpAddress(String resourceGroupName, String publicIpAddressName, ReserveCloudServicePublicIpAddressRequest parameters) Reserves the specified Cloud Service Public IP by switching its allocation method to Static.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginReserveCloudServicePublicIpAddress(String resourceGroupName, String publicIpAddressName, ReserveCloudServicePublicIpAddressRequest parameters, com.azure.core.util.Context context) Reserves the specified Cloud Service Public IP by switching its allocation method to Static.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginReserveCloudServicePublicIpAddressAsync(String resourceGroupName, String publicIpAddressName, ReserveCloudServicePublicIpAddressRequest parameters) Reserves the specified Cloud Service Public IP by switching its allocation method to Static.PublicIpAddressesClient.reserveCloudServicePublicIpAddress(String resourceGroupName, String publicIpAddressName, ReserveCloudServicePublicIpAddressRequest parameters) Reserves the specified Cloud Service Public IP by switching its allocation method to Static.PublicIpAddressesClient.reserveCloudServicePublicIpAddress(String resourceGroupName, String publicIpAddressName, ReserveCloudServicePublicIpAddressRequest parameters, com.azure.core.util.Context context) Reserves the specified Cloud Service Public IP by switching its allocation method to Static.PublicIpAddressesClient.reserveCloudServicePublicIpAddressAsync(String resourceGroupName, String publicIpAddressName, ReserveCloudServicePublicIpAddressRequest parameters) Reserves the specified Cloud Service Public IP by switching its allocation method to Static.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> PublicIpAddressesClient.reserveCloudServicePublicIpAddressWithResponseAsync(String resourceGroupName, String publicIpAddressName, ReserveCloudServicePublicIpAddressRequest parameters) Reserves the specified Cloud Service Public IP by switching its allocation method to Static. -
Uses of ReserveCloudServicePublicIpAddressRequest in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ReserveCloudServicePublicIpAddressRequestModifier and TypeClassDescriptionfinal classThe request for ReserveCloudServicePublicIpAddressOperation.Methods in com.azure.resourcemanager.network.models that return ReserveCloudServicePublicIpAddressRequestModifier and TypeMethodDescriptionReserveCloudServicePublicIpAddressRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReserveCloudServicePublicIpAddressRequest from the JsonReader.ReserveCloudServicePublicIpAddressRequest.withIsRollback(IsRollback isRollback) Set the isRollback property: When true, reverts from Static to Dynamic allocation (undo reservation).