Share via


GalleryUpdate Class

Definition

Specifies information about the Shared Image Gallery that you want to update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryUpdateTypeConverter))]
public class GalleryUpdate : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryUpdateTypeConverter))>]
type GalleryUpdate = class
    interface IGalleryUpdate
    interface IJsonSerializable
    interface IUpdateResourceDefinition
    interface IValidates
Public Class GalleryUpdate
Implements IGalleryUpdate, IValidates
Inheritance
GalleryUpdate
Attributes
Implements

Constructors

GalleryUpdate()

Creates an new GalleryUpdate instance.

Properties

CommunityGalleryInfoCommunityGalleryEnabled

Contains info about whether community gallery sharing is enabled.

CommunityGalleryInfoEula

End-user license agreement for community gallery image.

CommunityGalleryInfoPublicName

Community gallery public name list.

CommunityGalleryInfoPublicNamePrefix

The prefix of the gallery name that will be displayed publicly. Visible to all users.

CommunityGalleryInfoPublisherContact

Community gallery publisher support email. The email address of the publisher. Visible to all users.

CommunityGalleryInfoPublisherUri

The link to the publisher website. Visible to all users.

Description

The description of this Shared Image Gallery resource. This property is updatable.

Id

Resource Id

IdentifierUniqueName

The unique name of the Shared Image Gallery. This name is generated automatically by Azure.

Name

Resource name

ProvisioningState

The provisioning state, which only appears in the response.

SharingProfileCommunityGalleryInfo

Information of community gallery if current gallery is shared to community.

SharingProfileGroup

A list of sharing profile groups.

SharingProfilePermission
SharingStatusAggregatedState

Aggregated sharing state of current gallery.

SharingStatusSummary

Summary of all regional sharing status.

SoftDeletePolicyIsSoftDeleteEnabled

Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.

Tag

Resource tags

Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryUpdate.

FromJsonString(String)

Creates a new instance of GalleryUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to