azure.mgmt.authorization.v2015_06_01.operations module

class azure.mgmt.authorization.v2015_06_01.operations.ClassicAdministratorsOperations(*args, **kwargs)[source]

Bases: object

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through AuthorizationManagementClient’s classic_administrators attribute.

list(**kwargs: Any)Iterable[azure.mgmt.authorization.v2015_06_01.models._models_py3.ClassicAdministrator][source]

Gets service administrator, account administrator, and co-administrators for the subscription.

Keyword Arguments

cls (callable) – A custom type or function that will be passed the direct response

Returns

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

Return type

ItemPaged[ClassicAdministrator]

Raises

HttpResponseError

models = <module 'azure.mgmt.authorization.v2015_06_01.models' from '/mnt/vss/_work/1/s/sdk/authorization/azure-mgmt-authorization/.tox/sphinx/lib/python3.9/site-packages/azure/mgmt/authorization/v2015_06_01/models/__init__.py'>