GalleryImageVersion Třída
Určuje informace o verzi image galerie, kterou chcete vytvořit nebo aktualizovat.
Proměnné jsou naplněné pouze serverem a při odesílání požadavku se budou ignorovat.
Aby bylo možné odesílat do Azure, musí být vyplněny všechny požadované parametry.
- Dědičnost
-
azure.mgmt.compute.v2020_09_30.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, **kwargs: Any)
Keyword-Only Parameters
- location
- str
Umístění prostředku. Povinná hodnota.
- publishing_profile
- GalleryImageVersionPublishingProfile
Profil publikování image galerie Verze.
- storage_profile
- GalleryImageVersionStorageProfile
Toto je profil úložiště verze image galerie.
Proměnné
- id
- str
ID prostředku.
- name
- str
Název prostředku.
- type
- str
Typ prostředku.
- location
- str
Umístění prostředku. Povinná hodnota.
- publishing_profile
- GalleryImageVersionPublishingProfile
Profil publikování image galerie Verze.
- provisioning_state
- str nebo GalleryImageVersionPropertiesProvisioningState
Stav zřizování, který se zobrazí pouze v odpovědi. Známé hodnoty jsou: "Creating", "Updating", "Failed", "Succeeded", "Odstranění" a "Migrace".
- storage_profile
- GalleryImageVersionStorageProfile
Toto je profil úložiště verze image galerie.
- replication_status
- ReplicationStatus
Toto je stav replikace verze image galerie.
Azure SDK for Python