public interface ApplicationGatewaysClient extends InnerSupportsGet<ApplicationGatewayInner>, InnerSupportsListing<ApplicationGatewayInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHealthInner |
backendHealth(String resourceGroupName,
String applicationGatewayName)
Gets the backend health of the specified application gateway in a resource group.
|
ApplicationGatewayBackendHealthInner |
backendHealth(String resourceGroupName,
String applicationGatewayName,
String expand)
Gets the backend health of the specified application gateway in a resource group.
|
ApplicationGatewayBackendHealthInner |
backendHealth(String resourceGroupName,
String applicationGatewayName,
String expand,
com.azure.core.util.Context context)
Gets the backend health of the specified application gateway in a resource group.
|
Mono<ApplicationGatewayBackendHealthInner> |
backendHealthAsync(String resourceGroupName,
String applicationGatewayName)
Gets the backend health of the specified application gateway in a resource group.
|
Mono<ApplicationGatewayBackendHealthInner> |
backendHealthAsync(String resourceGroupName,
String applicationGatewayName,
String expand)
Gets the backend health of the specified application gateway in a resource group.
|
ApplicationGatewayBackendHealthOnDemandInner |
backendHealthOnDemand(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
ApplicationGatewayBackendHealthOnDemandInner |
backendHealthOnDemand(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest,
String expand)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
ApplicationGatewayBackendHealthOnDemandInner |
backendHealthOnDemand(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest,
String expand,
com.azure.core.util.Context context)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
Mono<ApplicationGatewayBackendHealthOnDemandInner> |
backendHealthOnDemandAsync(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
Mono<ApplicationGatewayBackendHealthOnDemandInner> |
backendHealthOnDemandAsync(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest,
String expand)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
backendHealthOnDemandWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest,
String expand)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
backendHealthWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
String expand)
Gets the backend health of the specified application gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>,ApplicationGatewayBackendHealthInner> |
beginBackendHealth(String resourceGroupName,
String applicationGatewayName,
String expand)
Gets the backend health of the specified application gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>,ApplicationGatewayBackendHealthInner> |
beginBackendHealth(String resourceGroupName,
String applicationGatewayName,
String expand,
com.azure.core.util.Context context)
Gets the backend health of the specified application gateway in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>,ApplicationGatewayBackendHealthInner> |
beginBackendHealthAsync(String resourceGroupName,
String applicationGatewayName,
String expand)
Gets the backend health of the specified application gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>,ApplicationGatewayBackendHealthOnDemandInner> |
beginBackendHealthOnDemand(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest,
String expand)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>,ApplicationGatewayBackendHealthOnDemandInner> |
beginBackendHealthOnDemand(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest,
String expand,
com.azure.core.util.Context context)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>,ApplicationGatewayBackendHealthOnDemandInner> |
beginBackendHealthOnDemandAsync(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayOnDemandProbe probeRequest,
String expand)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayInner>,ApplicationGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayInner parameters)
Creates or updates the specified application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayInner>,ApplicationGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified application gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayInner>,ApplicationGatewayInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayInner parameters)
Creates or updates the specified application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String applicationGatewayName)
Deletes the specified application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Deletes the specified application gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String applicationGatewayName)
Deletes the specified application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String applicationGatewayName)
Starts the specified application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Starts the specified application gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartAsync(String resourceGroupName,
String applicationGatewayName)
Starts the specified application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStop(String resourceGroupName,
String applicationGatewayName)
Stops the specified application gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStop(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Stops the specified application gateway in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStopAsync(String resourceGroupName,
String applicationGatewayName)
Stops the specified application gateway in a resource group.
|
ApplicationGatewayInner |
createOrUpdate(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayInner parameters)
Creates or updates the specified application gateway.
|
ApplicationGatewayInner |
createOrUpdate(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified application gateway.
|
Mono<ApplicationGatewayInner> |
createOrUpdateAsync(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayInner parameters)
Creates or updates the specified application gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
ApplicationGatewayInner parameters)
Creates or updates the specified application gateway.
|
void |
delete(String resourceGroupName,
String applicationGatewayName)
Deletes the specified application gateway.
|
void |
delete(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Deletes the specified application gateway.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String applicationGatewayName)
Deletes the specified application gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String applicationGatewayName)
Deletes the specified application gateway.
|
ApplicationGatewayInner |
getByResourceGroup(String resourceGroupName,
String applicationGatewayName)
Gets the specified application gateway.
|
Mono<ApplicationGatewayInner> |
getByResourceGroupAsync(String resourceGroupName,
String applicationGatewayName)
Gets the specified application gateway.
|
com.azure.core.http.rest.Response<ApplicationGatewayInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Gets the specified application gateway.
|
Mono<com.azure.core.http.rest.Response<ApplicationGatewayInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String applicationGatewayName)
Gets the specified application gateway.
|
ApplicationGatewaySslPredefinedPolicyInner |
getSslPredefinedPolicy(String predefinedPolicyName)
Gets Ssl predefined policy with the specified policy name.
|
Mono<ApplicationGatewaySslPredefinedPolicyInner> |
getSslPredefinedPolicyAsync(String predefinedPolicyName)
Gets Ssl predefined policy with the specified policy name.
|
com.azure.core.http.rest.Response<ApplicationGatewaySslPredefinedPolicyInner> |
getSslPredefinedPolicyWithResponse(String predefinedPolicyName,
com.azure.core.util.Context context)
Gets Ssl predefined policy with the specified policy name.
|
Mono<com.azure.core.http.rest.Response<ApplicationGatewaySslPredefinedPolicyInner>> |
getSslPredefinedPolicyWithResponseAsync(String predefinedPolicyName)
Gets Ssl predefined policy with the specified policy name.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewayInner> |
list()
Gets all the application gateways in a subscription.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewayInner> |
list(com.azure.core.util.Context context)
Gets all the application gateways in a subscription.
|
com.azure.core.http.rest.PagedFlux<ApplicationGatewayInner> |
listAsync()
Gets all the application gateways in a subscription.
|
List<String> |
listAvailableRequestHeaders()
Lists all available request headers.
|
Mono<List<String>> |
listAvailableRequestHeadersAsync()
Lists all available request headers.
|
com.azure.core.http.rest.Response<List<String>> |
listAvailableRequestHeadersWithResponse(com.azure.core.util.Context context)
Lists all available request headers.
|
Mono<com.azure.core.http.rest.Response<List<String>>> |
listAvailableRequestHeadersWithResponseAsync()
Lists all available request headers.
|
List<String> |
listAvailableResponseHeaders()
Lists all available response headers.
|
Mono<List<String>> |
listAvailableResponseHeadersAsync()
Lists all available response headers.
|
com.azure.core.http.rest.Response<List<String>> |
listAvailableResponseHeadersWithResponse(com.azure.core.util.Context context)
Lists all available response headers.
|
Mono<com.azure.core.http.rest.Response<List<String>>> |
listAvailableResponseHeadersWithResponseAsync()
Lists all available response headers.
|
List<String> |
listAvailableServerVariables()
Lists all available server variables.
|
Mono<List<String>> |
listAvailableServerVariablesAsync()
Lists all available server variables.
|
com.azure.core.http.rest.Response<List<String>> |
listAvailableServerVariablesWithResponse(com.azure.core.util.Context context)
Lists all available server variables.
|
Mono<com.azure.core.http.rest.Response<List<String>>> |
listAvailableServerVariablesWithResponseAsync()
Lists all available server variables.
|
ApplicationGatewayAvailableSslOptionsInner |
listAvailableSslOptions()
Lists available Ssl options for configuring Ssl policy.
|
Mono<ApplicationGatewayAvailableSslOptionsInner> |
listAvailableSslOptionsAsync()
Lists available Ssl options for configuring Ssl policy.
|
com.azure.core.http.rest.Response<ApplicationGatewayAvailableSslOptionsInner> |
listAvailableSslOptionsWithResponse(com.azure.core.util.Context context)
Lists available Ssl options for configuring Ssl policy.
|
Mono<com.azure.core.http.rest.Response<ApplicationGatewayAvailableSslOptionsInner>> |
listAvailableSslOptionsWithResponseAsync()
Lists available Ssl options for configuring Ssl policy.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewaySslPredefinedPolicyInner> |
listAvailableSslPredefinedPolicies()
Lists all SSL predefined policies for configuring Ssl policy.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewaySslPredefinedPolicyInner> |
listAvailableSslPredefinedPolicies(com.azure.core.util.Context context)
Lists all SSL predefined policies for configuring Ssl policy.
|
com.azure.core.http.rest.PagedFlux<ApplicationGatewaySslPredefinedPolicyInner> |
listAvailableSslPredefinedPoliciesAsync()
Lists all SSL predefined policies for configuring Ssl policy.
|
ApplicationGatewayAvailableWafRuleSetsResultInner |
listAvailableWafRuleSets()
Lists all available web application firewall rule sets.
|
Mono<ApplicationGatewayAvailableWafRuleSetsResultInner> |
listAvailableWafRuleSetsAsync()
Lists all available web application firewall rule sets.
|
com.azure.core.http.rest.Response<ApplicationGatewayAvailableWafRuleSetsResultInner> |
listAvailableWafRuleSetsWithResponse(com.azure.core.util.Context context)
Lists all available web application firewall rule sets.
|
Mono<com.azure.core.http.rest.Response<ApplicationGatewayAvailableWafRuleSetsResultInner>> |
listAvailableWafRuleSetsWithResponseAsync()
Lists all available web application firewall rule sets.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewayInner> |
listByResourceGroup(String resourceGroupName)
Lists all application gateways in a resource group.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewayInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all application gateways in a resource group.
|
com.azure.core.http.rest.PagedFlux<ApplicationGatewayInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all application gateways in a resource group.
|
void |
start(String resourceGroupName,
String applicationGatewayName)
Starts the specified application gateway.
|
void |
start(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Starts the specified application gateway.
|
Mono<Void> |
startAsync(String resourceGroupName,
String applicationGatewayName)
Starts the specified application gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startWithResponseAsync(String resourceGroupName,
String applicationGatewayName)
Starts the specified application gateway.
|
void |
stop(String resourceGroupName,
String applicationGatewayName)
Stops the specified application gateway in a resource group.
|
void |
stop(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Stops the specified application gateway in a resource group.
|
Mono<Void> |
stopAsync(String resourceGroupName,
String applicationGatewayName)
Stops the specified application gateway in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopWithResponseAsync(String resourceGroupName,
String applicationGatewayName)
Stops the specified application gateway in a resource group.
|
ApplicationGatewayInner |
updateTags(String resourceGroupName,
String applicationGatewayName)
Updates the specified application gateway tags.
|
Mono<ApplicationGatewayInner> |
updateTagsAsync(String resourceGroupName,
String applicationGatewayName)
Updates the specified application gateway tags.
|
Mono<ApplicationGatewayInner> |
updateTagsAsync(String resourceGroupName,
String applicationGatewayName,
Map<String,String> tags)
Updates the specified application gateway tags.
|
com.azure.core.http.rest.Response<ApplicationGatewayInner> |
updateTagsWithResponse(String resourceGroupName,
String applicationGatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates the specified application gateway tags.
|
Mono<com.azure.core.http.rest.Response<ApplicationGatewayInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
Map<String,String> tags)
Updates the specified application gateway tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 applicationGatewayName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayInner> getByResourceGroupAsync(String resourceGroupName, String applicationGatewayName)
getByResourceGroupAsync in interface InnerSupportsGet<ApplicationGatewayInner>resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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.ApplicationGatewayInner getByResourceGroup(String resourceGroupName, String applicationGatewayName)
getByResourceGroup in interface InnerSupportsGet<ApplicationGatewayInner>resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayInner> getByResourceGroupWithResponse(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 applicationGatewayName, ApplicationGatewayInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.parameters - Application gateway 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<ApplicationGatewayInner>,ApplicationGatewayInner> beginCreateOrUpdateAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.parameters - Application gateway 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<ApplicationGatewayInner>,ApplicationGatewayInner> beginCreateOrUpdate(String resourceGroupName, String applicationGatewayName, ApplicationGatewayInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.parameters - Application gateway 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<ApplicationGatewayInner>,ApplicationGatewayInner> beginCreateOrUpdate(String resourceGroupName, String applicationGatewayName, ApplicationGatewayInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.parameters - Application gateway 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<ApplicationGatewayInner> createOrUpdateAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.parameters - Application gateway 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.ApplicationGatewayInner createOrUpdate(String resourceGroupName, String applicationGatewayName, ApplicationGatewayInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.parameters - Application gateway 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.ApplicationGatewayInner createOrUpdate(String resourceGroupName, String applicationGatewayName, ApplicationGatewayInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.parameters - Application gateway 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<ApplicationGatewayInner>> updateTagsWithResponseAsync(String resourceGroupName, String applicationGatewayName, Map<String,String> tags)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayInner> updateTagsAsync(String resourceGroupName, String applicationGatewayName, Map<String,String> tags)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayInner> updateTagsAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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.ApplicationGatewayInner updateTags(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayInner> updateTagsWithResponse(String resourceGroupName, String applicationGatewayName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ApplicationGatewayInner>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<ApplicationGatewayInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ApplicationGatewayInner>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<ApplicationGatewayInner> 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<ApplicationGatewayInner> listAsync()
listAsync in interface InnerSupportsListing<ApplicationGatewayInner>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<ApplicationGatewayInner> list()
list in interface InnerSupportsListing<ApplicationGatewayInner>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<ApplicationGatewayInner> 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startWithResponseAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> beginStartAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> beginStart(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> beginStart(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> startAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 start(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 start(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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>>> stopWithResponseAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> beginStopAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> beginStop(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> beginStop(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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> stopAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 stop(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 stop(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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>>> backendHealthWithResponseAsync(String resourceGroupName, String applicationGatewayName, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthInner>,ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(String resourceGroupName, String applicationGatewayName, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthInner>,ApplicationGatewayBackendHealthInner> beginBackendHealth(String resourceGroupName, String applicationGatewayName, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthInner>,ApplicationGatewayBackendHealthInner> beginBackendHealth(String resourceGroupName, String applicationGatewayName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthInner> backendHealthAsync(String resourceGroupName, String applicationGatewayName, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthInner> backendHealthAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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.ApplicationGatewayBackendHealthInner backendHealth(String resourceGroupName, String applicationGatewayName, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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.ApplicationGatewayBackendHealthInner backendHealth(String resourceGroupName, String applicationGatewayName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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.ApplicationGatewayBackendHealthInner backendHealth(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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>>> backendHealthOnDemandWithResponseAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthOnDemandInner>,ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthOnDemandInner>,ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthOnDemandInner>,ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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<ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.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.ApplicationGatewayBackendHealthOnDemandInner backendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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.ApplicationGatewayBackendHealthOnDemandInner backendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.expand - Expands BackendAddressPool and BackendHttpSettings referenced in backend health.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.ApplicationGatewayBackendHealthOnDemandInner backendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.probeRequest - Details of on demand test probe request.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<List<String>>> listAvailableServerVariablesWithResponseAsync()
ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<String>> listAvailableServerVariablesAsync()
ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<String> listAvailableServerVariables()
ErrorException - 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<List<String>> listAvailableServerVariablesWithResponse(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<List<String>>> listAvailableRequestHeadersWithResponseAsync()
ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<String>> listAvailableRequestHeadersAsync()
ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<String> listAvailableRequestHeaders()
ErrorException - 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<List<String>> listAvailableRequestHeadersWithResponse(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<List<String>>> listAvailableResponseHeadersWithResponseAsync()
ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<String>> listAvailableResponseHeadersAsync()
ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<String> listAvailableResponseHeaders()
ErrorException - 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<List<String>> listAvailableResponseHeadersWithResponse(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<ApplicationGatewayAvailableWafRuleSetsResultInner>> listAvailableWafRuleSetsWithResponseAsync()
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<ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsAsync()
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.ApplicationGatewayAvailableWafRuleSetsResultInner listAvailableWafRuleSets()
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<ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsWithResponse(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.Mono<com.azure.core.http.rest.Response<ApplicationGatewayAvailableSslOptionsInner>> listAvailableSslOptionsWithResponseAsync()
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<ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsAsync()
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.ApplicationGatewayAvailableSslOptionsInner listAvailableSslOptions()
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<ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsWithResponse(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<ApplicationGatewaySslPredefinedPolicyInner> listAvailableSslPredefinedPoliciesAsync()
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<ApplicationGatewaySslPredefinedPolicyInner> listAvailableSslPredefinedPolicies()
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<ApplicationGatewaySslPredefinedPolicyInner> listAvailableSslPredefinedPolicies(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.Mono<com.azure.core.http.rest.Response<ApplicationGatewaySslPredefinedPolicyInner>> getSslPredefinedPolicyWithResponseAsync(String predefinedPolicyName)
predefinedPolicyName - Name of Ssl predefined policy.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<ApplicationGatewaySslPredefinedPolicyInner> getSslPredefinedPolicyAsync(String predefinedPolicyName)
predefinedPolicyName - Name of Ssl predefined policy.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.ApplicationGatewaySslPredefinedPolicyInner getSslPredefinedPolicy(String predefinedPolicyName)
predefinedPolicyName - Name of Ssl predefined policy.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<ApplicationGatewaySslPredefinedPolicyInner> getSslPredefinedPolicyWithResponse(String predefinedPolicyName, com.azure.core.util.Context context)
predefinedPolicyName - Name of Ssl predefined policy.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.