public interface AzureFirewallsClient extends InnerSupportsGet<AzureFirewallInner>, InnerSupportsListing<AzureFirewallInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
beginCreateOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
beginCreateOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Azure Firewall.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String azureFirewallName)
Deletes the specified Azure Firewall.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String azureFirewallName,
com.azure.core.util.Context context)
Deletes the specified Azure Firewall.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String azureFirewallName)
Deletes the specified Azure Firewall.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
beginUpdateTags(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags)
Updates tags of an Azure Firewall resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
beginUpdateTags(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates tags of an Azure Firewall resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
beginUpdateTagsAsync(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags)
Updates tags of an Azure Firewall resource.
|
AzureFirewallInner |
createOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
AzureFirewallInner |
createOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Azure Firewall.
|
Mono<AzureFirewallInner> |
createOrUpdateAsync(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
void |
delete(String resourceGroupName,
String azureFirewallName)
Deletes the specified Azure Firewall.
|
void |
delete(String resourceGroupName,
String azureFirewallName,
com.azure.core.util.Context context)
Deletes the specified Azure Firewall.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String azureFirewallName)
Deletes the specified Azure Firewall.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String azureFirewallName)
Deletes the specified Azure Firewall.
|
AzureFirewallInner |
getByResourceGroup(String resourceGroupName,
String azureFirewallName)
Gets the specified Azure Firewall.
|
Mono<AzureFirewallInner> |
getByResourceGroupAsync(String resourceGroupName,
String azureFirewallName)
Gets the specified Azure Firewall.
|
com.azure.core.http.rest.Response<AzureFirewallInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String azureFirewallName,
com.azure.core.util.Context context)
Gets the specified Azure Firewall.
|
Mono<com.azure.core.http.rest.Response<AzureFirewallInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String azureFirewallName)
Gets the specified Azure Firewall.
|
com.azure.core.http.rest.PagedIterable<AzureFirewallInner> |
list()
Gets all the Azure Firewalls in a subscription.
|
com.azure.core.http.rest.PagedIterable<AzureFirewallInner> |
list(com.azure.core.util.Context context)
Gets all the Azure Firewalls in a subscription.
|
com.azure.core.http.rest.PagedFlux<AzureFirewallInner> |
listAsync()
Gets all the Azure Firewalls in a subscription.
|
com.azure.core.http.rest.PagedIterable<AzureFirewallInner> |
listByResourceGroup(String resourceGroupName)
Lists all Azure Firewalls in a resource group.
|
com.azure.core.http.rest.PagedIterable<AzureFirewallInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all Azure Firewalls in a resource group.
|
com.azure.core.http.rest.PagedFlux<AzureFirewallInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all Azure Firewalls in a resource group.
|
AzureFirewallInner |
updateTags(String resourceGroupName,
String azureFirewallName)
Updates tags of an Azure Firewall resource.
|
AzureFirewallInner |
updateTags(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags)
Updates tags of an Azure Firewall resource.
|
AzureFirewallInner |
updateTags(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates tags of an Azure Firewall resource.
|
Mono<AzureFirewallInner> |
updateTagsAsync(String resourceGroupName,
String azureFirewallName)
Updates tags of an Azure Firewall resource.
|
Mono<AzureFirewallInner> |
updateTagsAsync(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags)
Updates tags of an Azure Firewall resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateTagsWithResponseAsync(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags)
Updates tags of an Azure Firewall resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String azureFirewallName)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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 azureFirewallName)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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 azureFirewallName)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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 azureFirewallName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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 azureFirewallName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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 azureFirewallName)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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 azureFirewallName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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<AzureFirewallInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String azureFirewallName)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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<AzureFirewallInner> getByResourceGroupAsync(String resourceGroupName, String azureFirewallName)
getByResourceGroupAsync in interface InnerSupportsGet<AzureFirewallInner>resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.AzureFirewallInner getByResourceGroup(String resourceGroupName, String azureFirewallName)
getByResourceGroup in interface InnerSupportsGet<AzureFirewallInner>resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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<AzureFirewallInner> getByResourceGroupWithResponse(String resourceGroupName, String azureFirewallName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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 azureFirewallName, AzureFirewallInner parameters)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.parameters - Azure Firewall 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<AzureFirewallInner>,AzureFirewallInner> beginCreateOrUpdateAsync(String resourceGroupName, String azureFirewallName, AzureFirewallInner parameters)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.parameters - Azure Firewall 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<AzureFirewallInner>,AzureFirewallInner> beginCreateOrUpdate(String resourceGroupName, String azureFirewallName, AzureFirewallInner parameters)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.parameters - Azure Firewall 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<AzureFirewallInner>,AzureFirewallInner> beginCreateOrUpdate(String resourceGroupName, String azureFirewallName, AzureFirewallInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.parameters - Azure Firewall 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<AzureFirewallInner> createOrUpdateAsync(String resourceGroupName, String azureFirewallName, AzureFirewallInner parameters)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.parameters - Azure Firewall 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.AzureFirewallInner createOrUpdate(String resourceGroupName, String azureFirewallName, AzureFirewallInner parameters)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.parameters - Azure Firewall 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.AzureFirewallInner createOrUpdate(String resourceGroupName, String azureFirewallName, AzureFirewallInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.parameters - Azure Firewall 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<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String azureFirewallName, Map<String,String> tags)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> beginUpdateTagsAsync(String resourceGroupName, String azureFirewallName, Map<String,String> tags)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> beginUpdateTags(String resourceGroupName, String azureFirewallName, Map<String,String> tags)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> beginUpdateTags(String resourceGroupName, String azureFirewallName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.Mono<AzureFirewallInner> updateTagsAsync(String resourceGroupName, String azureFirewallName, Map<String,String> tags)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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<AzureFirewallInner> updateTagsAsync(String resourceGroupName, String azureFirewallName)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.AzureFirewallInner updateTags(String resourceGroupName, String azureFirewallName, Map<String,String> tags)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.AzureFirewallInner updateTags(String resourceGroupName, String azureFirewallName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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.AzureFirewallInner updateTags(String resourceGroupName, String azureFirewallName)
resourceGroupName - The name of the resource group.azureFirewallName - The name of the Azure Firewall.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<AzureFirewallInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<AzureFirewallInner>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<AzureFirewallInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<AzureFirewallInner>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<AzureFirewallInner> 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.com.azure.core.http.rest.PagedFlux<AzureFirewallInner> listAsync()
listAsync in interface InnerSupportsListing<AzureFirewallInner>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<AzureFirewallInner> list()
list in interface InnerSupportsListing<AzureFirewallInner>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<AzureFirewallInner> 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.Copyright © 2020 Microsoft Corporation. All rights reserved.