Interface VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Creatable<VirtualMachine>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<VirtualMachine.DefinitionStages.WithCreate>, VirtualMachine.DefinitionStages.WithAdditionalCapacities, VirtualMachine.DefinitionStages.WithAvailabilitySet, VirtualMachine.DefinitionStages.WithBillingProfile, VirtualMachine.DefinitionStages.WithBootDiagnostics, VirtualMachine.DefinitionStages.WithCapacityReservation, VirtualMachine.DefinitionStages.WithCreate, VirtualMachine.DefinitionStages.WithEphemeralOSDisk, VirtualMachine.DefinitionStages.WithExtension, VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged, VirtualMachine.DefinitionStages.WithLicenseType, VirtualMachine.DefinitionStages.WithNetworkInterfaceDeleteOptions, VirtualMachine.DefinitionStages.WithOSDiskSettings, VirtualMachine.DefinitionStages.WithPlan, VirtualMachine.DefinitionStages.WithPriority, VirtualMachine.DefinitionStages.WithScaleSet, VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface, VirtualMachine.DefinitionStages.WithSecurityProfile, VirtualMachine.DefinitionStages.WithSecurityTypes, VirtualMachine.DefinitionStages.WithStorageAccount, VirtualMachine.DefinitionStages.WithSystemAssignedManagedServiceIdentity, VirtualMachine.DefinitionStages.WithUnmanagedCreate, VirtualMachine.DefinitionStages.WithUnmanagedDataDisk, VirtualMachine.DefinitionStages.WithUserAssignedManagedServiceIdentity, VirtualMachine.DefinitionStages.WithUserData, VirtualMachine.DefinitionStages.WithVMSize
- All Known Subinterfaces:
VirtualMachine.DefinitionUnmanaged
- Enclosing interface:
VirtualMachine.DefinitionStages
public static interface VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged
extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
The stage of the Windows virtual machine 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 TypeMethodDescriptionSpecifies that automatic updates should be disabled.Specifies that VM Agent should not be provisioned.withTimeZone(String timeZone) Specifies the time-zone.withWinRM(WinRMListener listener) Specifies the WINRM listener.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTagsMethods inherited from interface VirtualMachine.DefinitionStages.WithAdditionalCapacities
enableHibernation, enableUltraSsdMethods inherited from interface VirtualMachine.DefinitionStages.WithAvailabilitySet
withExistingAvailabilitySet, withNewAvailabilitySet, withNewAvailabilitySetMethods inherited from interface VirtualMachine.DefinitionStages.WithBillingProfile
withMaxPriceMethods inherited from interface VirtualMachine.DefinitionStages.WithBootDiagnostics
withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnosticsOnManagedStorageAccountMethods inherited from interface VirtualMachine.DefinitionStages.WithCapacityReservation
withCapacityReservationGroupMethods inherited from interface VirtualMachine.DefinitionStages.WithCreate
beginCreate, beginCreateMethods inherited from interface VirtualMachine.DefinitionStages.WithEphemeralOSDisk
withPlacementMethods inherited from interface VirtualMachine.DefinitionStages.WithExtension
defineNewExtensionMethods inherited from interface VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
withComputerName, withCustomDataMethods inherited from interface VirtualMachine.DefinitionStages.WithLicenseType
withLicenseTypeMethods inherited from interface VirtualMachine.DefinitionStages.WithNetworkInterfaceDeleteOptions
withPrimaryNetworkInterfaceDeleteOptionsMethods inherited from interface VirtualMachine.DefinitionStages.WithOSDiskSettings
withEphemeralOSDisk, withOSDiskCaching, withOSDiskDeleteOptions, withOSDiskDiskEncryptionSet, withOSDiskEncryptionSettings, withOSDiskName, withOSDiskSizeInGB, withOSDiskWriteAcceleratorEnabledMethods inherited from interface VirtualMachine.DefinitionStages.WithPlan
withPlan, withPromotionalPlanMethods inherited from interface VirtualMachine.DefinitionStages.WithPriority
withLowPriority, withLowPriority, withPriority, withSpotPriority, withSpotPriorityMethods inherited from interface VirtualMachine.DefinitionStages.WithScaleSet
withExistingVirtualMachineScaleSetMethods inherited from interface VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface
withExistingSecondaryNetworkInterface, withNewSecondaryNetworkInterface, withNewSecondaryNetworkInterfaceMethods inherited from interface VirtualMachine.DefinitionStages.WithSecurityProfile
withEncryptionAtHostMethods inherited from interface VirtualMachine.DefinitionStages.WithSecurityTypes
withTrustedLaunchMethods inherited from interface VirtualMachine.DefinitionStages.WithStorageAccount
withExistingStorageAccount, withNewStorageAccount, withNewStorageAccountMethods inherited from interface VirtualMachine.DefinitionStages.WithSystemAssignedManagedServiceIdentity
withSystemAssignedManagedServiceIdentityMethods inherited from interface VirtualMachine.DefinitionStages.WithUnmanagedCreate
withOSDiskVhdLocationMethods inherited from interface VirtualMachine.DefinitionStages.WithUnmanagedDataDisk
defineUnmanagedDataDisk, withExistingUnmanagedDataDisk, withNewUnmanagedDataDiskMethods inherited from interface VirtualMachine.DefinitionStages.WithUserAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentityMethods inherited from interface VirtualMachine.DefinitionStages.WithUserData
withUserDataMethods inherited from interface VirtualMachine.DefinitionStages.WithVMSize
withSize, withSize
-
Method Details
-
withoutVMAgent
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged withoutVMAgent()Specifies that VM Agent should not be provisioned.- Returns:
- the stage representing creatable Windows VM definition
-
withoutAutoUpdate
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged withoutAutoUpdate()Specifies that automatic updates should be disabled.- Returns:
- the stage representing creatable Windows VM definition
-
withTimeZone
Specifies the time-zone.- Parameters:
timeZone- the timezone- Returns:
- the stage representing creatable Windows VM definition
-
withWinRM
Specifies the WINRM listener.Each call to this method adds the given listener to the list of VM's WinRM listeners.
- Parameters:
listener- the WinRMListener- Returns:
- the stage representing creatable Windows VM definition
-