ComputeManagementClient Třída
Výpočetní klient.
- Dědičnost
-
builtins.objectComputeManagementClient
Konstruktor
ComputeManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parametry
- credential
- TokenCredential
Přihlašovací údaje potřebné pro připojení klienta k Azure. Povinná hodnota.
- subscription_id
- str
Přihlašovací údaje předplatného, které jednoznačně identifikují předplatné Microsoft Azure. ID předplatného je součástí identifikátoru URI pro každé volání služby. Povinná hodnota.
- base_url
- str
Adresa URL služby. Výchozí hodnota je "https://management.azure.com".
- api_version
- str
Verze rozhraní API. Výchozí hodnota je "2022-01-03". Všimněte si, že přepsání této výchozí hodnoty může vést k nepodporovanému chování.
- polling_interval
- int
Výchozí doba čekání mezi dvěma dotazy na operace LRO, pokud není k dispozici žádná hlavička Retry-After.
Proměnné
- galleries
- GalleriesOperations
GalerieOperační operace
- gallery_images
- GalleryImagesOperations
Operace GalleryImagesOperations
- gallery_image_versions
- GalleryImageVersionsOperations
Operace GalleryImageVersionsOperations
- gallery_applications
- GalleryApplicationsOperations
Operace GalleryApplicationsOperations
- gallery_application_versions
- GalleryApplicationVersionsOperations
Operace GalleryApplicationVersionsOperations
- gallery_sharing_profile
- GallerySharingProfileOperations
Operace GallerySharingProfileOperations
- shared_galleries
- SharedGalleriesOperations
Operace SharedGalleriesOperations
- shared_gallery_images
- SharedGalleryImagesOperations
Operace SharedGalleryImagesOperations
- shared_gallery_image_versions
- SharedGalleryImageVersionsOperations
Operace SharedGalleryImageVersionsOperations
- community_galleries
- CommunityGalleriesOperations
CommunityGalleriesOperations operations
- community_gallery_images
- CommunityGalleryImagesOperations
Operace CommunityGalleryImagesOperations
- community_gallery_image_versions
- CommunityGalleryImageVersionsOperations
Operace CommunityGalleryImageVersionsOperations
Metody
close |
close
close() -> None
Azure SDK for Python