IGallery Interface

Definition

An immutable client-side representation of an Azure gallery.

public interface IGallery : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Compute.Fluent.IComputeManager,Microsoft.Azure.Management.Compute.Fluent.Models.GalleryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Compute.Fluent.Gallery.Update.IUpdate>
type IGallery = interface
    interface IBeta
    interface IHasInner<GalleryInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IGroupableResource<IComputeManager, GalleryInner>
    interface IHasResourceGroup
    interface IHasManager<IComputeManager>
    interface IRefreshable<IGallery>
    interface IUpdatable<IUpdate>
Public Interface IGallery
Implements IBeta, IGroupableResource(Of IComputeManager, GalleryInner), IHasInner(Of GalleryInner), IHasManager(Of IComputeManager), IRefreshable(Of IGallery), IUpdatable(Of IUpdate)
Implements

Properties

Description

Gets description for the gallery resource.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Name

Gets the name of the resource

(Inherited from IHasName)
ProvisioningState

Gets the provisioning state of the gallery resource.

Region (Inherited from IResource)
RegionName (Inherited from IResource)
ResourceGroupName (Inherited from IHasResourceGroup)
Tags (Inherited from IResource)
Type (Inherited from IResource)
UniqueName

Gets the unique name of the gallery resource.

Methods

GetImage(String)

Retrieves information about an image in the gallery.

GetImageAsync(String, CancellationToken)

Retrieves information about an image in the gallery.

ListImages()

List images in the gallery.

ListImagesAsync(CancellationToken)

List images in the gallery.

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
Update() (Inherited from IUpdatable<T>)

Applies to