AvailableEnvironmentModesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:available_environment_modes> attribute.
Constructor
AvailableEnvironmentModesOperations(*args, **kwargs)
Methods
| list |
Get available environment modes by location. Gets the environment modes available to a subscription in a location. |
list
Get available environment modes by location.
Gets the environment modes available to a subscription in a location.
list(location: str, **kwargs: Any) -> AsyncItemPaged[AvailableEnvironmentMode]
Parameters
| Name | Description |
|---|---|
|
location
Required
|
The name of the Azure region. Required. |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of AvailableEnvironmentMode |
Exceptions
| Type | Description |
|---|---|