IUpdate 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.
The template for a gallery image version update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithAvailableRegion, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithEndOfLifeDate, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithExcludeFromLatest, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>
type IUpdate = interface
interface IBeta
interface IAppliable<IGalleryImageVersion>
interface IIndexable
interface IWithAvailableRegion
interface IWithEndOfLifeDate
interface IWithExcludeFromLatest
interface IWithTags
Public Interface IUpdate
Implements IAppliable(Of IGalleryImageVersion), IBeta, IWithAvailableRegion, IWithEndOfLifeDate, IWithExcludeFromLatest, IWithTags
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithEndOfLifeDate(DateTime) |
Specifies end of life date of the image version. (Inherited from IWithEndOfLifeDate) |
WithExcludedFromLatest() |
Specifies that this version is not a candidate to consider as latest. (Inherited from IWithExcludeFromLatest) |
WithoutExcludedFromLatest() |
Specifies that this version is a candidate to consider as latest. (Inherited from IWithExcludeFromLatest) |
WithoutRegionAvailability(Region) |
Specifies that an image version should be removed from an existing region serving it. (Inherited from IWithAvailableRegion) |
WithRegionAvailability(IList<TargetRegion>) |
Specifies list of regions in which image version needs to be available. (Inherited from IWithAvailableRegion) |
WithRegionAvailability(Region, Int32) |
Specifies a region in which image version needs to be available. (Inherited from IWithAvailableRegion) |
WithTags(IDictionary<String,String>) |
Specifies tags. (Inherited from IWithTags) |
Applies to
Azure SDK for .NET