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<PollResult<IpAllocationInner>,IpAllocationInner> beginCreateOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<IpAllocationInner>,IpAllocationInner> beginCreateOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters, Context context)
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<IpAllocationInner>,IpAllocationInner> beginCreateOrUpdateAsync(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String ipAllocationName)
Deletes the specified IpAllocation.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String ipAllocationName, Context context)
Deletes the specified IpAllocation.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String ipAllocationName)
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<IpAllocationInner> createOrUpdateAsync(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
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<Void> deleteAsync(String resourceGroupName, String ipAllocationName)
Deletes the specified IpAllocation.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String ipAllocationName)
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<IpAllocationInner> getByResourceGroupAsync(String resourceGroupName, String ipAllocationName)
Gets the specified IpAllocation by resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<IpAllocationInner> getByResourceGroupWithResponse(String resourceGroupName, String ipAllocationName, String expand, Context context)
Gets the specified IpAllocation by resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<IpAllocationInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String ipAllocationName, String expand)
Gets the specified IpAllocation by resource group.
Parameters:
Returns:
list
public abstract PagedIterable<IpAllocationInner> list()
Gets all IpAllocations in a subscription.
Returns:
list
public abstract PagedIterable<IpAllocationInner> list(Context context)
Gets all IpAllocations in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<IpAllocationInner> listAsync()
Gets all IpAllocations in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<IpAllocationInner> listByResourceGroup(String resourceGroupName)
Gets all IpAllocations in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<IpAllocationInner> listByResourceGroup(String resourceGroupName, Context context)
Gets all IpAllocations in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<IpAllocationInner> listByResourceGroupAsync(String resourceGroupName)
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<IpAllocationInner> updateTagsAsync(String resourceGroupName, String ipAllocationName, TagsObject parameters)
Updates a IpAllocation tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<IpAllocationInner> updateTagsWithResponse(String resourceGroupName, String ipAllocationName, TagsObject parameters, Context context)
Updates a IpAllocation tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<IpAllocationInner>> updateTagsWithResponseAsync(String resourceGroupName, String ipAllocationName, TagsObject parameters)
Updates a IpAllocation tags.
Parameters:
Returns: