IGalleryImages 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 images management API in Azure.
public interface IGalleryImages : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IGalleryImagesOperations>
type IGalleryImages = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface IHasInner<IGalleryImagesOperations>
Public Interface IGalleryImages
Implements IBeta, IHasInner(Of IGalleryImagesOperations), ISupportsCreating(Of IBlank)
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
Methods
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteByGallery(String, String, String) |
Delete an image in a gallery. |
DeleteByGalleryAsync(String, String, String, CancellationToken) |
Delete a gallery image in a gallery. |
GetByGallery(String, String, String) |
Retrieves information about an image in a gallery. |
GetByGalleryAsync(String, String, String, CancellationToken) |
Retrieves information about an image in a gallery. |
ListByGallery(String, String) |
List images under a gallery. |
ListByGalleryAsync(String, String, CancellationToken) |
List images under a gallery. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET