public interface PublicIpPrefixesClient extends InnerSupportsGet<PublicIpPrefixInner>, InnerSupportsListing<PublicIpPrefixInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpPrefixInner>,PublicIpPrefixInner> |
beginCreateOrUpdate(String resourceGroupName,
String publicIpPrefixName,
PublicIpPrefixInner parameters)
Creates or updates a static or dynamic public IP prefix.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpPrefixInner>,PublicIpPrefixInner> |
beginCreateOrUpdate(String resourceGroupName,
String publicIpPrefixName,
PublicIpPrefixInner parameters,
com.azure.core.util.Context context)
Creates or updates a static or dynamic public IP prefix.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpPrefixInner>,PublicIpPrefixInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String publicIpPrefixName,
PublicIpPrefixInner parameters)
Creates or updates a static or dynamic public IP prefix.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String publicIpPrefixName)
Deletes the specified public IP prefix.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String publicIpPrefixName,
com.azure.core.util.Context context)
Deletes the specified public IP prefix.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String publicIpPrefixName)
Deletes the specified public IP prefix.
|
PublicIpPrefixInner |
createOrUpdate(String resourceGroupName,
String publicIpPrefixName,
PublicIpPrefixInner parameters)
Creates or updates a static or dynamic public IP prefix.
|
PublicIpPrefixInner |
createOrUpdate(String resourceGroupName,
String publicIpPrefixName,
PublicIpPrefixInner parameters,
com.azure.core.util.Context context)
Creates or updates a static or dynamic public IP prefix.
|
Mono<PublicIpPrefixInner> |
createOrUpdateAsync(String resourceGroupName,
String publicIpPrefixName,
PublicIpPrefixInner parameters)
Creates or updates a static or dynamic public IP prefix.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String publicIpPrefixName,
PublicIpPrefixInner parameters)
Creates or updates a static or dynamic public IP prefix.
|
void |
delete(String resourceGroupName,
String publicIpPrefixName)
Deletes the specified public IP prefix.
|
void |
delete(String resourceGroupName,
String publicIpPrefixName,
com.azure.core.util.Context context)
Deletes the specified public IP prefix.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String publicIpPrefixName)
Deletes the specified public IP prefix.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String publicIpPrefixName)
Deletes the specified public IP prefix.
|
PublicIpPrefixInner |
getByResourceGroup(String resourceGroupName,
String publicIpPrefixName)
Gets the specified public IP prefix in a specified resource group.
|
Mono<PublicIpPrefixInner> |
getByResourceGroupAsync(String resourceGroupName,
String publicIpPrefixName)
Gets the specified public IP prefix in a specified resource group.
|
Mono<PublicIpPrefixInner> |
getByResourceGroupAsync(String resourceGroupName,
String publicIpPrefixName,
String expand)
Gets the specified public IP prefix in a specified resource group.
|
com.azure.core.http.rest.Response<PublicIpPrefixInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String publicIpPrefixName,
String expand,
com.azure.core.util.Context context)
Gets the specified public IP prefix in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<PublicIpPrefixInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String publicIpPrefixName,
String expand)
Gets the specified public IP prefix in a specified resource group.
|
com.azure.core.http.rest.PagedIterable<PublicIpPrefixInner> |
list()
Gets all the public IP prefixes in a subscription.
|
com.azure.core.http.rest.PagedIterable<PublicIpPrefixInner> |
list(com.azure.core.util.Context context)
Gets all the public IP prefixes in a subscription.
|
com.azure.core.http.rest.PagedFlux<PublicIpPrefixInner> |
listAsync()
Gets all the public IP prefixes in a subscription.
|
com.azure.core.http.rest.PagedIterable<PublicIpPrefixInner> |
listByResourceGroup(String resourceGroupName)
Gets all public IP prefixes in a resource group.
|
com.azure.core.http.rest.PagedIterable<PublicIpPrefixInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all public IP prefixes in a resource group.
|
com.azure.core.http.rest.PagedFlux<PublicIpPrefixInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all public IP prefixes in a resource group.
|
PublicIpPrefixInner |
updateTags(String resourceGroupName,
String publicIpPrefixName)
Updates public IP prefix tags.
|
Mono<PublicIpPrefixInner> |
updateTagsAsync(String resourceGroupName,
String publicIpPrefixName)
Updates public IP prefix tags.
|
Mono<PublicIpPrefixInner> |
updateTagsAsync(String resourceGroupName,
String publicIpPrefixName,
Map<String,String> tags)
Updates public IP prefix tags.
|
com.azure.core.http.rest.Response<PublicIpPrefixInner> |
updateTagsWithResponse(String resourceGroupName,
String publicIpPrefixName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates public IP prefix tags.
|
Mono<com.azure.core.http.rest.Response<PublicIpPrefixInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String publicIpPrefixName,
Map<String,String> tags)
Updates public IP prefix tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String publicIpPrefixName)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the PublicIpPrefix.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 publicIpPrefixName)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the PublicIpPrefix.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 publicIpPrefixName)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the PublicIpPrefix.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 publicIpPrefixName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the PublicIpPrefix.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 publicIpPrefixName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the PublicIpPrefix.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 publicIpPrefixName)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the PublicIpPrefix.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 publicIpPrefixName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the PublicIpPrefix.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<PublicIpPrefixInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String publicIpPrefixName, String expand)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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<PublicIpPrefixInner> getByResourceGroupAsync(String resourceGroupName, String publicIpPrefixName, String expand)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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<PublicIpPrefixInner> getByResourceGroupAsync(String resourceGroupName, String publicIpPrefixName)
getByResourceGroupAsync in interface InnerSupportsGet<PublicIpPrefixInner>resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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.PublicIpPrefixInner getByResourceGroup(String resourceGroupName, String publicIpPrefixName)
getByResourceGroup in interface InnerSupportsGet<PublicIpPrefixInner>resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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<PublicIpPrefixInner> getByResourceGroupWithResponse(String resourceGroupName, String publicIpPrefixName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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 publicIpPrefixName, PublicIpPrefixInner parameters)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public IP prefix.parameters - Public IP prefix 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<PublicIpPrefixInner>,PublicIpPrefixInner> beginCreateOrUpdateAsync(String resourceGroupName, String publicIpPrefixName, PublicIpPrefixInner parameters)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public IP prefix.parameters - Public IP prefix 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<PublicIpPrefixInner>,PublicIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String publicIpPrefixName, PublicIpPrefixInner parameters)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public IP prefix.parameters - Public IP prefix 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<PublicIpPrefixInner>,PublicIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String publicIpPrefixName, PublicIpPrefixInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public IP prefix.parameters - Public IP prefix 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<PublicIpPrefixInner> createOrUpdateAsync(String resourceGroupName, String publicIpPrefixName, PublicIpPrefixInner parameters)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public IP prefix.parameters - Public IP prefix 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.PublicIpPrefixInner createOrUpdate(String resourceGroupName, String publicIpPrefixName, PublicIpPrefixInner parameters)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public IP prefix.parameters - Public IP prefix 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.PublicIpPrefixInner createOrUpdate(String resourceGroupName, String publicIpPrefixName, PublicIpPrefixInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public IP prefix.parameters - Public IP prefix 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<PublicIpPrefixInner>> updateTagsWithResponseAsync(String resourceGroupName, String publicIpPrefixName, Map<String,String> tags)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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<PublicIpPrefixInner> updateTagsAsync(String resourceGroupName, String publicIpPrefixName, Map<String,String> tags)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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<PublicIpPrefixInner> updateTagsAsync(String resourceGroupName, String publicIpPrefixName)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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.PublicIpPrefixInner updateTags(String resourceGroupName, String publicIpPrefixName)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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<PublicIpPrefixInner> updateTagsWithResponse(String resourceGroupName, String publicIpPrefixName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpPrefixName - The name of the public 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<PublicIpPrefixInner> listAsync()
listAsync in interface InnerSupportsListing<PublicIpPrefixInner>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<PublicIpPrefixInner> list()
list in interface InnerSupportsListing<PublicIpPrefixInner>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<PublicIpPrefixInner> 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<PublicIpPrefixInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<PublicIpPrefixInner>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<PublicIpPrefixInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<PublicIpPrefixInner>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<PublicIpPrefixInner> 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.