IWithCreate Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.

public interface IWithCreate : Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithAvailableRegion, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithEndOfLifeDate, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithExcludeFromLatest, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>
type IWithCreate = interface
    interface IBeta
    interface ICreatable<IGalleryImageVersion>
    interface IIndexable
    interface IWithAvailableRegion
    interface IWithEndOfLifeDate
    interface IWithExcludeFromLatest
    interface IWithTags
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IGalleryImageVersion), IWithAvailableRegion, IWithEndOfLifeDate, IWithExcludeFromLatest, IWithTags
Derived
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)
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