GalleryUpdate Class
Specifies information about the Shared Image Gallery that you want to update.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2021_07_01.models._models_py3.UpdateResourceDefinitionGalleryUpdate
Constructor
GalleryUpdate(*, tags: Optional[Dict[str, str]] = None, description: Optional[str] = None, identifier: Optional[azure.mgmt.compute.v2021_07_01.models._models_py3.GalleryIdentifier] = None, sharing_profile: Optional[azure.mgmt.compute.v2021_07_01.models._models_py3.SharingProfile] = None, soft_delete_policy: Optional[azure.mgmt.compute.v2021_07_01.models._models_py3.SoftDeletePolicy] = None, **kwargs)
Parameters
- description
- str
Required
The description of this Shared Image Gallery resource. This property is updatable.
- soft_delete_policy
- SoftDeletePolicy
Required
Contains information about the soft deletion policy of the gallery.
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- provisioning_state
- str or GalleryPropertiesProvisioningState
The provisioning state, which only appears in the response. Possible values include: "Creating", "Updating", "Failed", "Succeeded", "Deleting", "Migrating".
Feedback
Submit and view feedback for