IGalleryImageVersions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entry point to gallery image versions management API 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)
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
Methods
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteByGalleryImage(String, String, String, String) |
Delete a gallery image version. |
DeleteByGalleryImageAsync(String, String, String, String, CancellationToken) |
Delete a gallery image version. |
GetByGalleryImage(String, String, String, String) |
Retrieves information about a gallery image version. |
GetByGalleryImageAsync(String, String, String, String, CancellationToken) |
Retrieves information about a gallery image version. |
GetByGalleryImageWithReplicationStatus(String, String, String, String) |
Retrieves information about a gallery image version. |
GetByGalleryImageWithReplicationStatusAsync(String, String, String, String, CancellationToken) |
Retrieves information about a gallery image version. |
ListByGalleryImage(String, String, String) |
List gallery image versions under a gallery image. |
ListByGalleryImageAsync(String, String, String, CancellationToken) |
List gallery image versions under a gallery image. |
Applies to
Azure SDK for .NET