Interface VirtualMachine.DefinitionStages.WithLinuxCreateManaged
- 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.WithAvailabilityZone, VirtualMachine.DefinitionStages.WithBillingProfile, VirtualMachine.DefinitionStages.WithBootDiagnostics, VirtualMachine.DefinitionStages.WithCapacityReservation, VirtualMachine.DefinitionStages.WithCreate, VirtualMachine.DefinitionStages.WithEphemeralOSDisk, VirtualMachine.DefinitionStages.WithExtension, VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged, VirtualMachine.DefinitionStages.WithLicenseType, VirtualMachine.DefinitionStages.WithManagedCreate, VirtualMachine.DefinitionStages.WithManagedDataDisk, 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.WithUserAssignedManagedServiceIdentity, VirtualMachine.DefinitionStages.WithUserData, VirtualMachine.DefinitionStages.WithVMSize
- All Known Subinterfaces:
VirtualMachine.DefinitionManaged
- Enclosing interface:
VirtualMachine.DefinitionStages
public static interface VirtualMachine.DefinitionStages.WithLinuxCreateManaged
extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
The stage of a Linux 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 the SSH public key.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.WithAvailabilityZone
withAvailabilityZoneMethods 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.WithFromImageCreateOptionsManaged
withComputerName, withCustomDataMethods inherited from interface VirtualMachine.DefinitionStages.WithLicenseType
withLicenseTypeMethods inherited from interface VirtualMachine.DefinitionStages.WithManagedCreate
withDataDiskDefaultCachingType, withDataDiskDefaultDeleteOptions, withDataDiskDefaultDiskEncryptionSet, withDataDiskDefaultStorageAccountType, withDataDiskDefaultWriteAcceleratorEnabled, withOSDiskStorageAccountTypeMethods inherited from interface VirtualMachine.DefinitionStages.WithManagedDataDisk
withExistingDataDisk, withExistingDataDisk, withExistingDataDisk, withExistingDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDiskFromImage, withNewDataDiskFromImage, withNewDataDiskFromImage, withNewDataDiskFromImageMethods 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.WithUserAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentityMethods inherited from interface VirtualMachine.DefinitionStages.WithUserData
withUserDataMethods inherited from interface VirtualMachine.DefinitionStages.WithVMSize
withSize, withSize
-
Method Details
-
withSsh
Specifies the SSH public key.Each call to this method adds the given public key to the list of VM's public keys.
- Parameters:
publicKey- the SSH public key in PEM format.- Returns:
- the stage representing creatable Linux VM definition
-