public interface CustomIpPrefixesClient extends InnerSupportsGet<CustomIpPrefixInner>, InnerSupportsListing<CustomIpPrefixInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> |
beginCreateOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> |
beginCreateOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters,
com.azure.core.util.Context context)
Creates or updates a custom IP prefix.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String customIpPrefixName)
Deletes the specified custom IP prefix.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String customIpPrefixName,
com.azure.core.util.Context context)
Deletes the specified custom IP prefix.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String customIpPrefixName)
Deletes the specified custom IP prefix.
|
CustomIpPrefixInner |
createOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
CustomIpPrefixInner |
createOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters,
com.azure.core.util.Context context)
Creates or updates a custom IP prefix.
|
Mono<CustomIpPrefixInner> |
createOrUpdateAsync(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
void |
delete(String resourceGroupName,
String customIpPrefixName)
Deletes the specified custom IP prefix.
|
void |
delete(String resourceGroupName,
String customIpPrefixName,
com.azure.core.util.Context context)
Deletes the specified custom IP prefix.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String customIpPrefixName)
Deletes the specified custom IP prefix.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String customIpPrefixName)
Deletes the specified custom IP prefix.
|
CustomIpPrefixInner |
getByResourceGroup(String resourceGroupName,
String customIpPrefixName)
Gets the specified custom IP prefix in a specified resource group.
|
Mono<CustomIpPrefixInner> |
getByResourceGroupAsync(String resourceGroupName,
String customIpPrefixName)
Gets the specified custom IP prefix in a specified resource group.
|
Mono<CustomIpPrefixInner> |
getByResourceGroupAsync(String resourceGroupName,
String customIpPrefixName,
String expand)
Gets the specified custom IP prefix in a specified resource group.
|
com.azure.core.http.rest.Response<CustomIpPrefixInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String customIpPrefixName,
String expand,
com.azure.core.util.Context context)
Gets the specified custom IP prefix in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<CustomIpPrefixInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String customIpPrefixName,
String expand)
Gets the specified custom IP prefix in a specified resource group.
|
com.azure.core.http.rest.PagedIterable<CustomIpPrefixInner> |
list()
Gets all the custom IP prefixes in a subscription.
|
com.azure.core.http.rest.PagedIterable<CustomIpPrefixInner> |
list(com.azure.core.util.Context context)
Gets all the custom IP prefixes in a subscription.
|
com.azure.core.http.rest.PagedFlux<CustomIpPrefixInner> |
listAsync()
Gets all the custom IP prefixes in a subscription.
|
com.azure.core.http.rest.PagedIterable<CustomIpPrefixInner> |
listByResourceGroup(String resourceGroupName)
Gets all custom IP prefixes in a resource group.
|
com.azure.core.http.rest.PagedIterable<CustomIpPrefixInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all custom IP prefixes in a resource group.
|
com.azure.core.http.rest.PagedFlux<CustomIpPrefixInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all custom IP prefixes in a resource group.
|
CustomIpPrefixInner |
updateTags(String resourceGroupName,
String customIpPrefixName)
Updates custom IP prefix tags.
|
Mono<CustomIpPrefixInner> |
updateTagsAsync(String resourceGroupName,
String customIpPrefixName)
Updates custom IP prefix tags.
|
Mono<CustomIpPrefixInner> |
updateTagsAsync(String resourceGroupName,
String customIpPrefixName,
Map<String,String> tags)
Updates custom IP prefix tags.
|
com.azure.core.http.rest.Response<CustomIpPrefixInner> |
updateTagsWithResponse(String resourceGroupName,
String customIpPrefixName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates custom IP prefix tags.
|
Mono<com.azure.core.http.rest.Response<CustomIpPrefixInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String customIpPrefixName,
Map<String,String> tags)
Updates custom IP prefix tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String customIpPrefixName)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the CustomIpPrefix.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 customIpPrefixName)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the CustomIpPrefix.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 customIpPrefixName)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the CustomIpPrefix.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 customIpPrefixName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the CustomIpPrefix.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 customIpPrefixName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.customIpPrefixName - The name of the CustomIpPrefix.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 customIpPrefixName)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the CustomIpPrefix.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 customIpPrefixName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the CustomIpPrefix.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<CustomIpPrefixInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String customIpPrefixName, String expand)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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<CustomIpPrefixInner> getByResourceGroupAsync(String resourceGroupName, String customIpPrefixName, String expand)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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<CustomIpPrefixInner> getByResourceGroupAsync(String resourceGroupName, String customIpPrefixName)
getByResourceGroupAsync in interface InnerSupportsGet<CustomIpPrefixInner>resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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.CustomIpPrefixInner getByResourceGroup(String resourceGroupName, String customIpPrefixName)
getByResourceGroup in interface InnerSupportsGet<CustomIpPrefixInner>resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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<CustomIpPrefixInner> getByResourceGroupWithResponse(String resourceGroupName, String customIpPrefixName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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 customIpPrefixName, CustomIpPrefixInner parameters)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.parameters - Parameters supplied to the create or update custom IP prefix 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.parameters - Parameters supplied to the create or update custom IP prefix 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.parameters - Parameters supplied to the create or update custom IP prefix 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.parameters - Parameters supplied to the create or update custom IP prefix operation.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<CustomIpPrefixInner> createOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.parameters - Parameters supplied to the create or update custom IP prefix 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.CustomIpPrefixInner createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.parameters - Parameters supplied to the create or update custom IP prefix 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.CustomIpPrefixInner createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.parameters - Parameters supplied to the create or update custom IP prefix operation.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<CustomIpPrefixInner>> updateTagsWithResponseAsync(String resourceGroupName, String customIpPrefixName, Map<String,String> tags)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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<CustomIpPrefixInner> updateTagsAsync(String resourceGroupName, String customIpPrefixName, Map<String,String> tags)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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<CustomIpPrefixInner> updateTagsAsync(String resourceGroupName, String customIpPrefixName)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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.CustomIpPrefixInner updateTags(String resourceGroupName, String customIpPrefixName)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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<CustomIpPrefixInner> updateTagsWithResponse(String resourceGroupName, String customIpPrefixName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.customIpPrefixName - The name of the custom IP prefix.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<CustomIpPrefixInner> listAsync()
listAsync in interface InnerSupportsListing<CustomIpPrefixInner>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<CustomIpPrefixInner> list()
list in interface InnerSupportsListing<CustomIpPrefixInner>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<CustomIpPrefixInner> 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<CustomIpPrefixInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<CustomIpPrefixInner>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<CustomIpPrefixInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<CustomIpPrefixInner>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<CustomIpPrefixInner> 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 © 2021 Microsoft Corporation. All rights reserved.