IGalleryImageVersion 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.
An immutable client-side representation of an Azure gallery image version.
public interface IGalleryImageVersion : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate>
type IGalleryImageVersion = interface
interface IBeta
interface IHasId
interface IHasInner<GalleryImageVersionInner>
interface IIndexable
interface IRefreshable<IGalleryImageVersion>
interface IUpdatable<IUpdate>
interface IHasManager<IComputeManager>
Public Interface IGalleryImageVersion
Implements IBeta, IHasId, IHasInner(Of GalleryImageVersionInner), IHasManager(Of IComputeManager), IIndexable, IRefreshable(Of IGalleryImageVersion), IUpdatable(Of IUpdate)
- Implements
Properties
EndOfLifeDate |
Gets the date indicating image version's end of life. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
IsExcludedFromLatest |
Gets true if the image version is excluded from considering as a candidate when VM is created with 'latest' image version, false otherwise. |
Key | (Inherited from IIndexable) |
Location |
Gets the default location of the image version. |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the image version name. |
ProvisioningState |
Gets the provisioningState of image version resource. |
PublishingProfile |
Gets the publishingProfile configuration of the image version. |
ReplicationStatus |
Gets the replicationStatus of image version in published regions. |
StorageProfile |
Gets the image version storageProfile describing OS and data disks. |
Tags |
Gets the tags associated with the image version. |
Type |
Gets the type. |
Methods
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
Azure SDK for .NET