Freigeben über


IGalleryImageVersions Schnittstelle

Definition

Einstiegspunkt zur Verwaltungs-API für Katalogimageversionen in Azure.

public interface IGalleryImageVersions : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersionsOperations>
type IGalleryImageVersions = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface IHasInner<IGalleryImageVersionsOperations>
Public Interface IGalleryImageVersions
Implements IBeta, IHasInner(Of IGalleryImageVersionsOperations), ISupportsCreating(Of IBlank)
Implementiert

Eigenschaften

Inner

Einstiegspunkt zur Verwaltungs-API für Katalogimageversionen in Azure.

(Geerbt von IHasInner<T>)

Methoden

Define(String)

Einstiegspunkt zur Verwaltungs-API für Katalogimageversionen in Azure.

(Geerbt von ISupportsCreating<T>)
DeleteByGalleryImage(String, String, String, String)

Löschen sie eine Katalogimageversion.

DeleteByGalleryImageAsync(String, String, String, String, CancellationToken)

Löschen sie eine Katalogimageversion.

GetByGalleryImage(String, String, String, String)

Ruft Informationen zu einer Katalogimageversion ab.

GetByGalleryImageAsync(String, String, String, String, CancellationToken)

Ruft Informationen zu einer Katalogimageversion ab.

GetByGalleryImageWithReplicationStatus(String, String, String, String)

Ruft Informationen zu einer Katalogimageversion ab.

GetByGalleryImageWithReplicationStatusAsync(String, String, String, String, CancellationToken)

Ruft Informationen zu einer Katalogimageversion ab.

ListByGalleryImage(String, String, String)

Listen Sie Katalogimageversionen unter einem Katalogimage auf.

ListByGalleryImageAsync(String, String, String, CancellationToken)

Listen Sie Katalogimageversionen unter einem Katalogimage auf.

Gilt für: