GalleryImageVersion Klass
Anger information om den galleribildversion som du vill skapa eller uppdatera.
Variabler fylls bara i av servern och ignoreras när en begäran skickas.
Alla obligatoriska parametrar måste fyllas i för att kunna skickas till Azure.
- Arv
-
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
Resursplats. Krävs.
- publishing_profile
- GalleryImageVersionPublishingProfile
Publiceringsprofilen för en galleribildVersion.
- storage_profile
- GalleryImageVersionStorageProfile
Det här är lagringsprofilen för en galleribildversion.
- safety_profile
- GalleryImageVersionSafetyProfile
Det här är säkerhetsprofilen för galleribildversionen.
- security_profile
- ImageVersionSecurityProfile
Säkerhetsprofilen för en galleribildversion.
Variabler
- id
- str
Resurs-ID.
- name
- str
Resursnamn.
- type
- str
Resurstyp.
- location
- str
Resursplats. Krävs.
- publishing_profile
- GalleryImageVersionPublishingProfile
Publiceringsprofilen för en galleribildVersion.
- provisioning_state
- str eller GalleryProvisioningState
Etableringstillståndet, som bara visas i svaret. Kända värden är: "Creating", "Updating", "Failed", "Succeeded", "Deleting" och "Migrating".
- storage_profile
- GalleryImageVersionStorageProfile
Det här är lagringsprofilen för en galleribildversion.
- safety_profile
- GalleryImageVersionSafetyProfile
Det här är säkerhetsprofilen för galleribildversionen.
- replication_status
- ReplicationStatus
Det här är replikeringsstatusen för galleribildversionen.
- security_profile
- ImageVersionSecurityProfile
Säkerhetsprofilen för en galleribildversion.
Azure SDK for Python