IDefinition Interface

Definition

The entirety of the gallery image version definition.

public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithLocation, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithSource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithImage
    interface IWithLocation
    interface IWithSource
    interface IWithCreate
    interface ICreatable<IGalleryImageVersion>
    interface IIndexable
    interface IWithAvailableRegion
    interface IWithEndOfLifeDate
    interface IWithExcludeFromLatest
    interface IWithTags
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IGalleryImageVersion), IWithCreate, IWithLocation, IWithSource
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<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)
WithExistingImage(String, String, String)

Specifies the image container to hold this image version.

(Inherited from IWithImage)
WithLocation(Region)

Specifies location.

(Inherited from IWithLocation)
WithLocation(String)

Specifies the default location for the image version.

(Inherited from IWithLocation)
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)
WithSourceCustomImage(IVirtualMachineCustomImage)

Specifies that the provided custom image needs to be used as source of the image version.

(Inherited from IWithSource)
WithSourceCustomImage(String)

Specifies that the provided custom image needs to be used as source of the image version.

(Inherited from IWithSource)
WithTags(IDictionary<String,String>)

Specifies tags.

(Inherited from IWithTags)

Applies to