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.GalleryImage.Definition.IWithDescription, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithDisallowed, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithEndOfLifeDate, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithEula, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithPrivacyStatementUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithPurchasePlan, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithRecommendedVMConfiguration, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithReleaseNoteUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
type IWithCreate = interface
    interface IBeta
    interface ICreatable<IGalleryImage>
    interface IIndexable
    interface IWithDescription
    interface IWithDisallowed
    interface IWithEndOfLifeDate
    interface IWithEula
    interface IWithPrivacyStatementUri
    interface IWithPurchasePlan
    interface IWithRecommendedVMConfiguration
    interface IWithReleaseNoteUri
    interface IWithTags
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IGalleryImage), IWithDescription, IWithDisallowed, IWithEndOfLifeDate, IWithEula, IWithPrivacyStatementUri, IWithPurchasePlan, IWithRecommendedVMConfiguration, IWithReleaseNoteUri, 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>)
WithDescription(String)

Specifies description.

(Inherited from IWithDescription)
WithDisallowed(Disallowed)

Specifies disallowed settings.

(Inherited from IWithDisallowed)
WithEndOfLifeDate(DateTime)

Specifies end of life date of the image.

(Inherited from IWithEndOfLifeDate)
WithEula(String)

Specifies eula.

(Inherited from IWithEula)
WithPrivacyStatementUri(String)

Specifies image privacy statement uri.

(Inherited from IWithPrivacyStatementUri)
WithPurchasePlan(ImagePurchasePlan)

Specifies purchase plan for this image.

(Inherited from IWithPurchasePlan)
WithPurchasePlan(String, String, String)

Specifies purchase plan for this image.

(Inherited from IWithPurchasePlan)
WithRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration)

Specifies recommended configuration for the virtual machine based on the image.

(Inherited from IWithRecommendedVMConfiguration)
WithRecommendedCPUsCountForVirtualMachine(Int32, Int32)

Specifies the recommended virtual CUPs for the virtual machine bases on the image.

(Inherited from IWithRecommendedVMConfiguration)
WithRecommendedMaximumCPUsCountForVirtualMachine(Int32)

Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on this image.

(Inherited from IWithRecommendedVMConfiguration)
WithRecommendedMaximumMemoryForVirtualMachine(Int32)

Specifies the recommended maximum memory for the virtual machine bases on the image.

(Inherited from IWithRecommendedVMConfiguration)
WithRecommendedMemoryForVirtualMachine(Int32, Int32)

Specifies the recommended memory for the virtual machine bases on the image.

(Inherited from IWithRecommendedVMConfiguration)
WithRecommendedMinimumCPUsCountForVirtualMachine(Int32)

Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.

(Inherited from IWithRecommendedVMConfiguration)
WithRecommendedMinimumMemoryForVirtualMachine(Int32)

Specifies the recommended minimum memory for the virtual machine bases on the image.

(Inherited from IWithRecommendedVMConfiguration)
WithReleaseNoteUri(String)

Specifies uri to release note.

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

Specifies tags.

(Inherited from IWithTags)
WithUnsupportedDiskType(DiskSkuTypes)

Specifies the disk type not supported by the image.

(Inherited from IWithDisallowed)
WithUnsupportedDiskTypes(IList<DiskSkuTypes>)

Specifies the disk types not supported by the image.

(Inherited from IWithDisallowed)

Applies to