TrustedAccessRolesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:trusted_access_roles> attribute.
- Inheritance
-
builtins.objectTrustedAccessRolesOperations
Constructor
TrustedAccessRolesOperations(*args, **kwargs)
Methods
list |
List supported trusted access roles. List supported trusted access roles. |
list
List supported trusted access roles.
List supported trusted access roles.
list(location: str, **kwargs: Any) -> AsyncIterable[TrustedAccessRole]
Parameters
Name | Description |
---|---|
location
Required
|
The name of Azure region. Required. |
Returns
Type | Description |
---|---|
An iterator like instance of either TrustedAccessRole or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.containerservice.v2022_09_02_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\containerservice\\v2022_09_02_preview\\models\\__init__.py'>
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python