GalleryImageVersion Klasse
Gibt Informationen zur Katalogimageversion an, die Sie erstellen oder aktualisieren möchten.
Variablen werden nur vom Server aufgefüllt und beim Senden einer Anforderung ignoriert.
Alle erforderlichen Parameter müssen aufgefüllt werden, um an Azure senden zu können.
- Vererbung
-
azure.mgmt.compute.v2022_08_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, security_profile: _models.ImageVersionSecurityProfile | None = None, **kwargs: Any)
Keyword-Only Parameters
- location
- str
Ressourcenspeicherort Erforderlich.
- publishing_profile
- GalleryImageVersionPublishingProfile
Das Veröffentlichungsprofil eines Katalogimages Version.
- storage_profile
- GalleryImageVersionStorageProfile
Dies ist das Speicherprofil einer Katalogimageversion.
- safety_profile
- GalleryImageVersionSafetyProfile
Dies ist das Sicherheitsprofil der Version des Katalogimages.
- security_profile
- ImageVersionSecurityProfile
Das Sicherheitsprofil einer Katalogimageversion.
Variablen
- id
- str
Ressourcen-ID.
- name
- str
Name der Ressource.
- type
- str
Der Ressourcentyp.
- location
- str
Ressourcenspeicherort Erforderlich.
- publishing_profile
- GalleryImageVersionPublishingProfile
Das Veröffentlichungsprofil eines Katalogimages Version.
- provisioning_state
- str oder GalleryProvisioningState
Der Bereitstellungsstatus, der nur in der Antwort angezeigt wird. Bekannte Werte sind: "Creating", "Updating", "Failed", "Succeeded", "Deleting" und "Migrating".
- storage_profile
- GalleryImageVersionStorageProfile
Dies ist das Speicherprofil einer Katalogimageversion.
- safety_profile
- GalleryImageVersionSafetyProfile
Dies ist das Sicherheitsprofil der Version des Katalogimages.
- replication_status
- ReplicationStatus
Dies ist die replikations-status der Version des Katalogimages.
- security_profile
- ImageVersionSecurityProfile
Das Sicherheitsprofil einer Katalogimageversion.
Azure SDK for Python