VirtualMachineScaleSet.DefinitionStages.WithCreate Interface

Implements

public static interface VirtualMachineScaleSet.DefinitionStages.WithCreate
extends Creatable<VirtualMachineScaleSet>, WithOSDiskSettings, WithComputerNamePrefix, WithCapacity, WithUpgradePolicy, WithOverProvision, WithStorageAccount, WithCustomData, WithExtension, WithSystemAssignedManagedServiceIdentity, WithUserAssignedManagedServiceIdentity, WithBootDiagnostics, WithBillingProfile, WithVMPriority, WithVirtualMachinePublicIp, WithAcceleratedNetworking, WithIpForwarding, WithNetworkSecurityGroup, WithSinglePlacementGroup, WithApplicationGateway, WithApplicationSecurityGroup, WithSecrets, WithPlan, WithEphemeralOSDisk, DefinitionWithTags<WithCreate>

The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.

Applies to