IpAllocationsClient Interface
Implements
public interface IpAllocationsClient
extends InnerSupportsGet<IpAllocationInner>, InnerSupportsListing<IpAllocationInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in IpAllocationsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified IpAllocation.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified IpAllocation.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified IpAllocation.
Parameters:
Returns:
createOrUpdate
public abstract IpAllocationInner createOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
createOrUpdate
public abstract IpAllocationInner createOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters, Context context)
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String ipAllocationName)
Deletes the specified IpAllocation.
Parameters:
delete
public abstract void delete(String resourceGroupName, String ipAllocationName, Context context)
Deletes the specified IpAllocation.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified IpAllocation.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified IpAllocation.
Parameters:
Returns:
getByResourceGroup
public abstract IpAllocationInner getByResourceGroup(String resourceGroupName, String ipAllocationName)
Gets the specified IpAllocation by resource group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets the specified IpAllocation by resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets the specified IpAllocation by resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets the specified IpAllocation by resource group.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all IpAllocations in a subscription.
Returns:
list
public abstract PagedIterable
Gets all IpAllocations in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all IpAllocations in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all IpAllocations in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all IpAllocations in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets all IpAllocations in a resource group.
Parameters:
Returns:
updateTags
public abstract IpAllocationInner updateTags(String resourceGroupName, String ipAllocationName, TagsObject parameters)
Updates a IpAllocation tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Updates a IpAllocation tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates a IpAllocation tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates a IpAllocation tags.
Parameters:
Returns:
Applies to
Azure SDK for Java