public interface IpAllocationsClient extends InnerSupportsGet<IpAllocationInner>, InnerSupportsListing<IpAllocationInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> |
beginCreateOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> |
beginCreateOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters,
com.azure.core.util.Context context)
Creates or updates an IpAllocation in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String ipAllocationName)
Deletes the specified IpAllocation.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String ipAllocationName,
com.azure.core.util.Context context)
Deletes the specified IpAllocation.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String ipAllocationName)
Deletes the specified IpAllocation.
|
IpAllocationInner |
createOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
IpAllocationInner |
createOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters,
com.azure.core.util.Context context)
Creates or updates an IpAllocation in the specified resource group.
|
Mono<IpAllocationInner> |
createOrUpdateAsync(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
void |
delete(String resourceGroupName,
String ipAllocationName)
Deletes the specified IpAllocation.
|
void |
delete(String resourceGroupName,
String ipAllocationName,
com.azure.core.util.Context context)
Deletes the specified IpAllocation.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String ipAllocationName)
Deletes the specified IpAllocation.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String ipAllocationName)
Deletes the specified IpAllocation.
|
IpAllocationInner |
getByResourceGroup(String resourceGroupName,
String ipAllocationName)
Gets the specified IpAllocation by resource group.
|
Mono<IpAllocationInner> |
getByResourceGroupAsync(String resourceGroupName,
String ipAllocationName)
Gets the specified IpAllocation by resource group.
|
Mono<IpAllocationInner> |
getByResourceGroupAsync(String resourceGroupName,
String ipAllocationName,
String expand)
Gets the specified IpAllocation by resource group.
|
com.azure.core.http.rest.Response<IpAllocationInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String ipAllocationName,
String expand,
com.azure.core.util.Context context)
Gets the specified IpAllocation by resource group.
|
Mono<com.azure.core.http.rest.Response<IpAllocationInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String ipAllocationName,
String expand)
Gets the specified IpAllocation by resource group.
|
com.azure.core.http.rest.PagedIterable<IpAllocationInner> |
list()
Gets all IpAllocations in a subscription.
|
com.azure.core.http.rest.PagedIterable<IpAllocationInner> |
list(com.azure.core.util.Context context)
Gets all IpAllocations in a subscription.
|
com.azure.core.http.rest.PagedFlux<IpAllocationInner> |
listAsync()
Gets all IpAllocations in a subscription.
|
com.azure.core.http.rest.PagedIterable<IpAllocationInner> |
listByResourceGroup(String resourceGroupName)
Gets all IpAllocations in a resource group.
|
com.azure.core.http.rest.PagedIterable<IpAllocationInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all IpAllocations in a resource group.
|
com.azure.core.http.rest.PagedFlux<IpAllocationInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all IpAllocations in a resource group.
|
IpAllocationInner |
updateTags(String resourceGroupName,
String ipAllocationName)
Updates a IpAllocation tags.
|
Mono<IpAllocationInner> |
updateTagsAsync(String resourceGroupName,
String ipAllocationName)
Updates a IpAllocation tags.
|
Mono<IpAllocationInner> |
updateTagsAsync(String resourceGroupName,
String ipAllocationName,
Map<String,String> tags)
Updates a IpAllocation tags.
|
com.azure.core.http.rest.Response<IpAllocationInner> |
updateTagsWithResponse(String resourceGroupName,
String ipAllocationName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a IpAllocation tags.
|
Mono<com.azure.core.http.rest.Response<IpAllocationInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String ipAllocationName,
Map<String,String> tags)
Updates a IpAllocation tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String ipAllocationName)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String ipAllocationName)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String ipAllocationName)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String ipAllocationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String ipAllocationName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String ipAllocationName)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String ipAllocationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IpAllocationInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String ipAllocationName, String expand)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpAllocationInner> getByResourceGroupAsync(String resourceGroupName, String ipAllocationName, String expand)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpAllocationInner> getByResourceGroupAsync(String resourceGroupName, String ipAllocationName)
getByResourceGroupAsync in interface InnerSupportsGet<IpAllocationInner>resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpAllocationInner getByResourceGroup(String resourceGroupName, String ipAllocationName)
getByResourceGroup in interface InnerSupportsGet<IpAllocationInner>resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IpAllocationInner> getByResourceGroupWithResponse(String resourceGroupName, String ipAllocationName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.parameters - IpAllocation resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> beginCreateOrUpdateAsync(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.parameters - IpAllocation resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> beginCreateOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.parameters - IpAllocation resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> beginCreateOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.parameters - IpAllocation resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpAllocationInner> createOrUpdateAsync(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.parameters - IpAllocation resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpAllocationInner createOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.parameters - IpAllocation resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpAllocationInner createOrUpdate(String resourceGroupName, String ipAllocationName, IpAllocationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.parameters - IpAllocation resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IpAllocationInner>> updateTagsWithResponseAsync(String resourceGroupName, String ipAllocationName, Map<String,String> tags)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpAllocationInner> updateTagsAsync(String resourceGroupName, String ipAllocationName, Map<String,String> tags)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpAllocationInner> updateTagsAsync(String resourceGroupName, String ipAllocationName)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpAllocationInner updateTags(String resourceGroupName, String ipAllocationName)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IpAllocationInner> updateTagsWithResponse(String resourceGroupName, String ipAllocationName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipAllocationName - The name of the IpAllocation.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<IpAllocationInner> listAsync()
listAsync in interface InnerSupportsListing<IpAllocationInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IpAllocationInner> list()
list in interface InnerSupportsListing<IpAllocationInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IpAllocationInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<IpAllocationInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<IpAllocationInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IpAllocationInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<IpAllocationInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IpAllocationInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.