ProviderOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

WebSiteManagementClient's

<xref:provider> attribute.

Inheritance
builtins.object
ProviderOperations

Constructor

ProviderOperations(*args, **kwargs)

Methods

get_available_stacks

Get available application frameworks and their versions.

Get available application frameworks and their versions.

get_available_stacks_on_prem

Get available application frameworks and their versions.

Get available application frameworks and their versions.

list_operations

Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions.

Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions.

get_available_stacks

Get available application frameworks and their versions.

Get available application frameworks and their versions.

get_available_stacks(os_type_selected: str | Enum4 | None = None, **kwargs: Any) -> AsyncIterable[ApplicationStackResource]

Parameters

Name Description
os_type_selected
Required
str or Enum4

Known values are: "Windows", "Linux", "WindowsFunctions", and "LinuxFunctions". Default value is None.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

An iterator like instance of either ApplicationStackResource or the result of cls(response)

Exceptions

Type Description

get_available_stacks_on_prem

Get available application frameworks and their versions.

Get available application frameworks and their versions.

get_available_stacks_on_prem(os_type_selected: str | Enum5 | None = None, **kwargs: Any) -> AsyncIterable[ApplicationStackResource]

Parameters

Name Description
os_type_selected
Required
str or Enum5

Known values are: "Windows", "Linux", "WindowsFunctions", and "LinuxFunctions". Default value is None.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

An iterator like instance of either ApplicationStackResource or the result of cls(response)

Exceptions

Type Description

list_operations

Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions.

Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions.

list_operations(**kwargs: Any) -> AsyncIterable[CsmOperationDescription]

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

An iterator like instance of either CsmOperationDescription or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.web.v2020_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2020_09_01\\models\\__init__.py'>