GalleryImageVersion Klasa
Określa informacje o wersji obrazu galerii, którą chcesz utworzyć lub zaktualizować.
Zmienne są wypełniane tylko przez serwer i będą ignorowane podczas wysyłania żądania.
Aby wysyłać na platformę Azure wszystkie wymagane parametry, należy wypełnić wszystkie wymagane parametry.
- Dziedziczenie
-
azure.mgmt.compute.v2022_03_03.models._models_py3.ResourceGalleryImageVersion
Konstruktor
GalleryImageVersion(*, location: str, tags: Dict[str, str] | None = None, publishing_profile: _models.GalleryImageVersionPublishingProfile | None = None, storage_profile: _models.GalleryImageVersionStorageProfile | None = None, safety_profile: _models.GalleryImageVersionSafetyProfile | None = None, **kwargs)
Zmienne
- id
- str
Identyfikator zasobu.
- name
- str
Nazwa zasobu.
- type
- str
Typ zasobu.
- location
- str
Lokalizacja zasobu. Wymagane.
- publishing_profile
- GalleryImageVersionPublishingProfile
Profil publikowania wersji obrazu galerii.
- provisioning_state
- str lub GalleryProvisioningState
Stan aprowizacji, który pojawia się tylko w odpowiedzi. Znane wartości to: "Tworzenie", "Aktualizowanie", "Niepowodzenie", "Powodzenie", "Usuwanie" i "Migrowanie".
- storage_profile
- GalleryImageVersionStorageProfile
Jest to profil magazynu wersji obrazu galerii.
- safety_profile
- GalleryImageVersionSafetyProfile
Jest to profil bezpieczeństwa wersji obrazu galerii.
- replication_status
- ReplicationStatus
Jest to stan replikacji wersji obrazu galerii.