AvailableEnvironmentModesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerAppsAPIClient's

<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) -> ItemPaged[AvailableEnvironmentMode]

Parameters

Name Description
location
Required
str

The name of the Azure region. Required.

Returns

Type Description

An iterator like instance of AvailableEnvironmentMode

Exceptions

Type Description