Uses of Class
com.azure.resourcemanager.network.models.DisassociateCloudServicePublicIpRequest
Packages that use DisassociateCloudServicePublicIpRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DisassociateCloudServicePublicIpRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type DisassociateCloudServicePublicIpRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginDisassociateCloudServiceReservedPublicIp(String resourceGroupName, String publicIpAddressName, DisassociateCloudServicePublicIpRequest parameters) Disassociates the Cloud Service reserved Public IP and associates the specified Standalone Public IP to the same Cloud Service frontend.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginDisassociateCloudServiceReservedPublicIp(String resourceGroupName, String publicIpAddressName, DisassociateCloudServicePublicIpRequest parameters, com.azure.core.util.Context context) Disassociates the Cloud Service reserved Public IP and associates the specified Standalone Public IP to the same Cloud Service frontend.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginDisassociateCloudServiceReservedPublicIpAsync(String resourceGroupName, String publicIpAddressName, DisassociateCloudServicePublicIpRequest parameters) Disassociates the Cloud Service reserved Public IP and associates the specified Standalone Public IP to the same Cloud Service frontend.PublicIpAddressesClient.disassociateCloudServiceReservedPublicIp(String resourceGroupName, String publicIpAddressName, DisassociateCloudServicePublicIpRequest parameters) Disassociates the Cloud Service reserved Public IP and associates the specified Standalone Public IP to the same Cloud Service frontend.PublicIpAddressesClient.disassociateCloudServiceReservedPublicIp(String resourceGroupName, String publicIpAddressName, DisassociateCloudServicePublicIpRequest parameters, com.azure.core.util.Context context) Disassociates the Cloud Service reserved Public IP and associates the specified Standalone Public IP to the same Cloud Service frontend.PublicIpAddressesClient.disassociateCloudServiceReservedPublicIpAsync(String resourceGroupName, String publicIpAddressName, DisassociateCloudServicePublicIpRequest parameters) Disassociates the Cloud Service reserved Public IP and associates the specified Standalone Public IP to the same Cloud Service frontend.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> PublicIpAddressesClient.disassociateCloudServiceReservedPublicIpWithResponseAsync(String resourceGroupName, String publicIpAddressName, DisassociateCloudServicePublicIpRequest parameters) Disassociates the Cloud Service reserved Public IP and associates the specified Standalone Public IP to the same Cloud Service frontend. -
Uses of DisassociateCloudServicePublicIpRequest in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type DisassociateCloudServicePublicIpRequestModifier and TypeClassDescriptionfinal classThe request for DisassociateCloudServicePublicIpOperation.Methods in com.azure.resourcemanager.network.models that return DisassociateCloudServicePublicIpRequestModifier and TypeMethodDescriptionDisassociateCloudServicePublicIpRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DisassociateCloudServicePublicIpRequest from the JsonReader.DisassociateCloudServicePublicIpRequest.withPublicIpArmId(String publicIpArmId) Set the publicIpArmId property: ARM ID of the Standalone Public IP to associate.