GalleryApplicationVersion Klasse
Gibt Informationen zur Kataloganwendungsversion 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.ResourceGalleryApplicationVersion
Konstruktor
GalleryApplicationVersion(*, location: str, tags: Dict[str, str] | None = None, publishing_profile: _models.GalleryApplicationVersionPublishingProfile | None = None, safety_profile: _models.GalleryApplicationVersionSafetyProfile | None = None, **kwargs: Any)
Keyword-Only Parameters
- location
- str
Ressourcenspeicherort Erforderlich.
- publishing_profile
- GalleryApplicationVersionPublishingProfile
Das Veröffentlichungsprofil einer Katalogimageversion.
- safety_profile
- GalleryApplicationVersionSafetyProfile
Das Sicherheitsprofil der Version der Kataloganwendung.
Variablen
- id
- str
Ressourcen-ID.
- name
- str
Name der Ressource.
- type
- str
Der Ressourcentyp.
- location
- str
Ressourcenspeicherort Erforderlich.
- publishing_profile
- GalleryApplicationVersionPublishingProfile
Das Veröffentlichungsprofil einer Katalogimageversion.
- safety_profile
- GalleryApplicationVersionSafetyProfile
Das Sicherheitsprofil der Version der Kataloganwendung.
- provisioning_state
- str oder GalleryProvisioningState
Der Bereitstellungsstatus, der nur in der Antwort angezeigt wird. Bekannte Werte sind: "Creating", "Updating", "Failed", "Succeeded", "Deleting" und "Migrating".
- replication_status
- ReplicationStatus
Dies ist die replikations-status der Version des Katalogimages.
Azure SDK for Python