VirtualMachine.DefinitionStages.WithCreate Interface

Implements

public static interface VirtualMachine.DefinitionStages.WithCreate
extends Creatable<VirtualMachine>, DefinitionWithTags<WithCreate>, WithOSDiskSettings, WithVMSize, WithStorageAccount, WithAvailabilitySet, WithSecondaryNetworkInterface, WithExtension, WithPlan, WithBootDiagnostics, WithPriority, WithBillingProfile, WithSystemAssignedManagedServiceIdentity, WithUserAssignedManagedServiceIdentity, WithLicenseType, WithAdditionalCapacities, WithNetworkInterfaceDeleteOptions, WithEphemeralOSDisk, WithScaleSet, WithSecurityTypes, WithSecurityProfile, WithUserData

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

Method Summary

Modifier and Type Method and Description
abstract Accepted<VirtualMachine> beginCreate()

Begins creating the virtual machine resource.

Method Details

beginCreate

public abstract Accepted beginCreate()

Begins creating the virtual machine resource. Virtual machine extensions can only be created after the completion of virtual machine. Therefore, the configuration of virtual machine extensions is not compatible with this operation. Please use WithCreate#create() if virtual machine extensions is configured.

Returns:

the accepted create operation

Applies to