FeatureClientOperationsMixin Class

Inheritance
builtins.object
FeatureClientOperationsMixin

Constructor

FeatureClientOperationsMixin()

Methods

list_operations

Lists all of the available Microsoft.Features REST API operations.

list_operations

Lists all of the available Microsoft.Features REST API operations.

list_operations(**kwargs: Any) -> AsyncIterable[azure.mgmt.resource.features.v2021_07_01.models._models_py3.OperationListResult]

Parameters

cls
callable

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

Returns

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

Return type

Exceptions