ApplicationGatewaysOperations Class
ApplicationGatewaysOperations async operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectApplicationGatewaysOperations
Constructor
ApplicationGatewaysOperations(client, config, serializer, deserializer) -> None
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| begin_backend_health |
Gets the backend health of the specified application gateway in a resource group. |
| begin_create_or_update |
Creates or updates the specified application gateway. |
| begin_delete |
Deletes the specified application gateway. |
| begin_start |
Starts the specified application gateway. |
| begin_stop |
Stops the specified application gateway in a resource group. |
| begin_update_tags |
Updates the specified application gateway tags. |
| get |
Gets the specified application gateway. |
| get_ssl_predefined_policy |
Gets Ssl predefined policy with the specified policy name. |
| list |
Lists all application gateways in a resource group. |
| list_all |
Gets all the application gateways in a subscription. |
| list_available_request_headers |
Lists all available request headers. |
| list_available_response_headers |
Lists all available response headers. |
| list_available_server_variables |
Lists all available server variables. |
| list_available_ssl_options |
Lists available Ssl options for configuring Ssl policy. |
| list_available_ssl_predefined_policies |
Lists all SSL predefined policies for configuring Ssl policy. |
| list_available_waf_rule_sets |
Lists all available web application firewall rule sets. |
begin_backend_health
Gets the backend health of the specified application gateway in a resource group.
begin_backend_health(resource_group_name: str, application_gateway_name: str, expand: typing.Union[str, NoneType] = None, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('models.ApplicationGatewayBackendHealth')]
Parameters
- expand
- str
Expands BackendAddressPool and BackendHttpSettings referenced in backend health.
- polling
- bool or AsyncPollingMethod
True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either ApplicationGatewayBackendHealth or the result of cls(response)
Return type
Exceptions
begin_create_or_update
Creates or updates the specified application gateway.
begin_create_or_update(resource_group_name: str, application_gateway_name: str, parameters: azure.mgmt.network.v2018_11_01.models._models_py3.ApplicationGateway, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('models.ApplicationGateway')]
Parameters
- parameters
- ApplicationGateway
Parameters supplied to the create or update application gateway operation.
- polling
- bool or AsyncPollingMethod
True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either ApplicationGateway or the result of cls(response)
Return type
Exceptions
begin_delete
Deletes the specified application gateway.
begin_delete(resource_group_name: str, application_gateway_name: str, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]
Parameters
- polling
- bool or AsyncPollingMethod
True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either None or the result of cls(response)
Return type
Exceptions
begin_start
Starts the specified application gateway.
begin_start(resource_group_name: str, application_gateway_name: str, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]
Parameters
- polling
- bool or AsyncPollingMethod
True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either None or the result of cls(response)
Return type
Exceptions
begin_stop
Stops the specified application gateway in a resource group.
begin_stop(resource_group_name: str, application_gateway_name: str, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]
Parameters
- polling
- bool or AsyncPollingMethod
True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either None or the result of cls(response)
Return type
Exceptions
begin_update_tags
Updates the specified application gateway tags.
begin_update_tags(resource_group_name: str, application_gateway_name: str, parameters: azure.mgmt.network.v2018_11_01.models._models_py3.TagsObject, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('models.ApplicationGateway')]
Parameters
- polling
- bool or AsyncPollingMethod
True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either ApplicationGateway or the result of cls(response)
Return type
Exceptions
get
Gets the specified application gateway.
get(resource_group_name: str, application_gateway_name: str, **kwargs) -> azure.mgmt.network.v2018_11_01.models._models_py3.ApplicationGateway
Parameters
Returns
ApplicationGateway, or the result of cls(response)
Return type
Exceptions
get_ssl_predefined_policy
Gets Ssl predefined policy with the specified policy name.
get_ssl_predefined_policy(predefined_policy_name: str, **kwargs) -> azure.mgmt.network.v2018_11_01.models._models_py3.ApplicationGatewaySslPredefinedPolicy
Parameters
Returns
ApplicationGatewaySslPredefinedPolicy, or the result of cls(response)
Return type
Exceptions
list
Lists all application gateways in a resource group.
list(resource_group_name: str, **kwargs) -> typing.AsyncIterable[_ForwardRef('models.ApplicationGatewayListResult')]
Parameters
Returns
An iterator like instance of either ApplicationGatewayListResult or the result of cls(response)
Return type
Exceptions
list_all
Gets all the application gateways in a subscription.
list_all(**kwargs) -> typing.AsyncIterable[_ForwardRef('models.ApplicationGatewayListResult')]
Parameters
Returns
An iterator like instance of either ApplicationGatewayListResult or the result of cls(response)
Return type
Exceptions
list_available_request_headers
Lists all available request headers.
list_available_request_headers(**kwargs) -> typing.List[str]
Parameters
Returns
list of str, or the result of cls(response)
Return type
Exceptions
list_available_response_headers
Lists all available response headers.
list_available_response_headers(**kwargs) -> typing.List[str]
Parameters
Returns
list of str, or the result of cls(response)
Return type
Exceptions
list_available_server_variables
Lists all available server variables.
list_available_server_variables(**kwargs) -> typing.List[str]
Parameters
Returns
list of str, or the result of cls(response)
Return type
Exceptions
list_available_ssl_options
Lists available Ssl options for configuring Ssl policy.
list_available_ssl_options(**kwargs) -> azure.mgmt.network.v2018_11_01.models._models_py3.ApplicationGatewayAvailableSslOptions
Parameters
Returns
ApplicationGatewayAvailableSslOptions, or the result of cls(response)
Return type
Exceptions
list_available_ssl_predefined_policies
Lists all SSL predefined policies for configuring Ssl policy.
list_available_ssl_predefined_policies(**kwargs) -> typing.AsyncIterable[_ForwardRef('models.ApplicationGatewayAvailableSslPredefinedPolicies')]
Parameters
Returns
An iterator like instance of either ApplicationGatewayAvailableSslPredefinedPolicies or the result of cls(response)
Return type
Exceptions
list_available_waf_rule_sets
Lists all available web application firewall rule sets.
list_available_waf_rule_sets(**kwargs) -> azure.mgmt.network.v2018_11_01.models._models_py3.ApplicationGatewayAvailableWafRuleSetsResult
Parameters
Returns
ApplicationGatewayAvailableWafRuleSetsResult, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.network.v2018_11_01.models' from 'c:\\repo\\venv\\lib\\site-packages\\azure\\mgmt\\network\\v2018_11_01\\models\\__init__.py'>
Feedback
Submit and view feedback for