ManagedServiceIdentityClient Class
The Managed Service Identity Client.
This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.
- Inheritance
-
ManagedServiceIdentityClientazure.mgmt.msi._managed_service_identity_client._SDKClientManagedServiceIdentityClient
Constructor
ManagedServiceIdentityClient(credential, subscription_id, api_version=None, base_url='https://management.azure.com', profile=<KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs)
Parameters
- api_version
- str
API version to use if no profile is provided, or if missing in profile.
- profile
- KnownProfiles
A profile definition, from KnownProfiles to dict.
Methods
| close | |
| models |
Module depends on the API version: |
close
close()
models
Module depends on the API version:
models(api_version='2018-11-30')
Parameters
- cls
- api_version
Attributes
federated_identity_credentials
Instance depends on the API version:
- 2022-01-31-preview: FederatedIdentityCredentialsOperations
operations
Instance depends on the API version:
2018-11-30: Operations
2021-09-30-preview: Operations
2022-01-31-preview: Operations
system_assigned_identities
Instance depends on the API version:
2018-11-30: SystemAssignedIdentitiesOperations
2021-09-30-preview: SystemAssignedIdentitiesOperations
2022-01-31-preview: SystemAssignedIdentitiesOperations
user_assigned_identities
Instance depends on the API version:
2018-11-30: UserAssignedIdentitiesOperations
2021-09-30-preview: UserAssignedIdentitiesOperations
2022-01-31-preview: UserAssignedIdentitiesOperations
DEFAULT_API_VERSION
DEFAULT_API_VERSION = '2018-11-30'
LATEST_PROFILE
LATEST_PROFILE = azure.mgmt.msi.ManagedServiceIdentityClient latest
Feedback
Submit and view feedback for