1. Packages
  2. Azure Native
  3. API Docs
  4. compute
  5. VirtualMachineScaleSetVM
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.compute.VirtualMachineScaleSetVM

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Describes a virtual machine scale set virtual machine. Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2021-03-01.

    Other available API versions: 2023-07-01, 2023-09-01, 2024-03-01.

    Example Usage

    VirtualMachineScaleSetVM_Update_MaximumSet_Gen

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var virtualMachineScaleSetVM = new AzureNative.Compute.VirtualMachineScaleSetVM("virtualMachineScaleSetVM", new()
        {
            AdditionalCapabilities = new AzureNative.Compute.Inputs.AdditionalCapabilitiesArgs
            {
                HibernationEnabled = true,
                UltraSSDEnabled = true,
            },
            AvailabilitySet = new AzureNative.Compute.Inputs.SubResourceArgs
            {
                Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
            },
            DiagnosticsProfile = new AzureNative.Compute.Inputs.DiagnosticsProfileArgs
            {
                BootDiagnostics = new AzureNative.Compute.Inputs.BootDiagnosticsArgs
                {
                    Enabled = true,
                    StorageUri = "aaaaaaaaaaaaa",
                },
            },
            HardwareProfile = new AzureNative.Compute.Inputs.HardwareProfileArgs
            {
                VmSize = AzureNative.Compute.VirtualMachineSizeTypes.Basic_A0,
                VmSizeProperties = new AzureNative.Compute.Inputs.VMSizePropertiesArgs
                {
                    VCPUsAvailable = 9,
                    VCPUsPerCore = 12,
                },
            },
            InstanceId = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
            LicenseType = "aaaaaaaaaa",
            Location = "westus",
            NetworkProfile = new AzureNative.Compute.Inputs.NetworkProfileArgs
            {
                NetworkApiVersion = AzureNative.Compute.NetworkApiVersion.NetworkApiVersion_2020_11_01,
                NetworkInterfaceConfigurations = new[]
                {
                    new AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceConfigurationArgs
                    {
                        DeleteOption = AzureNative.Compute.DeleteOptions.Delete,
                        DnsSettings = new AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs
                        {
                            DnsServers = new[]
                            {
                                "aaaaaa",
                            },
                        },
                        DscpConfiguration = new AzureNative.Compute.Inputs.SubResourceArgs
                        {
                            Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        },
                        EnableAcceleratedNetworking = true,
                        EnableFpga = true,
                        EnableIPForwarding = true,
                        IpConfigurations = new[]
                        {
                            new AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceIPConfigurationArgs
                            {
                                ApplicationGatewayBackendAddressPools = new[]
                                {
                                    new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                },
                                ApplicationSecurityGroups = new[]
                                {
                                    new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                },
                                LoadBalancerBackendAddressPools = new[]
                                {
                                    new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                },
                                Name = "aa",
                                Primary = true,
                                PrivateIPAddressVersion = AzureNative.Compute.IPVersions.IPv4,
                                PublicIPAddressConfiguration = new AzureNative.Compute.Inputs.VirtualMachinePublicIPAddressConfigurationArgs
                                {
                                    DeleteOption = AzureNative.Compute.DeleteOptions.Delete,
                                    DnsSettings = new AzureNative.Compute.Inputs.VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs
                                    {
                                        DomainNameLabel = "aaaaaaaaaaaaaaaaaaaaaaaaa",
                                    },
                                    IdleTimeoutInMinutes = 2,
                                    IpTags = new[]
                                    {
                                        new AzureNative.Compute.Inputs.VirtualMachineIpTagArgs
                                        {
                                            IpTagType = "aaaaaaaaaaaaaaaaaaaaaaaaa",
                                            Tag = "aaaaaaaaaaaaaaaaaaaa",
                                        },
                                    },
                                    Name = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                                    PublicIPAddressVersion = AzureNative.Compute.IPVersions.IPv4,
                                    PublicIPAllocationMethod = AzureNative.Compute.PublicIPAllocationMethod.Dynamic,
                                    PublicIPPrefix = new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                    Sku = new AzureNative.Compute.Inputs.PublicIPAddressSkuArgs
                                    {
                                        Name = AzureNative.Compute.PublicIPAddressSkuName.Basic,
                                        Tier = AzureNative.Compute.PublicIPAddressSkuTier.Regional,
                                    },
                                },
                                Subnet = new AzureNative.Compute.Inputs.SubResourceArgs
                                {
                                    Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                },
                            },
                        },
                        Name = "aaaaaaaaaaa",
                        NetworkSecurityGroup = new AzureNative.Compute.Inputs.SubResourceArgs
                        {
                            Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        },
                        Primary = true,
                    },
                },
                NetworkInterfaces = new[]
                {
                    new AzureNative.Compute.Inputs.NetworkInterfaceReferenceArgs
                    {
                        DeleteOption = AzureNative.Compute.DeleteOptions.Delete,
                        Id = "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0/networkInterfaces/vmsstestnetconfig5415",
                        Primary = true,
                    },
                },
            },
            NetworkProfileConfiguration = new AzureNative.Compute.Inputs.VirtualMachineScaleSetVMNetworkProfileConfigurationArgs
            {
                NetworkInterfaceConfigurations = new[]
                {
                    new AzureNative.Compute.Inputs.VirtualMachineScaleSetNetworkConfigurationArgs
                    {
                        DeleteOption = AzureNative.Compute.DeleteOptions.Delete,
                        DnsSettings = new AzureNative.Compute.Inputs.VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs
                        {
                            DnsServers = new() { },
                        },
                        EnableAcceleratedNetworking = true,
                        EnableFpga = true,
                        EnableIPForwarding = true,
                        IpConfigurations = new[]
                        {
                            new AzureNative.Compute.Inputs.VirtualMachineScaleSetIPConfigurationArgs
                            {
                                ApplicationGatewayBackendAddressPools = new[]
                                {
                                    new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                },
                                ApplicationSecurityGroups = new[]
                                {
                                    new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                },
                                LoadBalancerBackendAddressPools = new[]
                                {
                                    new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                },
                                LoadBalancerInboundNatPools = new[]
                                {
                                    new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                },
                                Name = "vmsstestnetconfig9693",
                                Primary = true,
                                PrivateIPAddressVersion = AzureNative.Compute.IPVersion.IPv4,
                                PublicIPAddressConfiguration = new AzureNative.Compute.Inputs.VirtualMachineScaleSetPublicIPAddressConfigurationArgs
                                {
                                    DeleteOption = AzureNative.Compute.DeleteOptions.Delete,
                                    DnsSettings = new AzureNative.Compute.Inputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs
                                    {
                                        DomainNameLabel = "aaaaaaaaaaaaaaaaaa",
                                    },
                                    IdleTimeoutInMinutes = 18,
                                    IpTags = new[]
                                    {
                                        new AzureNative.Compute.Inputs.VirtualMachineScaleSetIpTagArgs
                                        {
                                            IpTagType = "aaaaaaa",
                                            Tag = "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
                                        },
                                    },
                                    Name = "aaaaaaaaaaaaaaaaaa",
                                    PublicIPAddressVersion = AzureNative.Compute.IPVersion.IPv4,
                                    PublicIPPrefix = new AzureNative.Compute.Inputs.SubResourceArgs
                                    {
                                        Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                                    },
                                    Sku = new AzureNative.Compute.Inputs.PublicIPAddressSkuArgs
                                    {
                                        Name = AzureNative.Compute.PublicIPAddressSkuName.Basic,
                                        Tier = AzureNative.Compute.PublicIPAddressSkuTier.Regional,
                                    },
                                },
                                Subnet = new AzureNative.Compute.Inputs.ApiEntityReferenceArgs
                                {
                                    Id = "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503",
                                },
                            },
                        },
                        Name = "vmsstestnetconfig5415",
                        NetworkSecurityGroup = new AzureNative.Compute.Inputs.SubResourceArgs
                        {
                            Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        },
                        Primary = true,
                    },
                },
            },
            OsProfile = new AzureNative.Compute.Inputs.OSProfileArgs
            {
                AdminPassword = "aaaaaaaaaaaaaaaa",
                AdminUsername = "Foo12",
                AllowExtensionOperations = true,
                ComputerName = "test000000",
                CustomData = "aaaa",
                LinuxConfiguration = new AzureNative.Compute.Inputs.LinuxConfigurationArgs
                {
                    DisablePasswordAuthentication = true,
                    PatchSettings = new AzureNative.Compute.Inputs.LinuxPatchSettingsArgs
                    {
                        AssessmentMode = AzureNative.Compute.LinuxPatchAssessmentMode.ImageDefault,
                        PatchMode = AzureNative.Compute.LinuxVMGuestPatchMode.ImageDefault,
                    },
                    ProvisionVMAgent = true,
                    Ssh = new AzureNative.Compute.Inputs.SshConfigurationArgs
                    {
                        PublicKeys = new[]
                        {
                            new AzureNative.Compute.Inputs.SshPublicKeyArgs
                            {
                                KeyData = "aaaaaa",
                                Path = "aaa",
                            },
                        },
                    },
                },
                RequireGuestProvisionSignal = true,
                Secrets = new() { },
                WindowsConfiguration = new AzureNative.Compute.Inputs.WindowsConfigurationArgs
                {
                    AdditionalUnattendContent = new[]
                    {
                        new AzureNative.Compute.Inputs.AdditionalUnattendContentArgs
                        {
                            ComponentName = AzureNative.Compute.ComponentNames.Microsoft_Windows_Shell_Setup,
                            Content = "aaaaaaaaaaaaaaaaaaaa",
                            PassName = AzureNative.Compute.PassNames.OobeSystem,
                            SettingName = AzureNative.Compute.SettingNames.AutoLogon,
                        },
                    },
                    EnableAutomaticUpdates = true,
                    PatchSettings = new AzureNative.Compute.Inputs.PatchSettingsArgs
                    {
                        AssessmentMode = AzureNative.Compute.WindowsPatchAssessmentMode.ImageDefault,
                        EnableHotpatching = true,
                        PatchMode = AzureNative.Compute.WindowsVMGuestPatchMode.Manual,
                    },
                    ProvisionVMAgent = true,
                    TimeZone = "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
                    WinRM = new AzureNative.Compute.Inputs.WinRMConfigurationArgs
                    {
                        Listeners = new[]
                        {
                            new AzureNative.Compute.Inputs.WinRMListenerArgs
                            {
                                CertificateUrl = "aaaaaaaaaaaaaaaaaaaaaa",
                                Protocol = AzureNative.Compute.ProtocolTypes.Http,
                            },
                        },
                    },
                },
            },
            Plan = new AzureNative.Compute.Inputs.PlanArgs
            {
                Name = "aaaaaaaaaa",
                Product = "aaaaaaaaaaaaaaaaaaaa",
                PromotionCode = "aaaaaaaaaaaaaaaaaaaa",
                Publisher = "aaaaaaaaaaaaaaaaaaaaaa",
            },
            ProtectionPolicy = new AzureNative.Compute.Inputs.VirtualMachineScaleSetVMProtectionPolicyArgs
            {
                ProtectFromScaleIn = true,
                ProtectFromScaleSetActions = true,
            },
            ResourceGroupName = "rgcompute",
            SecurityProfile = new AzureNative.Compute.Inputs.SecurityProfileArgs
            {
                EncryptionAtHost = true,
                SecurityType = AzureNative.Compute.SecurityTypes.TrustedLaunch,
                UefiSettings = new AzureNative.Compute.Inputs.UefiSettingsArgs
                {
                    SecureBootEnabled = true,
                    VTpmEnabled = true,
                },
            },
            StorageProfile = new AzureNative.Compute.Inputs.StorageProfileArgs
            {
                DataDisks = new[]
                {
                    new AzureNative.Compute.Inputs.DataDiskArgs
                    {
                        Caching = AzureNative.Compute.CachingTypes.None,
                        CreateOption = AzureNative.Compute.DiskCreateOptionTypes.Empty,
                        DeleteOption = AzureNative.Compute.DiskDeleteOptionTypes.Delete,
                        DetachOption = AzureNative.Compute.DiskDetachOptionTypes.ForceDetach,
                        DiskSizeGB = 128,
                        Image = new AzureNative.Compute.Inputs.VirtualHardDiskArgs
                        {
                            Uri = "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                        },
                        Lun = 1,
                        ManagedDisk = new AzureNative.Compute.Inputs.ManagedDiskParametersArgs
                        {
                            DiskEncryptionSet = new AzureNative.Compute.Inputs.DiskEncryptionSetParametersArgs
                            {
                                Id = "aaaaaaaaaaaa",
                            },
                            Id = "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d",
                            StorageAccountType = AzureNative.Compute.StorageAccountTypes.Standard_LRS,
                        },
                        Name = "vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d",
                        ToBeDetached = true,
                        Vhd = new AzureNative.Compute.Inputs.VirtualHardDiskArgs
                        {
                            Uri = "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                        },
                        WriteAcceleratorEnabled = true,
                    },
                },
                ImageReference = new AzureNative.Compute.Inputs.ImageReferenceArgs
                {
                    Id = "a",
                    Offer = "WindowsServer",
                    Publisher = "MicrosoftWindowsServer",
                    SharedGalleryImageId = "aaaaaaaaaaaaaaaaaaaa",
                    Sku = "2012-R2-Datacenter",
                    Version = "4.127.20180315",
                },
                OsDisk = new AzureNative.Compute.Inputs.OSDiskArgs
                {
                    Caching = AzureNative.Compute.CachingTypes.None,
                    CreateOption = AzureNative.Compute.DiskCreateOptionTypes.FromImage,
                    DeleteOption = AzureNative.Compute.DiskDeleteOptionTypes.Delete,
                    DiffDiskSettings = new AzureNative.Compute.Inputs.DiffDiskSettingsArgs
                    {
                        Option = AzureNative.Compute.DiffDiskOptions.Local,
                        Placement = AzureNative.Compute.DiffDiskPlacement.CacheDisk,
                    },
                    DiskSizeGB = 127,
                    EncryptionSettings = new AzureNative.Compute.Inputs.DiskEncryptionSettingsArgs
                    {
                        DiskEncryptionKey = new AzureNative.Compute.Inputs.KeyVaultSecretReferenceArgs
                        {
                            SecretUrl = "aaaaaaaa",
                            SourceVault = new AzureNative.Compute.Inputs.SubResourceArgs
                            {
                                Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                            },
                        },
                        Enabled = true,
                        KeyEncryptionKey = new AzureNative.Compute.Inputs.KeyVaultKeyReferenceArgs
                        {
                            KeyUrl = "aaaaaaaaaaaaaa",
                            SourceVault = new AzureNative.Compute.Inputs.SubResourceArgs
                            {
                                Id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                            },
                        },
                    },
                    Image = new AzureNative.Compute.Inputs.VirtualHardDiskArgs
                    {
                        Uri = "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                    },
                    ManagedDisk = new AzureNative.Compute.Inputs.ManagedDiskParametersArgs
                    {
                        DiskEncryptionSet = new AzureNative.Compute.Inputs.DiskEncryptionSetParametersArgs
                        {
                            Id = "aaaaaaaaaaaa",
                        },
                        Id = "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc",
                        StorageAccountType = AzureNative.Compute.StorageAccountTypes.Standard_LRS,
                    },
                    Name = "vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc",
                    OsType = AzureNative.Compute.OperatingSystemTypes.Windows,
                    Vhd = new AzureNative.Compute.Inputs.VirtualHardDiskArgs
                    {
                        Uri = "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                    },
                    WriteAcceleratorEnabled = true,
                },
            },
            Tags = null,
            UserData = "RXhhbXBsZSBVc2VyRGF0YQ==",
            VmScaleSetName = "aaaaaaaaaaaaaa",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure-native-sdk/compute/v2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := compute.NewVirtualMachineScaleSetVM(ctx, "virtualMachineScaleSetVM", &compute.VirtualMachineScaleSetVMArgs{
    			AdditionalCapabilities: &compute.AdditionalCapabilitiesArgs{
    				HibernationEnabled: pulumi.Bool(true),
    				UltraSSDEnabled:    pulumi.Bool(true),
    			},
    			AvailabilitySet: &compute.SubResourceArgs{
    				Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    			},
    			DiagnosticsProfile: &compute.DiagnosticsProfileArgs{
    				BootDiagnostics: &compute.BootDiagnosticsArgs{
    					Enabled:    pulumi.Bool(true),
    					StorageUri: pulumi.String("aaaaaaaaaaaaa"),
    				},
    			},
    			HardwareProfile: &compute.HardwareProfileArgs{
    				VmSize: pulumi.String(compute.VirtualMachineSizeTypes_Basic_A0),
    				VmSizeProperties: &compute.VMSizePropertiesArgs{
    					VCPUsAvailable: pulumi.Int(9),
    					VCPUsPerCore:   pulumi.Int(12),
    				},
    			},
    			InstanceId:  pulumi.String("aaaaaaaaaaaaaaaaaaaaaaaaaaaaa"),
    			LicenseType: pulumi.String("aaaaaaaaaa"),
    			Location:    pulumi.String("westus"),
    			NetworkProfile: &compute.NetworkProfileArgs{
    				NetworkApiVersion: pulumi.String(compute.NetworkApiVersion_2020_11_01),
    				NetworkInterfaceConfigurations: compute.VirtualMachineNetworkInterfaceConfigurationArray{
    					&compute.VirtualMachineNetworkInterfaceConfigurationArgs{
    						DeleteOption: pulumi.String(compute.DeleteOptionsDelete),
    						DnsSettings: &compute.VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs{
    							DnsServers: pulumi.StringArray{
    								pulumi.String("aaaaaa"),
    							},
    						},
    						DscpConfiguration: &compute.SubResourceArgs{
    							Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    						},
    						EnableAcceleratedNetworking: pulumi.Bool(true),
    						EnableFpga:                  pulumi.Bool(true),
    						EnableIPForwarding:          pulumi.Bool(true),
    						IpConfigurations: compute.VirtualMachineNetworkInterfaceIPConfigurationArray{
    							&compute.VirtualMachineNetworkInterfaceIPConfigurationArgs{
    								ApplicationGatewayBackendAddressPools: compute.SubResourceArray{
    									&compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    								},
    								ApplicationSecurityGroups: compute.SubResourceArray{
    									&compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    								},
    								LoadBalancerBackendAddressPools: compute.SubResourceArray{
    									&compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    								},
    								Name:                    pulumi.String("aa"),
    								Primary:                 pulumi.Bool(true),
    								PrivateIPAddressVersion: pulumi.String(compute.IPVersionsIPv4),
    								PublicIPAddressConfiguration: &compute.VirtualMachinePublicIPAddressConfigurationArgs{
    									DeleteOption: pulumi.String(compute.DeleteOptionsDelete),
    									DnsSettings: &compute.VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs{
    										DomainNameLabel: pulumi.String("aaaaaaaaaaaaaaaaaaaaaaaaa"),
    									},
    									IdleTimeoutInMinutes: pulumi.Int(2),
    									IpTags: compute.VirtualMachineIpTagArray{
    										&compute.VirtualMachineIpTagArgs{
    											IpTagType: pulumi.String("aaaaaaaaaaaaaaaaaaaaaaaaa"),
    											Tag:       pulumi.String("aaaaaaaaaaaaaaaaaaaa"),
    										},
    									},
    									Name:                     pulumi.String("aaaaaaaaaaaaaaaaaaaaaaaaaaaaa"),
    									PublicIPAddressVersion:   pulumi.String(compute.IPVersionsIPv4),
    									PublicIPAllocationMethod: pulumi.String(compute.PublicIPAllocationMethodDynamic),
    									PublicIPPrefix: &compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    									Sku: &compute.PublicIPAddressSkuArgs{
    										Name: pulumi.String(compute.PublicIPAddressSkuNameBasic),
    										Tier: pulumi.String(compute.PublicIPAddressSkuTierRegional),
    									},
    								},
    								Subnet: &compute.SubResourceArgs{
    									Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    								},
    							},
    						},
    						Name: pulumi.String("aaaaaaaaaaa"),
    						NetworkSecurityGroup: &compute.SubResourceArgs{
    							Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    						},
    						Primary: pulumi.Bool(true),
    					},
    				},
    				NetworkInterfaces: compute.NetworkInterfaceReferenceArray{
    					&compute.NetworkInterfaceReferenceArgs{
    						DeleteOption: pulumi.String(compute.DeleteOptionsDelete),
    						Id:           pulumi.String("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0/networkInterfaces/vmsstestnetconfig5415"),
    						Primary:      pulumi.Bool(true),
    					},
    				},
    			},
    			NetworkProfileConfiguration: &compute.VirtualMachineScaleSetVMNetworkProfileConfigurationArgs{
    				NetworkInterfaceConfigurations: compute.VirtualMachineScaleSetNetworkConfigurationArray{
    					&compute.VirtualMachineScaleSetNetworkConfigurationArgs{
    						DeleteOption: pulumi.String(compute.DeleteOptionsDelete),
    						DnsSettings: &compute.VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs{
    							DnsServers: pulumi.StringArray{},
    						},
    						EnableAcceleratedNetworking: pulumi.Bool(true),
    						EnableFpga:                  pulumi.Bool(true),
    						EnableIPForwarding:          pulumi.Bool(true),
    						IpConfigurations: compute.VirtualMachineScaleSetIPConfigurationArray{
    							&compute.VirtualMachineScaleSetIPConfigurationArgs{
    								ApplicationGatewayBackendAddressPools: compute.SubResourceArray{
    									&compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    								},
    								ApplicationSecurityGroups: compute.SubResourceArray{
    									&compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    								},
    								LoadBalancerBackendAddressPools: compute.SubResourceArray{
    									&compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    								},
    								LoadBalancerInboundNatPools: compute.SubResourceArray{
    									&compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    								},
    								Name:                    pulumi.String("vmsstestnetconfig9693"),
    								Primary:                 pulumi.Bool(true),
    								PrivateIPAddressVersion: pulumi.String(compute.IPVersionIPv4),
    								PublicIPAddressConfiguration: &compute.VirtualMachineScaleSetPublicIPAddressConfigurationArgs{
    									DeleteOption: pulumi.String(compute.DeleteOptionsDelete),
    									DnsSettings: &compute.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs{
    										DomainNameLabel: pulumi.String("aaaaaaaaaaaaaaaaaa"),
    									},
    									IdleTimeoutInMinutes: pulumi.Int(18),
    									IpTags: compute.VirtualMachineScaleSetIpTagArray{
    										&compute.VirtualMachineScaleSetIpTagArgs{
    											IpTagType: pulumi.String("aaaaaaa"),
    											Tag:       pulumi.String("aaaaaaaaaaaaaaaaaaaaaaaaaaa"),
    										},
    									},
    									Name:                   pulumi.String("aaaaaaaaaaaaaaaaaa"),
    									PublicIPAddressVersion: pulumi.String(compute.IPVersionIPv4),
    									PublicIPPrefix: &compute.SubResourceArgs{
    										Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    									},
    									Sku: &compute.PublicIPAddressSkuArgs{
    										Name: pulumi.String(compute.PublicIPAddressSkuNameBasic),
    										Tier: pulumi.String(compute.PublicIPAddressSkuTierRegional),
    									},
    								},
    								Subnet: &compute.ApiEntityReferenceArgs{
    									Id: pulumi.String("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503"),
    								},
    							},
    						},
    						Name: pulumi.String("vmsstestnetconfig5415"),
    						NetworkSecurityGroup: &compute.SubResourceArgs{
    							Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    						},
    						Primary: pulumi.Bool(true),
    					},
    				},
    			},
    			OsProfile: &compute.OSProfileArgs{
    				AdminPassword:            pulumi.String("aaaaaaaaaaaaaaaa"),
    				AdminUsername:            pulumi.String("Foo12"),
    				AllowExtensionOperations: pulumi.Bool(true),
    				ComputerName:             pulumi.String("test000000"),
    				CustomData:               pulumi.String("aaaa"),
    				LinuxConfiguration: &compute.LinuxConfigurationArgs{
    					DisablePasswordAuthentication: pulumi.Bool(true),
    					PatchSettings: &compute.LinuxPatchSettingsArgs{
    						AssessmentMode: pulumi.String(compute.LinuxPatchAssessmentModeImageDefault),
    						PatchMode:      pulumi.String(compute.LinuxVMGuestPatchModeImageDefault),
    					},
    					ProvisionVMAgent: pulumi.Bool(true),
    					Ssh: &compute.SshConfigurationArgs{
    						PublicKeys: compute.SshPublicKeyTypeArray{
    							&compute.SshPublicKeyTypeArgs{
    								KeyData: pulumi.String("aaaaaa"),
    								Path:    pulumi.String("aaa"),
    							},
    						},
    					},
    				},
    				RequireGuestProvisionSignal: pulumi.Bool(true),
    				Secrets:                     compute.VaultSecretGroupArray{},
    				WindowsConfiguration: &compute.WindowsConfigurationArgs{
    					AdditionalUnattendContent: compute.AdditionalUnattendContentArray{
    						&compute.AdditionalUnattendContentArgs{
    							ComponentName: compute.ComponentNames_Microsoft_Windows_Shell_Setup,
    							Content:       pulumi.String("aaaaaaaaaaaaaaaaaaaa"),
    							PassName:      compute.PassNamesOobeSystem,
    							SettingName:   compute.SettingNamesAutoLogon,
    						},
    					},
    					EnableAutomaticUpdates: pulumi.Bool(true),
    					PatchSettings: &compute.PatchSettingsArgs{
    						AssessmentMode:    pulumi.String(compute.WindowsPatchAssessmentModeImageDefault),
    						EnableHotpatching: pulumi.Bool(true),
    						PatchMode:         pulumi.String(compute.WindowsVMGuestPatchModeManual),
    					},
    					ProvisionVMAgent: pulumi.Bool(true),
    					TimeZone:         pulumi.String("aaaaaaaaaaaaaaaaaaaaaaaaaaa"),
    					WinRM: &compute.WinRMConfigurationArgs{
    						Listeners: compute.WinRMListenerArray{
    							&compute.WinRMListenerArgs{
    								CertificateUrl: pulumi.String("aaaaaaaaaaaaaaaaaaaaaa"),
    								Protocol:       compute.ProtocolTypesHttp,
    							},
    						},
    					},
    				},
    			},
    			Plan: &compute.PlanArgs{
    				Name:          pulumi.String("aaaaaaaaaa"),
    				Product:       pulumi.String("aaaaaaaaaaaaaaaaaaaa"),
    				PromotionCode: pulumi.String("aaaaaaaaaaaaaaaaaaaa"),
    				Publisher:     pulumi.String("aaaaaaaaaaaaaaaaaaaaaa"),
    			},
    			ProtectionPolicy: &compute.VirtualMachineScaleSetVMProtectionPolicyArgs{
    				ProtectFromScaleIn:         pulumi.Bool(true),
    				ProtectFromScaleSetActions: pulumi.Bool(true),
    			},
    			ResourceGroupName: pulumi.String("rgcompute"),
    			SecurityProfile: &compute.SecurityProfileArgs{
    				EncryptionAtHost: pulumi.Bool(true),
    				SecurityType:     pulumi.String(compute.SecurityTypesTrustedLaunch),
    				UefiSettings: &compute.UefiSettingsArgs{
    					SecureBootEnabled: pulumi.Bool(true),
    					VTpmEnabled:       pulumi.Bool(true),
    				},
    			},
    			StorageProfile: &compute.StorageProfileArgs{
    				DataDisks: compute.DataDiskArray{
    					&compute.DataDiskArgs{
    						Caching:      compute.CachingTypesNone,
    						CreateOption: pulumi.String(compute.DiskCreateOptionTypesEmpty),
    						DeleteOption: pulumi.String(compute.DiskDeleteOptionTypesDelete),
    						DetachOption: pulumi.String(compute.DiskDetachOptionTypesForceDetach),
    						DiskSizeGB:   pulumi.Int(128),
    						Image: &compute.VirtualHardDiskArgs{
    							Uri: pulumi.String("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd"),
    						},
    						Lun: pulumi.Int(1),
    						ManagedDisk: &compute.ManagedDiskParametersArgs{
    							DiskEncryptionSet: &compute.DiskEncryptionSetParametersArgs{
    								Id: pulumi.String("aaaaaaaaaaaa"),
    							},
    							Id:                 pulumi.String("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d"),
    							StorageAccountType: pulumi.String(compute.StorageAccountTypes_Standard_LRS),
    						},
    						Name:         pulumi.String("vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d"),
    						ToBeDetached: pulumi.Bool(true),
    						Vhd: &compute.VirtualHardDiskArgs{
    							Uri: pulumi.String("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd"),
    						},
    						WriteAcceleratorEnabled: pulumi.Bool(true),
    					},
    				},
    				ImageReference: &compute.ImageReferenceArgs{
    					Id:                   pulumi.String("a"),
    					Offer:                pulumi.String("WindowsServer"),
    					Publisher:            pulumi.String("MicrosoftWindowsServer"),
    					SharedGalleryImageId: pulumi.String("aaaaaaaaaaaaaaaaaaaa"),
    					Sku:                  pulumi.String("2012-R2-Datacenter"),
    					Version:              pulumi.String("4.127.20180315"),
    				},
    				OsDisk: &compute.OSDiskArgs{
    					Caching:      compute.CachingTypesNone,
    					CreateOption: pulumi.String(compute.DiskCreateOptionTypesFromImage),
    					DeleteOption: pulumi.String(compute.DiskDeleteOptionTypesDelete),
    					DiffDiskSettings: &compute.DiffDiskSettingsArgs{
    						Option:    pulumi.String(compute.DiffDiskOptionsLocal),
    						Placement: pulumi.String(compute.DiffDiskPlacementCacheDisk),
    					},
    					DiskSizeGB: pulumi.Int(127),
    					EncryptionSettings: &compute.DiskEncryptionSettingsArgs{
    						DiskEncryptionKey: &compute.KeyVaultSecretReferenceArgs{
    							SecretUrl: pulumi.String("aaaaaaaa"),
    							SourceVault: &compute.SubResourceArgs{
    								Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    							},
    						},
    						Enabled: pulumi.Bool(true),
    						KeyEncryptionKey: &compute.KeyVaultKeyReferenceArgs{
    							KeyUrl: pulumi.String("aaaaaaaaaaaaaa"),
    							SourceVault: &compute.SubResourceArgs{
    								Id: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"),
    							},
    						},
    					},
    					Image: &compute.VirtualHardDiskArgs{
    						Uri: pulumi.String("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd"),
    					},
    					ManagedDisk: &compute.ManagedDiskParametersArgs{
    						DiskEncryptionSet: &compute.DiskEncryptionSetParametersArgs{
    							Id: pulumi.String("aaaaaaaaaaaa"),
    						},
    						Id:                 pulumi.String("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc"),
    						StorageAccountType: pulumi.String(compute.StorageAccountTypes_Standard_LRS),
    					},
    					Name:   pulumi.String("vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc"),
    					OsType: compute.OperatingSystemTypesWindows,
    					Vhd: &compute.VirtualHardDiskArgs{
    						Uri: pulumi.String("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd"),
    					},
    					WriteAcceleratorEnabled: pulumi.Bool(true),
    				},
    			},
    			Tags:           nil,
    			UserData:       pulumi.String("RXhhbXBsZSBVc2VyRGF0YQ=="),
    			VmScaleSetName: pulumi.String("aaaaaaaaaaaaaa"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.compute.VirtualMachineScaleSetVM;
    import com.pulumi.azurenative.compute.VirtualMachineScaleSetVMArgs;
    import com.pulumi.azurenative.compute.inputs.AdditionalCapabilitiesArgs;
    import com.pulumi.azurenative.compute.inputs.SubResourceArgs;
    import com.pulumi.azurenative.compute.inputs.DiagnosticsProfileArgs;
    import com.pulumi.azurenative.compute.inputs.BootDiagnosticsArgs;
    import com.pulumi.azurenative.compute.inputs.HardwareProfileArgs;
    import com.pulumi.azurenative.compute.inputs.VMSizePropertiesArgs;
    import com.pulumi.azurenative.compute.inputs.NetworkProfileArgs;
    import com.pulumi.azurenative.compute.inputs.VirtualMachineScaleSetVMNetworkProfileConfigurationArgs;
    import com.pulumi.azurenative.compute.inputs.OSProfileArgs;
    import com.pulumi.azurenative.compute.inputs.LinuxConfigurationArgs;
    import com.pulumi.azurenative.compute.inputs.LinuxPatchSettingsArgs;
    import com.pulumi.azurenative.compute.inputs.SshConfigurationArgs;
    import com.pulumi.azurenative.compute.inputs.WindowsConfigurationArgs;
    import com.pulumi.azurenative.compute.inputs.PatchSettingsArgs;
    import com.pulumi.azurenative.compute.inputs.WinRMConfigurationArgs;
    import com.pulumi.azurenative.compute.inputs.PlanArgs;
    import com.pulumi.azurenative.compute.inputs.VirtualMachineScaleSetVMProtectionPolicyArgs;
    import com.pulumi.azurenative.compute.inputs.SecurityProfileArgs;
    import com.pulumi.azurenative.compute.inputs.UefiSettingsArgs;
    import com.pulumi.azurenative.compute.inputs.StorageProfileArgs;
    import com.pulumi.azurenative.compute.inputs.ImageReferenceArgs;
    import com.pulumi.azurenative.compute.inputs.OSDiskArgs;
    import com.pulumi.azurenative.compute.inputs.DiffDiskSettingsArgs;
    import com.pulumi.azurenative.compute.inputs.DiskEncryptionSettingsArgs;
    import com.pulumi.azurenative.compute.inputs.KeyVaultSecretReferenceArgs;
    import com.pulumi.azurenative.compute.inputs.KeyVaultKeyReferenceArgs;
    import com.pulumi.azurenative.compute.inputs.VirtualHardDiskArgs;
    import com.pulumi.azurenative.compute.inputs.ManagedDiskParametersArgs;
    import com.pulumi.azurenative.compute.inputs.DiskEncryptionSetParametersArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var virtualMachineScaleSetVM = new VirtualMachineScaleSetVM("virtualMachineScaleSetVM", VirtualMachineScaleSetVMArgs.builder()        
                .additionalCapabilities(AdditionalCapabilitiesArgs.builder()
                    .hibernationEnabled(true)
                    .ultraSSDEnabled(true)
                    .build())
                .availabilitySet(SubResourceArgs.builder()
                    .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                    .build())
                .diagnosticsProfile(DiagnosticsProfileArgs.builder()
                    .bootDiagnostics(BootDiagnosticsArgs.builder()
                        .enabled(true)
                        .storageUri("aaaaaaaaaaaaa")
                        .build())
                    .build())
                .hardwareProfile(HardwareProfileArgs.builder()
                    .vmSize("Basic_A0")
                    .vmSizeProperties(VMSizePropertiesArgs.builder()
                        .vCPUsAvailable(9)
                        .vCPUsPerCore(12)
                        .build())
                    .build())
                .instanceId("aaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
                .licenseType("aaaaaaaaaa")
                .location("westus")
                .networkProfile(NetworkProfileArgs.builder()
                    .networkApiVersion("2020-11-01")
                    .networkInterfaceConfigurations(VirtualMachineNetworkInterfaceConfigurationArgs.builder()
                        .deleteOption("Delete")
                        .dnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs.builder()
                            .dnsServers("aaaaaa")
                            .build())
                        .dscpConfiguration(SubResourceArgs.builder()
                            .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                            .build())
                        .enableAcceleratedNetworking(true)
                        .enableFpga(true)
                        .enableIPForwarding(true)
                        .ipConfigurations(VirtualMachineNetworkInterfaceIPConfigurationArgs.builder()
                            .applicationGatewayBackendAddressPools(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .applicationSecurityGroups(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .loadBalancerBackendAddressPools(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .name("aa")
                            .primary(true)
                            .privateIPAddressVersion("IPv4")
                            .publicIPAddressConfiguration(VirtualMachinePublicIPAddressConfigurationArgs.builder()
                                .deleteOption("Delete")
                                .dnsSettings(VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs.builder()
                                    .domainNameLabel("aaaaaaaaaaaaaaaaaaaaaaaaa")
                                    .build())
                                .idleTimeoutInMinutes(2)
                                .ipTags(VirtualMachineIpTagArgs.builder()
                                    .ipTagType("aaaaaaaaaaaaaaaaaaaaaaaaa")
                                    .tag("aaaaaaaaaaaaaaaaaaaa")
                                    .build())
                                .name("aaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
                                .publicIPAddressVersion("IPv4")
                                .publicIPAllocationMethod("Dynamic")
                                .publicIPPrefix(SubResourceArgs.builder()
                                    .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                    .build())
                                .sku(PublicIPAddressSkuArgs.builder()
                                    .name("Basic")
                                    .tier("Regional")
                                    .build())
                                .build())
                            .subnet(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .build())
                        .name("aaaaaaaaaaa")
                        .networkSecurityGroup(SubResourceArgs.builder()
                            .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                            .build())
                        .primary(true)
                        .build())
                    .networkInterfaces(NetworkInterfaceReferenceArgs.builder()
                        .deleteOption("Delete")
                        .id("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0/networkInterfaces/vmsstestnetconfig5415")
                        .primary(true)
                        .build())
                    .build())
                .networkProfileConfiguration(VirtualMachineScaleSetVMNetworkProfileConfigurationArgs.builder()
                    .networkInterfaceConfigurations(VirtualMachineScaleSetNetworkConfigurationArgs.builder()
                        .deleteOption("Delete")
                        .dnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs.builder()
                            .dnsServers()
                            .build())
                        .enableAcceleratedNetworking(true)
                        .enableFpga(true)
                        .enableIPForwarding(true)
                        .ipConfigurations(VirtualMachineScaleSetIPConfigurationArgs.builder()
                            .applicationGatewayBackendAddressPools(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .applicationSecurityGroups(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .loadBalancerBackendAddressPools(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .loadBalancerInboundNatPools(SubResourceArgs.builder()
                                .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                .build())
                            .name("vmsstestnetconfig9693")
                            .primary(true)
                            .privateIPAddressVersion("IPv4")
                            .publicIPAddressConfiguration(VirtualMachineScaleSetPublicIPAddressConfigurationArgs.builder()
                                .deleteOption("Delete")
                                .dnsSettings(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs.builder()
                                    .domainNameLabel("aaaaaaaaaaaaaaaaaa")
                                    .build())
                                .idleTimeoutInMinutes(18)
                                .ipTags(VirtualMachineScaleSetIpTagArgs.builder()
                                    .ipTagType("aaaaaaa")
                                    .tag("aaaaaaaaaaaaaaaaaaaaaaaaaaa")
                                    .build())
                                .name("aaaaaaaaaaaaaaaaaa")
                                .publicIPAddressVersion("IPv4")
                                .publicIPPrefix(SubResourceArgs.builder()
                                    .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                    .build())
                                .sku(PublicIPAddressSkuArgs.builder()
                                    .name("Basic")
                                    .tier("Regional")
                                    .build())
                                .build())
                            .subnet(ApiEntityReferenceArgs.builder()
                                .id("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503")
                                .build())
                            .build())
                        .name("vmsstestnetconfig5415")
                        .networkSecurityGroup(SubResourceArgs.builder()
                            .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                            .build())
                        .primary(true)
                        .build())
                    .build())
                .osProfile(OSProfileArgs.builder()
                    .adminPassword("aaaaaaaaaaaaaaaa")
                    .adminUsername("Foo12")
                    .allowExtensionOperations(true)
                    .computerName("test000000")
                    .customData("aaaa")
                    .linuxConfiguration(LinuxConfigurationArgs.builder()
                        .disablePasswordAuthentication(true)
                        .patchSettings(LinuxPatchSettingsArgs.builder()
                            .assessmentMode("ImageDefault")
                            .patchMode("ImageDefault")
                            .build())
                        .provisionVMAgent(true)
                        .ssh(SshConfigurationArgs.builder()
                            .publicKeys(SshPublicKeyArgs.builder()
                                .keyData("aaaaaa")
                                .path("aaa")
                                .build())
                            .build())
                        .build())
                    .requireGuestProvisionSignal(true)
                    .secrets()
                    .windowsConfiguration(WindowsConfigurationArgs.builder()
                        .additionalUnattendContent(AdditionalUnattendContentArgs.builder()
                            .componentName("Microsoft-Windows-Shell-Setup")
                            .content("aaaaaaaaaaaaaaaaaaaa")
                            .passName("OobeSystem")
                            .settingName("AutoLogon")
                            .build())
                        .enableAutomaticUpdates(true)
                        .patchSettings(PatchSettingsArgs.builder()
                            .assessmentMode("ImageDefault")
                            .enableHotpatching(true)
                            .patchMode("Manual")
                            .build())
                        .provisionVMAgent(true)
                        .timeZone("aaaaaaaaaaaaaaaaaaaaaaaaaaa")
                        .winRM(WinRMConfigurationArgs.builder()
                            .listeners(WinRMListenerArgs.builder()
                                .certificateUrl("aaaaaaaaaaaaaaaaaaaaaa")
                                .protocol("Http")
                                .build())
                            .build())
                        .build())
                    .build())
                .plan(PlanArgs.builder()
                    .name("aaaaaaaaaa")
                    .product("aaaaaaaaaaaaaaaaaaaa")
                    .promotionCode("aaaaaaaaaaaaaaaaaaaa")
                    .publisher("aaaaaaaaaaaaaaaaaaaaaa")
                    .build())
                .protectionPolicy(VirtualMachineScaleSetVMProtectionPolicyArgs.builder()
                    .protectFromScaleIn(true)
                    .protectFromScaleSetActions(true)
                    .build())
                .resourceGroupName("rgcompute")
                .securityProfile(SecurityProfileArgs.builder()
                    .encryptionAtHost(true)
                    .securityType("TrustedLaunch")
                    .uefiSettings(UefiSettingsArgs.builder()
                        .secureBootEnabled(true)
                        .vTpmEnabled(true)
                        .build())
                    .build())
                .storageProfile(StorageProfileArgs.builder()
                    .dataDisks(DataDiskArgs.builder()
                        .caching("None")
                        .createOption("Empty")
                        .deleteOption("Delete")
                        .detachOption("ForceDetach")
                        .diskSizeGB(128)
                        .image(VirtualHardDiskArgs.builder()
                            .uri("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd")
                            .build())
                        .lun(1)
                        .managedDisk(ManagedDiskParametersArgs.builder()
                            .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                .id("aaaaaaaaaaaa")
                                .build())
                            .id("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d")
                            .storageAccountType("Standard_LRS")
                            .build())
                        .name("vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d")
                        .toBeDetached(true)
                        .vhd(VirtualHardDiskArgs.builder()
                            .uri("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd")
                            .build())
                        .writeAcceleratorEnabled(true)
                        .build())
                    .imageReference(ImageReferenceArgs.builder()
                        .id("a")
                        .offer("WindowsServer")
                        .publisher("MicrosoftWindowsServer")
                        .sharedGalleryImageId("aaaaaaaaaaaaaaaaaaaa")
                        .sku("2012-R2-Datacenter")
                        .version("4.127.20180315")
                        .build())
                    .osDisk(OSDiskArgs.builder()
                        .caching("None")
                        .createOption("FromImage")
                        .deleteOption("Delete")
                        .diffDiskSettings(DiffDiskSettingsArgs.builder()
                            .option("Local")
                            .placement("CacheDisk")
                            .build())
                        .diskSizeGB(127)
                        .encryptionSettings(DiskEncryptionSettingsArgs.builder()
                            .diskEncryptionKey(KeyVaultSecretReferenceArgs.builder()
                                .secretUrl("aaaaaaaa")
                                .sourceVault(SubResourceArgs.builder()
                                    .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                    .build())
                                .build())
                            .enabled(true)
                            .keyEncryptionKey(KeyVaultKeyReferenceArgs.builder()
                                .keyUrl("aaaaaaaaaaaaaa")
                                .sourceVault(SubResourceArgs.builder()
                                    .id("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}")
                                    .build())
                                .build())
                            .build())
                        .image(VirtualHardDiskArgs.builder()
                            .uri("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd")
                            .build())
                        .managedDisk(ManagedDiskParametersArgs.builder()
                            .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                .id("aaaaaaaaaaaa")
                                .build())
                            .id("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc")
                            .storageAccountType("Standard_LRS")
                            .build())
                        .name("vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc")
                        .osType("Windows")
                        .vhd(VirtualHardDiskArgs.builder()
                            .uri("https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd")
                            .build())
                        .writeAcceleratorEnabled(true)
                        .build())
                    .build())
                .tags()
                .userData("RXhhbXBsZSBVc2VyRGF0YQ==")
                .vmScaleSetName("aaaaaaaaaaaaaa")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    virtual_machine_scale_set_vm = azure_native.compute.VirtualMachineScaleSetVM("virtualMachineScaleSetVM",
        additional_capabilities=azure_native.compute.AdditionalCapabilitiesArgs(
            hibernation_enabled=True,
            ultra_ssd_enabled=True,
        ),
        availability_set=azure_native.compute.SubResourceArgs(
            id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
        ),
        diagnostics_profile=azure_native.compute.DiagnosticsProfileArgs(
            boot_diagnostics=azure_native.compute.BootDiagnosticsArgs(
                enabled=True,
                storage_uri="aaaaaaaaaaaaa",
            ),
        ),
        hardware_profile=azure_native.compute.HardwareProfileArgs(
            vm_size=azure_native.compute.VirtualMachineSizeTypes.BASIC_A0,
            vm_size_properties=azure_native.compute.VMSizePropertiesArgs(
                v_cpus_available=9,
                v_cpus_per_core=12,
            ),
        ),
        instance_id="aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
        license_type="aaaaaaaaaa",
        location="westus",
        network_profile=azure_native.compute.NetworkProfileArgs(
            network_api_version=azure_native.compute.NetworkApiVersion.NETWORK_API_VERSION_2020_11_01,
            network_interface_configurations=[azure_native.compute.VirtualMachineNetworkInterfaceConfigurationArgs(
                delete_option=azure_native.compute.DeleteOptions.DELETE,
                dns_settings=azure_native.compute.VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs(
                    dns_servers=["aaaaaa"],
                ),
                dscp_configuration=azure_native.compute.SubResourceArgs(
                    id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                ),
                enable_accelerated_networking=True,
                enable_fpga=True,
                enable_ip_forwarding=True,
                ip_configurations=[azure_native.compute.VirtualMachineNetworkInterfaceIPConfigurationArgs(
                    application_gateway_backend_address_pools=[azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    )],
                    application_security_groups=[azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    )],
                    load_balancer_backend_address_pools=[azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    )],
                    name="aa",
                    primary=True,
                    private_ip_address_version=azure_native.compute.IPVersions.I_PV4,
                    public_ip_address_configuration=azure_native.compute.VirtualMachinePublicIPAddressConfigurationArgs(
                        delete_option=azure_native.compute.DeleteOptions.DELETE,
                        dns_settings=azure_native.compute.VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs(
                            domain_name_label="aaaaaaaaaaaaaaaaaaaaaaaaa",
                        ),
                        idle_timeout_in_minutes=2,
                        ip_tags=[azure_native.compute.VirtualMachineIpTagArgs(
                            ip_tag_type="aaaaaaaaaaaaaaaaaaaaaaaaa",
                            tag="aaaaaaaaaaaaaaaaaaaa",
                        )],
                        name="aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                        public_ip_address_version=azure_native.compute.IPVersions.I_PV4,
                        public_ip_allocation_method=azure_native.compute.PublicIPAllocationMethod.DYNAMIC,
                        public_ip_prefix=azure_native.compute.SubResourceArgs(
                            id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        ),
                        sku=azure_native.compute.PublicIPAddressSkuArgs(
                            name=azure_native.compute.PublicIPAddressSkuName.BASIC,
                            tier=azure_native.compute.PublicIPAddressSkuTier.REGIONAL,
                        ),
                    ),
                    subnet=azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    ),
                )],
                name="aaaaaaaaaaa",
                network_security_group=azure_native.compute.SubResourceArgs(
                    id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                ),
                primary=True,
            )],
            network_interfaces=[azure_native.compute.NetworkInterfaceReferenceArgs(
                delete_option=azure_native.compute.DeleteOptions.DELETE,
                id="/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0/networkInterfaces/vmsstestnetconfig5415",
                primary=True,
            )],
        ),
        network_profile_configuration=azure_native.compute.VirtualMachineScaleSetVMNetworkProfileConfigurationArgs(
            network_interface_configurations=[azure_native.compute.VirtualMachineScaleSetNetworkConfigurationArgs(
                delete_option=azure_native.compute.DeleteOptions.DELETE,
                dns_settings=azure_native.compute.VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs(
                    dns_servers=[],
                ),
                enable_accelerated_networking=True,
                enable_fpga=True,
                enable_ip_forwarding=True,
                ip_configurations=[azure_native.compute.VirtualMachineScaleSetIPConfigurationArgs(
                    application_gateway_backend_address_pools=[azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    )],
                    application_security_groups=[azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    )],
                    load_balancer_backend_address_pools=[azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    )],
                    load_balancer_inbound_nat_pools=[azure_native.compute.SubResourceArgs(
                        id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    )],
                    name="vmsstestnetconfig9693",
                    primary=True,
                    private_ip_address_version=azure_native.compute.IPVersion.I_PV4,
                    public_ip_address_configuration=azure_native.compute.VirtualMachineScaleSetPublicIPAddressConfigurationArgs(
                        delete_option=azure_native.compute.DeleteOptions.DELETE,
                        dns_settings=azure_native.compute.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs(
                            domain_name_label="aaaaaaaaaaaaaaaaaa",
                        ),
                        idle_timeout_in_minutes=18,
                        ip_tags=[azure_native.compute.VirtualMachineScaleSetIpTagArgs(
                            ip_tag_type="aaaaaaa",
                            tag="aaaaaaaaaaaaaaaaaaaaaaaaaaa",
                        )],
                        name="aaaaaaaaaaaaaaaaaa",
                        public_ip_address_version=azure_native.compute.IPVersion.I_PV4,
                        public_ip_prefix=azure_native.compute.SubResourceArgs(
                            id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        ),
                        sku=azure_native.compute.PublicIPAddressSkuArgs(
                            name=azure_native.compute.PublicIPAddressSkuName.BASIC,
                            tier=azure_native.compute.PublicIPAddressSkuTier.REGIONAL,
                        ),
                    ),
                    subnet=azure_native.compute.ApiEntityReferenceArgs(
                        id="/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503",
                    ),
                )],
                name="vmsstestnetconfig5415",
                network_security_group=azure_native.compute.SubResourceArgs(
                    id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                ),
                primary=True,
            )],
        ),
        os_profile=azure_native.compute.OSProfileArgs(
            admin_password="aaaaaaaaaaaaaaaa",
            admin_username="Foo12",
            allow_extension_operations=True,
            computer_name="test000000",
            custom_data="aaaa",
            linux_configuration=azure_native.compute.LinuxConfigurationArgs(
                disable_password_authentication=True,
                patch_settings=azure_native.compute.LinuxPatchSettingsArgs(
                    assessment_mode=azure_native.compute.LinuxPatchAssessmentMode.IMAGE_DEFAULT,
                    patch_mode=azure_native.compute.LinuxVMGuestPatchMode.IMAGE_DEFAULT,
                ),
                provision_vm_agent=True,
                ssh=azure_native.compute.SshConfigurationArgs(
                    public_keys=[azure_native.compute.SshPublicKeyArgs(
                        key_data="aaaaaa",
                        path="aaa",
                    )],
                ),
            ),
            require_guest_provision_signal=True,
            secrets=[],
            windows_configuration=azure_native.compute.WindowsConfigurationArgs(
                additional_unattend_content=[azure_native.compute.AdditionalUnattendContentArgs(
                    component_name=azure_native.compute.ComponentNames.MICROSOFT_WINDOWS_SHELL_SETUP,
                    content="aaaaaaaaaaaaaaaaaaaa",
                    pass_name=azure_native.compute.PassNames.OOBE_SYSTEM,
                    setting_name=azure_native.compute.SettingNames.AUTO_LOGON,
                )],
                enable_automatic_updates=True,
                patch_settings=azure_native.compute.PatchSettingsArgs(
                    assessment_mode=azure_native.compute.WindowsPatchAssessmentMode.IMAGE_DEFAULT,
                    enable_hotpatching=True,
                    patch_mode=azure_native.compute.WindowsVMGuestPatchMode.MANUAL,
                ),
                provision_vm_agent=True,
                time_zone="aaaaaaaaaaaaaaaaaaaaaaaaaaa",
                win_rm=azure_native.compute.WinRMConfigurationArgs(
                    listeners=[azure_native.compute.WinRMListenerArgs(
                        certificate_url="aaaaaaaaaaaaaaaaaaaaaa",
                        protocol=azure_native.compute.ProtocolTypes.HTTP,
                    )],
                ),
            ),
        ),
        plan=azure_native.compute.PlanArgs(
            name="aaaaaaaaaa",
            product="aaaaaaaaaaaaaaaaaaaa",
            promotion_code="aaaaaaaaaaaaaaaaaaaa",
            publisher="aaaaaaaaaaaaaaaaaaaaaa",
        ),
        protection_policy=azure_native.compute.VirtualMachineScaleSetVMProtectionPolicyArgs(
            protect_from_scale_in=True,
            protect_from_scale_set_actions=True,
        ),
        resource_group_name="rgcompute",
        security_profile=azure_native.compute.SecurityProfileArgs(
            encryption_at_host=True,
            security_type=azure_native.compute.SecurityTypes.TRUSTED_LAUNCH,
            uefi_settings=azure_native.compute.UefiSettingsArgs(
                secure_boot_enabled=True,
                v_tpm_enabled=True,
            ),
        ),
        storage_profile=azure_native.compute.StorageProfileArgs(
            data_disks=[azure_native.compute.DataDiskArgs(
                caching=azure_native.compute.CachingTypes.NONE,
                create_option=azure_native.compute.DiskCreateOptionTypes.EMPTY,
                delete_option=azure_native.compute.DiskDeleteOptionTypes.DELETE,
                detach_option=azure_native.compute.DiskDetachOptionTypes.FORCE_DETACH,
                disk_size_gb=128,
                image=azure_native.compute.VirtualHardDiskArgs(
                    uri="https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                ),
                lun=1,
                managed_disk=azure_native.compute.ManagedDiskParametersArgs(
                    disk_encryption_set=azure_native.compute.DiskEncryptionSetParametersArgs(
                        id="aaaaaaaaaaaa",
                    ),
                    id="/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d",
                    storage_account_type=azure_native.compute.StorageAccountTypes.STANDARD_LRS,
                ),
                name="vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d",
                to_be_detached=True,
                vhd=azure_native.compute.VirtualHardDiskArgs(
                    uri="https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                ),
                write_accelerator_enabled=True,
            )],
            image_reference=azure_native.compute.ImageReferenceArgs(
                id="a",
                offer="WindowsServer",
                publisher="MicrosoftWindowsServer",
                shared_gallery_image_id="aaaaaaaaaaaaaaaaaaaa",
                sku="2012-R2-Datacenter",
                version="4.127.20180315",
            ),
            os_disk=azure_native.compute.OSDiskArgs(
                caching=azure_native.compute.CachingTypes.NONE,
                create_option=azure_native.compute.DiskCreateOptionTypes.FROM_IMAGE,
                delete_option=azure_native.compute.DiskDeleteOptionTypes.DELETE,
                diff_disk_settings=azure_native.compute.DiffDiskSettingsArgs(
                    option=azure_native.compute.DiffDiskOptions.LOCAL,
                    placement=azure_native.compute.DiffDiskPlacement.CACHE_DISK,
                ),
                disk_size_gb=127,
                encryption_settings=azure_native.compute.DiskEncryptionSettingsArgs(
                    disk_encryption_key=azure_native.compute.KeyVaultSecretReferenceArgs(
                        secret_url="aaaaaaaa",
                        source_vault=azure_native.compute.SubResourceArgs(
                            id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        ),
                    ),
                    enabled=True,
                    key_encryption_key=azure_native.compute.KeyVaultKeyReferenceArgs(
                        key_url="aaaaaaaaaaaaaa",
                        source_vault=azure_native.compute.SubResourceArgs(
                            id="/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        ),
                    ),
                ),
                image=azure_native.compute.VirtualHardDiskArgs(
                    uri="https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                ),
                managed_disk=azure_native.compute.ManagedDiskParametersArgs(
                    disk_encryption_set=azure_native.compute.DiskEncryptionSetParametersArgs(
                        id="aaaaaaaaaaaa",
                    ),
                    id="/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc",
                    storage_account_type=azure_native.compute.StorageAccountTypes.STANDARD_LRS,
                ),
                name="vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc",
                os_type=azure_native.compute.OperatingSystemTypes.WINDOWS,
                vhd=azure_native.compute.VirtualHardDiskArgs(
                    uri="https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                ),
                write_accelerator_enabled=True,
            ),
        ),
        tags={},
        user_data="RXhhbXBsZSBVc2VyRGF0YQ==",
        vm_scale_set_name="aaaaaaaaaaaaaa")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const virtualMachineScaleSetVM = new azure_native.compute.VirtualMachineScaleSetVM("virtualMachineScaleSetVM", {
        additionalCapabilities: {
            hibernationEnabled: true,
            ultraSSDEnabled: true,
        },
        availabilitySet: {
            id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
        },
        diagnosticsProfile: {
            bootDiagnostics: {
                enabled: true,
                storageUri: "aaaaaaaaaaaaa",
            },
        },
        hardwareProfile: {
            vmSize: azure_native.compute.VirtualMachineSizeTypes.Basic_A0,
            vmSizeProperties: {
                vCPUsAvailable: 9,
                vCPUsPerCore: 12,
            },
        },
        instanceId: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
        licenseType: "aaaaaaaaaa",
        location: "westus",
        networkProfile: {
            networkApiVersion: azure_native.compute.NetworkApiVersion.NetworkApiVersion_2020_11_01,
            networkInterfaceConfigurations: [{
                deleteOption: azure_native.compute.DeleteOptions.Delete,
                dnsSettings: {
                    dnsServers: ["aaaaaa"],
                },
                dscpConfiguration: {
                    id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                },
                enableAcceleratedNetworking: true,
                enableFpga: true,
                enableIPForwarding: true,
                ipConfigurations: [{
                    applicationGatewayBackendAddressPools: [{
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    }],
                    applicationSecurityGroups: [{
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    }],
                    loadBalancerBackendAddressPools: [{
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    }],
                    name: "aa",
                    primary: true,
                    privateIPAddressVersion: azure_native.compute.IPVersions.IPv4,
                    publicIPAddressConfiguration: {
                        deleteOption: azure_native.compute.DeleteOptions.Delete,
                        dnsSettings: {
                            domainNameLabel: "aaaaaaaaaaaaaaaaaaaaaaaaa",
                        },
                        idleTimeoutInMinutes: 2,
                        ipTags: [{
                            ipTagType: "aaaaaaaaaaaaaaaaaaaaaaaaa",
                            tag: "aaaaaaaaaaaaaaaaaaaa",
                        }],
                        name: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                        publicIPAddressVersion: azure_native.compute.IPVersions.IPv4,
                        publicIPAllocationMethod: azure_native.compute.PublicIPAllocationMethod.Dynamic,
                        publicIPPrefix: {
                            id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        },
                        sku: {
                            name: azure_native.compute.PublicIPAddressSkuName.Basic,
                            tier: azure_native.compute.PublicIPAddressSkuTier.Regional,
                        },
                    },
                    subnet: {
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    },
                }],
                name: "aaaaaaaaaaa",
                networkSecurityGroup: {
                    id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                },
                primary: true,
            }],
            networkInterfaces: [{
                deleteOption: azure_native.compute.DeleteOptions.Delete,
                id: "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0/networkInterfaces/vmsstestnetconfig5415",
                primary: true,
            }],
        },
        networkProfileConfiguration: {
            networkInterfaceConfigurations: [{
                deleteOption: azure_native.compute.DeleteOptions.Delete,
                dnsSettings: {
                    dnsServers: [],
                },
                enableAcceleratedNetworking: true,
                enableFpga: true,
                enableIPForwarding: true,
                ipConfigurations: [{
                    applicationGatewayBackendAddressPools: [{
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    }],
                    applicationSecurityGroups: [{
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    }],
                    loadBalancerBackendAddressPools: [{
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    }],
                    loadBalancerInboundNatPools: [{
                        id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                    }],
                    name: "vmsstestnetconfig9693",
                    primary: true,
                    privateIPAddressVersion: azure_native.compute.IPVersion.IPv4,
                    publicIPAddressConfiguration: {
                        deleteOption: azure_native.compute.DeleteOptions.Delete,
                        dnsSettings: {
                            domainNameLabel: "aaaaaaaaaaaaaaaaaa",
                        },
                        idleTimeoutInMinutes: 18,
                        ipTags: [{
                            ipTagType: "aaaaaaa",
                            tag: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
                        }],
                        name: "aaaaaaaaaaaaaaaaaa",
                        publicIPAddressVersion: azure_native.compute.IPVersion.IPv4,
                        publicIPPrefix: {
                            id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        },
                        sku: {
                            name: azure_native.compute.PublicIPAddressSkuName.Basic,
                            tier: azure_native.compute.PublicIPAddressSkuTier.Regional,
                        },
                    },
                    subnet: {
                        id: "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503",
                    },
                }],
                name: "vmsstestnetconfig5415",
                networkSecurityGroup: {
                    id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                },
                primary: true,
            }],
        },
        osProfile: {
            adminPassword: "aaaaaaaaaaaaaaaa",
            adminUsername: "Foo12",
            allowExtensionOperations: true,
            computerName: "test000000",
            customData: "aaaa",
            linuxConfiguration: {
                disablePasswordAuthentication: true,
                patchSettings: {
                    assessmentMode: azure_native.compute.LinuxPatchAssessmentMode.ImageDefault,
                    patchMode: azure_native.compute.LinuxVMGuestPatchMode.ImageDefault,
                },
                provisionVMAgent: true,
                ssh: {
                    publicKeys: [{
                        keyData: "aaaaaa",
                        path: "aaa",
                    }],
                },
            },
            requireGuestProvisionSignal: true,
            secrets: [],
            windowsConfiguration: {
                additionalUnattendContent: [{
                    componentName: azure_native.compute.ComponentNames.Microsoft_Windows_Shell_Setup,
                    content: "aaaaaaaaaaaaaaaaaaaa",
                    passName: azure_native.compute.PassNames.OobeSystem,
                    settingName: azure_native.compute.SettingNames.AutoLogon,
                }],
                enableAutomaticUpdates: true,
                patchSettings: {
                    assessmentMode: azure_native.compute.WindowsPatchAssessmentMode.ImageDefault,
                    enableHotpatching: true,
                    patchMode: azure_native.compute.WindowsVMGuestPatchMode.Manual,
                },
                provisionVMAgent: true,
                timeZone: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
                winRM: {
                    listeners: [{
                        certificateUrl: "aaaaaaaaaaaaaaaaaaaaaa",
                        protocol: azure_native.compute.ProtocolTypes.Http,
                    }],
                },
            },
        },
        plan: {
            name: "aaaaaaaaaa",
            product: "aaaaaaaaaaaaaaaaaaaa",
            promotionCode: "aaaaaaaaaaaaaaaaaaaa",
            publisher: "aaaaaaaaaaaaaaaaaaaaaa",
        },
        protectionPolicy: {
            protectFromScaleIn: true,
            protectFromScaleSetActions: true,
        },
        resourceGroupName: "rgcompute",
        securityProfile: {
            encryptionAtHost: true,
            securityType: azure_native.compute.SecurityTypes.TrustedLaunch,
            uefiSettings: {
                secureBootEnabled: true,
                vTpmEnabled: true,
            },
        },
        storageProfile: {
            dataDisks: [{
                caching: azure_native.compute.CachingTypes.None,
                createOption: azure_native.compute.DiskCreateOptionTypes.Empty,
                deleteOption: azure_native.compute.DiskDeleteOptionTypes.Delete,
                detachOption: azure_native.compute.DiskDetachOptionTypes.ForceDetach,
                diskSizeGB: 128,
                image: {
                    uri: "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                },
                lun: 1,
                managedDisk: {
                    diskEncryptionSet: {
                        id: "aaaaaaaaaaaa",
                    },
                    id: "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d",
                    storageAccountType: azure_native.compute.StorageAccountTypes.Standard_LRS,
                },
                name: "vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d",
                toBeDetached: true,
                vhd: {
                    uri: "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                },
                writeAcceleratorEnabled: true,
            }],
            imageReference: {
                id: "a",
                offer: "WindowsServer",
                publisher: "MicrosoftWindowsServer",
                sharedGalleryImageId: "aaaaaaaaaaaaaaaaaaaa",
                sku: "2012-R2-Datacenter",
                version: "4.127.20180315",
            },
            osDisk: {
                caching: azure_native.compute.CachingTypes.None,
                createOption: azure_native.compute.DiskCreateOptionTypes.FromImage,
                deleteOption: azure_native.compute.DiskDeleteOptionTypes.Delete,
                diffDiskSettings: {
                    option: azure_native.compute.DiffDiskOptions.Local,
                    placement: azure_native.compute.DiffDiskPlacement.CacheDisk,
                },
                diskSizeGB: 127,
                encryptionSettings: {
                    diskEncryptionKey: {
                        secretUrl: "aaaaaaaa",
                        sourceVault: {
                            id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        },
                    },
                    enabled: true,
                    keyEncryptionKey: {
                        keyUrl: "aaaaaaaaaaaaaa",
                        sourceVault: {
                            id: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
                        },
                    },
                },
                image: {
                    uri: "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                },
                managedDisk: {
                    diskEncryptionSet: {
                        id: "aaaaaaaaaaaa",
                    },
                    id: "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc",
                    storageAccountType: azure_native.compute.StorageAccountTypes.Standard_LRS,
                },
                name: "vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc",
                osType: azure_native.compute.OperatingSystemTypes.Windows,
                vhd: {
                    uri: "https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd",
                },
                writeAcceleratorEnabled: true,
            },
        },
        tags: {},
        userData: "RXhhbXBsZSBVc2VyRGF0YQ==",
        vmScaleSetName: "aaaaaaaaaaaaaa",
    });
    
    resources:
      virtualMachineScaleSetVM:
        type: azure-native:compute:VirtualMachineScaleSetVM
        properties:
          additionalCapabilities:
            hibernationEnabled: true
            ultraSSDEnabled: true
          availabilitySet:
            id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
          diagnosticsProfile:
            bootDiagnostics:
              enabled: true
              storageUri: aaaaaaaaaaaaa
          hardwareProfile:
            vmSize: Basic_A0
            vmSizeProperties:
              vCPUsAvailable: 9
              vCPUsPerCore: 12
          instanceId: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa
          licenseType: aaaaaaaaaa
          location: westus
          networkProfile:
            networkApiVersion: 2020-11-01
            networkInterfaceConfigurations:
              - deleteOption: Delete
                dnsSettings:
                  dnsServers:
                    - aaaaaa
                dscpConfiguration:
                  id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                enableAcceleratedNetworking: true
                enableFpga: true
                enableIPForwarding: true
                ipConfigurations:
                  - applicationGatewayBackendAddressPools:
                      - id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                    applicationSecurityGroups:
                      - id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                    loadBalancerBackendAddressPools:
                      - id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                    name: aa
                    primary: true
                    privateIPAddressVersion: IPv4
                    publicIPAddressConfiguration:
                      deleteOption: Delete
                      dnsSettings:
                        domainNameLabel: aaaaaaaaaaaaaaaaaaaaaaaaa
                      idleTimeoutInMinutes: 2
                      ipTags:
                        - ipTagType: aaaaaaaaaaaaaaaaaaaaaaaaa
                          tag: aaaaaaaaaaaaaaaaaaaa
                      name: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa
                      publicIPAddressVersion: IPv4
                      publicIPAllocationMethod: Dynamic
                      publicIPPrefix:
                        id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                      sku:
                        name: Basic
                        tier: Regional
                    subnet:
                      id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                name: aaaaaaaaaaa
                networkSecurityGroup:
                  id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                primary: true
            networkInterfaces:
              - deleteOption: Delete
                id: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0/networkInterfaces/vmsstestnetconfig5415
                primary: true
          networkProfileConfiguration:
            networkInterfaceConfigurations:
              - deleteOption: Delete
                dnsSettings:
                  dnsServers: []
                enableAcceleratedNetworking: true
                enableFpga: true
                enableIPForwarding: true
                ipConfigurations:
                  - applicationGatewayBackendAddressPools:
                      - id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                    applicationSecurityGroups:
                      - id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                    loadBalancerBackendAddressPools:
                      - id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                    loadBalancerInboundNatPools:
                      - id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                    name: vmsstestnetconfig9693
                    primary: true
                    privateIPAddressVersion: IPv4
                    publicIPAddressConfiguration:
                      deleteOption: Delete
                      dnsSettings:
                        domainNameLabel: aaaaaaaaaaaaaaaaaa
                      idleTimeoutInMinutes: 18
                      ipTags:
                        - ipTagType: aaaaaaa
                          tag: aaaaaaaaaaaaaaaaaaaaaaaaaaa
                      name: aaaaaaaaaaaaaaaaaa
                      publicIPAddressVersion: IPv4
                      publicIPPrefix:
                        id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                      sku:
                        name: Basic
                        tier: Regional
                    subnet:
                      id: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503
                name: vmsstestnetconfig5415
                networkSecurityGroup:
                  id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                primary: true
          osProfile:
            adminPassword: aaaaaaaaaaaaaaaa
            adminUsername: Foo12
            allowExtensionOperations: true
            computerName: test000000
            customData: aaaa
            linuxConfiguration:
              disablePasswordAuthentication: true
              patchSettings:
                assessmentMode: ImageDefault
                patchMode: ImageDefault
              provisionVMAgent: true
              ssh:
                publicKeys:
                  - keyData: aaaaaa
                    path: aaa
            requireGuestProvisionSignal: true
            secrets: []
            windowsConfiguration:
              additionalUnattendContent:
                - componentName: Microsoft-Windows-Shell-Setup
                  content: aaaaaaaaaaaaaaaaaaaa
                  passName: OobeSystem
                  settingName: AutoLogon
              enableAutomaticUpdates: true
              patchSettings:
                assessmentMode: ImageDefault
                enableHotpatching: true
                patchMode: Manual
              provisionVMAgent: true
              timeZone: aaaaaaaaaaaaaaaaaaaaaaaaaaa
              winRM:
                listeners:
                  - certificateUrl: aaaaaaaaaaaaaaaaaaaaaa
                    protocol: Http
          plan:
            name: aaaaaaaaaa
            product: aaaaaaaaaaaaaaaaaaaa
            promotionCode: aaaaaaaaaaaaaaaaaaaa
            publisher: aaaaaaaaaaaaaaaaaaaaaa
          protectionPolicy:
            protectFromScaleIn: true
            protectFromScaleSetActions: true
          resourceGroupName: rgcompute
          securityProfile:
            encryptionAtHost: true
            securityType: TrustedLaunch
            uefiSettings:
              secureBootEnabled: true
              vTpmEnabled: true
          storageProfile:
            dataDisks:
              - caching: None
                createOption: Empty
                deleteOption: Delete
                detachOption: ForceDetach
                diskSizeGB: 128
                image:
                  uri: https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd
                lun: 1
                managedDisk:
                  diskEncryptionSet:
                    id: aaaaaaaaaaaa
                  id: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d
                  storageAccountType: Standard_LRS
                name: vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d
                toBeDetached: true
                vhd:
                  uri: https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd
                writeAcceleratorEnabled: true
            imageReference:
              id: a
              offer: WindowsServer
              publisher: MicrosoftWindowsServer
              sharedGalleryImageId: aaaaaaaaaaaaaaaaaaaa
              sku: 2012-R2-Datacenter
              version: 4.127.20180315
            osDisk:
              caching: None
              createOption: FromImage
              deleteOption: Delete
              diffDiskSettings:
                option: Local
                placement: CacheDisk
              diskSizeGB: 127
              encryptionSettings:
                diskEncryptionKey:
                  secretUrl: aaaaaaaa
                  sourceVault:
                    id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
                enabled: true
                keyEncryptionKey:
                  keyUrl: aaaaaaaaaaaaaa
                  sourceVault:
                    id: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}
              image:
                uri: https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd
              managedDisk:
                diskEncryptionSet:
                  id: aaaaaaaaaaaa
                id: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc
                storageAccountType: Standard_LRS
              name: vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc
              osType: Windows
              vhd:
                uri: https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd
              writeAcceleratorEnabled: true
          tags: {}
          userData: RXhhbXBsZSBVc2VyRGF0YQ==
          vmScaleSetName: aaaaaaaaaaaaaa
    

    VirtualMachineScaleSetVM_Update_MinimumSet_Gen

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var virtualMachineScaleSetVM = new AzureNative.Compute.VirtualMachineScaleSetVM("virtualMachineScaleSetVM", new()
        {
            InstanceId = "aaaaaaaaaaaaaaaaaaaa",
            Location = "westus",
            ResourceGroupName = "rgcompute",
            VmScaleSetName = "aaaaaaaaaaaaaaaaaa",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure-native-sdk/compute/v2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := compute.NewVirtualMachineScaleSetVM(ctx, "virtualMachineScaleSetVM", &compute.VirtualMachineScaleSetVMArgs{
    			InstanceId:        pulumi.String("aaaaaaaaaaaaaaaaaaaa"),
    			Location:          pulumi.String("westus"),
    			ResourceGroupName: pulumi.String("rgcompute"),
    			VmScaleSetName:    pulumi.String("aaaaaaaaaaaaaaaaaa"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.compute.VirtualMachineScaleSetVM;
    import com.pulumi.azurenative.compute.VirtualMachineScaleSetVMArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var virtualMachineScaleSetVM = new VirtualMachineScaleSetVM("virtualMachineScaleSetVM", VirtualMachineScaleSetVMArgs.builder()        
                .instanceId("aaaaaaaaaaaaaaaaaaaa")
                .location("westus")
                .resourceGroupName("rgcompute")
                .vmScaleSetName("aaaaaaaaaaaaaaaaaa")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    virtual_machine_scale_set_vm = azure_native.compute.VirtualMachineScaleSetVM("virtualMachineScaleSetVM",
        instance_id="aaaaaaaaaaaaaaaaaaaa",
        location="westus",
        resource_group_name="rgcompute",
        vm_scale_set_name="aaaaaaaaaaaaaaaaaa")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const virtualMachineScaleSetVM = new azure_native.compute.VirtualMachineScaleSetVM("virtualMachineScaleSetVM", {
        instanceId: "aaaaaaaaaaaaaaaaaaaa",
        location: "westus",
        resourceGroupName: "rgcompute",
        vmScaleSetName: "aaaaaaaaaaaaaaaaaa",
    });
    
    resources:
      virtualMachineScaleSetVM:
        type: azure-native:compute:VirtualMachineScaleSetVM
        properties:
          instanceId: aaaaaaaaaaaaaaaaaaaa
          location: westus
          resourceGroupName: rgcompute
          vmScaleSetName: aaaaaaaaaaaaaaaaaa
    

    Create VirtualMachineScaleSetVM Resource

    new VirtualMachineScaleSetVM(name: string, args: VirtualMachineScaleSetVMArgs, opts?: CustomResourceOptions);
    @overload
    def VirtualMachineScaleSetVM(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 additional_capabilities: Optional[AdditionalCapabilitiesArgs] = None,
                                 availability_set: Optional[SubResourceArgs] = None,
                                 diagnostics_profile: Optional[DiagnosticsProfileArgs] = None,
                                 hardware_profile: Optional[HardwareProfileArgs] = None,
                                 identity: Optional[VirtualMachineIdentityArgs] = None,
                                 instance_id: Optional[str] = None,
                                 license_type: Optional[str] = None,
                                 location: Optional[str] = None,
                                 network_profile: Optional[NetworkProfileArgs] = None,
                                 network_profile_configuration: Optional[VirtualMachineScaleSetVMNetworkProfileConfigurationArgs] = None,
                                 os_profile: Optional[OSProfileArgs] = None,
                                 plan: Optional[PlanArgs] = None,
                                 protection_policy: Optional[VirtualMachineScaleSetVMProtectionPolicyArgs] = None,
                                 resource_group_name: Optional[str] = None,
                                 security_profile: Optional[SecurityProfileArgs] = None,
                                 storage_profile: Optional[StorageProfileArgs] = None,
                                 tags: Optional[Mapping[str, str]] = None,
                                 user_data: Optional[str] = None,
                                 vm_scale_set_name: Optional[str] = None)
    @overload
    def VirtualMachineScaleSetVM(resource_name: str,
                                 args: VirtualMachineScaleSetVMArgs,
                                 opts: Optional[ResourceOptions] = None)
    func NewVirtualMachineScaleSetVM(ctx *Context, name string, args VirtualMachineScaleSetVMArgs, opts ...ResourceOption) (*VirtualMachineScaleSetVM, error)
    public VirtualMachineScaleSetVM(string name, VirtualMachineScaleSetVMArgs args, CustomResourceOptions? opts = null)
    public VirtualMachineScaleSetVM(String name, VirtualMachineScaleSetVMArgs args)
    public VirtualMachineScaleSetVM(String name, VirtualMachineScaleSetVMArgs args, CustomResourceOptions options)
    
    type: azure-native:compute:VirtualMachineScaleSetVM
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args VirtualMachineScaleSetVMArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VirtualMachineScaleSetVMArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VirtualMachineScaleSetVMArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VirtualMachineScaleSetVMArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VirtualMachineScaleSetVMArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VirtualMachineScaleSetVM Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The VirtualMachineScaleSetVM resource accepts the following input properties:

    ResourceGroupName string
    The name of the resource group.
    VmScaleSetName string
    The name of the VM scale set where the extension should be create or updated.
    AdditionalCapabilities Pulumi.AzureNative.Compute.Inputs.AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
    AvailabilitySet Pulumi.AzureNative.Compute.Inputs.SubResource
    Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Availability sets overview. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.
    DiagnosticsProfile Pulumi.AzureNative.Compute.Inputs.DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    HardwareProfile Pulumi.AzureNative.Compute.Inputs.HardwareProfile
    Specifies the hardware settings for the virtual machine.
    Identity Pulumi.AzureNative.Compute.Inputs.VirtualMachineIdentity
    The identity of the virtual machine, if configured.
    InstanceId string
    The instance ID of the virtual machine.
    LicenseType string
    Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
    Location string
    Resource location
    NetworkProfile Pulumi.AzureNative.Compute.Inputs.NetworkProfile
    Specifies the network interfaces of the virtual machine.
    NetworkProfileConfiguration Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetVMNetworkProfileConfiguration
    Specifies the network profile configuration of the virtual machine.
    OsProfile Pulumi.AzureNative.Compute.Inputs.OSProfile
    Specifies the operating system settings for the virtual machine.
    Plan Pulumi.AzureNative.Compute.Inputs.Plan
    Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
    ProtectionPolicy Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetVMProtectionPolicy
    Specifies the protection policy of the virtual machine.
    SecurityProfile Pulumi.AzureNative.Compute.Inputs.SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    StorageProfile Pulumi.AzureNative.Compute.Inputs.StorageProfile
    Specifies the storage settings for the virtual machine disks.
    Tags Dictionary<string, string>
    Resource tags
    UserData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01
    ResourceGroupName string
    The name of the resource group.
    VmScaleSetName string
    The name of the VM scale set where the extension should be create or updated.
    AdditionalCapabilities AdditionalCapabilitiesArgs
    Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
    AvailabilitySet SubResourceArgs
    Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Availability sets overview. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.
    DiagnosticsProfile DiagnosticsProfileArgs
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    HardwareProfile HardwareProfileArgs
    Specifies the hardware settings for the virtual machine.
    Identity VirtualMachineIdentityArgs
    The identity of the virtual machine, if configured.
    InstanceId string
    The instance ID of the virtual machine.
    LicenseType string
    Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
    Location string
    Resource location
    NetworkProfile NetworkProfileArgs
    Specifies the network interfaces of the virtual machine.
    NetworkProfileConfiguration VirtualMachineScaleSetVMNetworkProfileConfigurationArgs
    Specifies the network profile configuration of the virtual machine.
    OsProfile OSProfileArgs
    Specifies the operating system settings for the virtual machine.
    Plan PlanArgs
    Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
    ProtectionPolicy VirtualMachineScaleSetVMProtectionPolicyArgs
    Specifies the protection policy of the virtual machine.
    SecurityProfile SecurityProfileArgs
    Specifies the Security related profile settings for the virtual machine.
    StorageProfile StorageProfileArgs
    Specifies the storage settings for the virtual machine disks.
    Tags map[string]string
    Resource tags
    UserData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01
    resourceGroupName String
    The name of the resource group.
    vmScaleSetName String
    The name of the VM scale set where the extension should be create or updated.
    additionalCapabilities AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
    availabilitySet SubResource
    Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Availability sets overview. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.
    diagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    hardwareProfile HardwareProfile
    Specifies the hardware settings for the virtual machine.
    identity VirtualMachineIdentity
    The identity of the virtual machine, if configured.
    instanceId String
    The instance ID of the virtual machine.
    licenseType String
    Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
    location String
    Resource location
    networkProfile NetworkProfile
    Specifies the network interfaces of the virtual machine.
    networkProfileConfiguration VirtualMachineScaleSetVMNetworkProfileConfiguration
    Specifies the network profile configuration of the virtual machine.
    osProfile OSProfile
    Specifies the operating system settings for the virtual machine.
    plan Plan
    Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
    protectionPolicy VirtualMachineScaleSetVMProtectionPolicy
    Specifies the protection policy of the virtual machine.
    securityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    storageProfile StorageProfile
    Specifies the storage settings for the virtual machine disks.
    tags Map<String,String>
    Resource tags
    userData String
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01
    resourceGroupName string
    The name of the resource group.
    vmScaleSetName string
    The name of the VM scale set where the extension should be create or updated.
    additionalCapabilities AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
    availabilitySet SubResource
    Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Availability sets overview. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.
    diagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    hardwareProfile HardwareProfile
    Specifies the hardware settings for the virtual machine.
    identity VirtualMachineIdentity
    The identity of the virtual machine, if configured.
    instanceId string
    The instance ID of the virtual machine.
    licenseType string
    Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
    location string
    Resource location
    networkProfile NetworkProfile
    Specifies the network interfaces of the virtual machine.
    networkProfileConfiguration VirtualMachineScaleSetVMNetworkProfileConfiguration
    Specifies the network profile configuration of the virtual machine.
    osProfile OSProfile
    Specifies the operating system settings for the virtual machine.
    plan Plan
    Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
    protectionPolicy VirtualMachineScaleSetVMProtectionPolicy
    Specifies the protection policy of the virtual machine.
    securityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    storageProfile StorageProfile
    Specifies the storage settings for the virtual machine disks.
    tags {[key: string]: string}
    Resource tags
    userData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01
    resource_group_name str
    The name of the resource group.
    vm_scale_set_name str
    The name of the VM scale set where the extension should be create or updated.
    additional_capabilities AdditionalCapabilitiesArgs
    Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
    availability_set SubResourceArgs
    Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Availability sets overview. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.
    diagnostics_profile DiagnosticsProfileArgs
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    hardware_profile HardwareProfileArgs
    Specifies the hardware settings for the virtual machine.
    identity VirtualMachineIdentityArgs
    The identity of the virtual machine, if configured.
    instance_id str
    The instance ID of the virtual machine.
    license_type str
    Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
    location str
    Resource location
    network_profile NetworkProfileArgs
    Specifies the network interfaces of the virtual machine.
    network_profile_configuration VirtualMachineScaleSetVMNetworkProfileConfigurationArgs
    Specifies the network profile configuration of the virtual machine.
    os_profile OSProfileArgs
    Specifies the operating system settings for the virtual machine.
    plan PlanArgs
    Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
    protection_policy VirtualMachineScaleSetVMProtectionPolicyArgs
    Specifies the protection policy of the virtual machine.
    security_profile SecurityProfileArgs
    Specifies the Security related profile settings for the virtual machine.
    storage_profile StorageProfileArgs
    Specifies the storage settings for the virtual machine disks.
    tags Mapping[str, str]
    Resource tags
    user_data str
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01
    resourceGroupName String
    The name of the resource group.
    vmScaleSetName String
    The name of the VM scale set where the extension should be create or updated.
    additionalCapabilities Property Map
    Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
    availabilitySet Property Map
    Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Availability sets overview. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.
    diagnosticsProfile Property Map
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    hardwareProfile Property Map
    Specifies the hardware settings for the virtual machine.
    identity Property Map
    The identity of the virtual machine, if configured.
    instanceId String
    The instance ID of the virtual machine.
    licenseType String
    Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
    location String
    Resource location
    networkProfile Property Map
    Specifies the network interfaces of the virtual machine.
    networkProfileConfiguration Property Map
    Specifies the network profile configuration of the virtual machine.
    osProfile Property Map
    Specifies the operating system settings for the virtual machine.
    plan Property Map
    Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
    protectionPolicy Property Map
    Specifies the protection policy of the virtual machine.
    securityProfile Property Map
    Specifies the Security related profile settings for the virtual machine.
    storageProfile Property Map
    Specifies the storage settings for the virtual machine disks.
    tags Map<String>
    Resource tags
    userData String
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VirtualMachineScaleSetVM resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceView Pulumi.AzureNative.Compute.Outputs.VirtualMachineScaleSetVMInstanceViewResponse
    The virtual machine instance view.
    LatestModelApplied bool
    Specifies whether the latest model has been applied to the virtual machine.
    ModelDefinitionApplied string
    Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
    Name string
    Resource name
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Resources List<Pulumi.AzureNative.Compute.Outputs.VirtualMachineExtensionResponse>
    The virtual machine child extension resources.
    Sku Pulumi.AzureNative.Compute.Outputs.SkuResponse
    The virtual machine SKU.
    Type string
    Resource type
    VmId string
    Azure VM unique ID.
    Zones List<string>
    The virtual machine zones.
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceView VirtualMachineScaleSetVMInstanceViewResponse
    The virtual machine instance view.
    LatestModelApplied bool
    Specifies whether the latest model has been applied to the virtual machine.
    ModelDefinitionApplied string
    Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
    Name string
    Resource name
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Resources []VirtualMachineExtensionResponse
    The virtual machine child extension resources.
    Sku SkuResponse
    The virtual machine SKU.
    Type string
    Resource type
    VmId string
    Azure VM unique ID.
    Zones []string
    The virtual machine zones.
    id String
    The provider-assigned unique ID for this managed resource.
    instanceView VirtualMachineScaleSetVMInstanceViewResponse
    The virtual machine instance view.
    latestModelApplied Boolean
    Specifies whether the latest model has been applied to the virtual machine.
    modelDefinitionApplied String
    Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
    name String
    Resource name
    provisioningState String
    The provisioning state, which only appears in the response.
    resources List<VirtualMachineExtensionResponse>
    The virtual machine child extension resources.
    sku SkuResponse
    The virtual machine SKU.
    type String
    Resource type
    vmId String
    Azure VM unique ID.
    zones List<String>
    The virtual machine zones.
    id string
    The provider-assigned unique ID for this managed resource.
    instanceView VirtualMachineScaleSetVMInstanceViewResponse
    The virtual machine instance view.
    latestModelApplied boolean
    Specifies whether the latest model has been applied to the virtual machine.
    modelDefinitionApplied string
    Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
    name string
    Resource name
    provisioningState string
    The provisioning state, which only appears in the response.
    resources VirtualMachineExtensionResponse[]
    The virtual machine child extension resources.
    sku SkuResponse
    The virtual machine SKU.
    type string
    Resource type
    vmId string
    Azure VM unique ID.
    zones string[]
    The virtual machine zones.
    id str
    The provider-assigned unique ID for this managed resource.
    instance_view VirtualMachineScaleSetVMInstanceViewResponse
    The virtual machine instance view.
    latest_model_applied bool
    Specifies whether the latest model has been applied to the virtual machine.
    model_definition_applied str
    Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
    name str
    Resource name
    provisioning_state str
    The provisioning state, which only appears in the response.
    resources Sequence[VirtualMachineExtensionResponse]
    The virtual machine child extension resources.
    sku SkuResponse
    The virtual machine SKU.
    type str
    Resource type
    vm_id str
    Azure VM unique ID.
    zones Sequence[str]
    The virtual machine zones.
    id String
    The provider-assigned unique ID for this managed resource.
    instanceView Property Map
    The virtual machine instance view.
    latestModelApplied Boolean
    Specifies whether the latest model has been applied to the virtual machine.
    modelDefinitionApplied String
    Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
    name String
    Resource name
    provisioningState String
    The provisioning state, which only appears in the response.
    resources List<Property Map>
    The virtual machine child extension resources.
    sku Property Map
    The virtual machine SKU.
    type String
    Resource type
    vmId String
    Azure VM unique ID.
    zones List<String>
    The virtual machine zones.

    Supporting Types

    AdditionalCapabilities, AdditionalCapabilitiesArgs

    HibernationEnabled bool
    The flag that enables or disables hibernation capability on the VM.
    UltraSSDEnabled bool
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    HibernationEnabled bool
    The flag that enables or disables hibernation capability on the VM.
    UltraSSDEnabled bool
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernationEnabled Boolean
    The flag that enables or disables hibernation capability on the VM.
    ultraSSDEnabled Boolean
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernationEnabled boolean
    The flag that enables or disables hibernation capability on the VM.
    ultraSSDEnabled boolean
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernation_enabled bool
    The flag that enables or disables hibernation capability on the VM.
    ultra_ssd_enabled bool
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernationEnabled Boolean
    The flag that enables or disables hibernation capability on the VM.
    ultraSSDEnabled Boolean
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.

    AdditionalCapabilitiesResponse, AdditionalCapabilitiesResponseArgs

    HibernationEnabled bool
    The flag that enables or disables hibernation capability on the VM.
    UltraSSDEnabled bool
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    HibernationEnabled bool
    The flag that enables or disables hibernation capability on the VM.
    UltraSSDEnabled bool
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernationEnabled Boolean
    The flag that enables or disables hibernation capability on the VM.
    ultraSSDEnabled Boolean
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernationEnabled boolean
    The flag that enables or disables hibernation capability on the VM.
    ultraSSDEnabled boolean
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernation_enabled bool
    The flag that enables or disables hibernation capability on the VM.
    ultra_ssd_enabled bool
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
    hibernationEnabled Boolean
    The flag that enables or disables hibernation capability on the VM.
    ultraSSDEnabled Boolean
    The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.

    AdditionalUnattendContent, AdditionalUnattendContentArgs

    ComponentName Pulumi.AzureNative.Compute.ComponentNames
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    Content string
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    PassName Pulumi.AzureNative.Compute.PassNames
    The pass name. Currently, the only allowable value is OobeSystem.
    SettingName Pulumi.AzureNative.Compute.SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    ComponentName ComponentNames
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    Content string
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    PassName PassNames
    The pass name. Currently, the only allowable value is OobeSystem.
    SettingName SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName ComponentNames
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content String
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    passName PassNames
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName ComponentNames
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content string
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    passName PassNames
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    component_name ComponentNames
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content str
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    pass_name PassNames
    The pass name. Currently, the only allowable value is OobeSystem.
    setting_name SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName "Microsoft-Windows-Shell-Setup"
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content String
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    passName "OobeSystem"
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName "AutoLogon" | "FirstLogonCommands"
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.

    AdditionalUnattendContentResponse, AdditionalUnattendContentResponseArgs

    ComponentName string
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    Content string
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    PassName string
    The pass name. Currently, the only allowable value is OobeSystem.
    SettingName string
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    ComponentName string
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    Content string
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    PassName string
    The pass name. Currently, the only allowable value is OobeSystem.
    SettingName string
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName String
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content String
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    passName String
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName String
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName string
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content string
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    passName string
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName string
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    component_name str
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content str
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    pass_name str
    The pass name. Currently, the only allowable value is OobeSystem.
    setting_name str
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName String
    The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
    content String
    Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
    passName String
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName String
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.

    ApiEntityReference, ApiEntityReferenceArgs

    Id string
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    Id string
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id String
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id string
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id str
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id String
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

    ApiEntityReferenceResponse, ApiEntityReferenceResponseArgs

    Id string
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    Id string
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id String
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id string
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id str
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    id String
    The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

    BootDiagnostics, BootDiagnosticsArgs

    Enabled bool
    Whether boot diagnostics should be enabled on the Virtual Machine.
    StorageUri string
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    Enabled bool
    Whether boot diagnostics should be enabled on the Virtual Machine.
    StorageUri string
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled Boolean
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storageUri String
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled boolean
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storageUri string
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled bool
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storage_uri str
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled Boolean
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storageUri String
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.

    BootDiagnosticsInstanceViewResponse, BootDiagnosticsInstanceViewResponseArgs

    ConsoleScreenshotBlobUri string
    The console screenshot blob URI. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    SerialConsoleLogBlobUri string
    The serial console log blob Uri. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    Status Pulumi.AzureNative.Compute.Inputs.InstanceViewStatusResponse
    The boot diagnostics status information for the VM. Note: It will be set only if there are errors encountered in enabling boot diagnostics.
    ConsoleScreenshotBlobUri string
    The console screenshot blob URI. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    SerialConsoleLogBlobUri string
    The serial console log blob Uri. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    Status InstanceViewStatusResponse
    The boot diagnostics status information for the VM. Note: It will be set only if there are errors encountered in enabling boot diagnostics.
    consoleScreenshotBlobUri String
    The console screenshot blob URI. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    serialConsoleLogBlobUri String
    The serial console log blob Uri. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    status InstanceViewStatusResponse
    The boot diagnostics status information for the VM. Note: It will be set only if there are errors encountered in enabling boot diagnostics.
    consoleScreenshotBlobUri string
    The console screenshot blob URI. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    serialConsoleLogBlobUri string
    The serial console log blob Uri. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    status InstanceViewStatusResponse
    The boot diagnostics status information for the VM. Note: It will be set only if there are errors encountered in enabling boot diagnostics.
    console_screenshot_blob_uri str
    The console screenshot blob URI. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    serial_console_log_blob_uri str
    The serial console log blob Uri. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    status InstanceViewStatusResponse
    The boot diagnostics status information for the VM. Note: It will be set only if there are errors encountered in enabling boot diagnostics.
    consoleScreenshotBlobUri String
    The console screenshot blob URI. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    serialConsoleLogBlobUri String
    The serial console log blob Uri. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
    status Property Map
    The boot diagnostics status information for the VM. Note: It will be set only if there are errors encountered in enabling boot diagnostics.

    BootDiagnosticsResponse, BootDiagnosticsResponseArgs

    Enabled bool
    Whether boot diagnostics should be enabled on the Virtual Machine.
    StorageUri string
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    Enabled bool
    Whether boot diagnostics should be enabled on the Virtual Machine.
    StorageUri string
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled Boolean
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storageUri String
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled boolean
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storageUri string
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled bool
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storage_uri str
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
    enabled Boolean
    Whether boot diagnostics should be enabled on the Virtual Machine.
    storageUri String
    Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.

    CachingTypes, CachingTypesArgs

    None
    None
    ReadOnly
    ReadOnly
    ReadWrite
    ReadWrite
    CachingTypesNone
    None
    CachingTypesReadOnly
    ReadOnly
    CachingTypesReadWrite
    ReadWrite
    None
    None
    ReadOnly
    ReadOnly
    ReadWrite
    ReadWrite
    None
    None
    ReadOnly
    ReadOnly
    ReadWrite
    ReadWrite
    NONE
    None
    READ_ONLY
    ReadOnly
    READ_WRITE
    ReadWrite
    "None"
    None
    "ReadOnly"
    ReadOnly
    "ReadWrite"
    ReadWrite

    ComponentNames, ComponentNamesArgs

    Microsoft_Windows_Shell_Setup
    Microsoft-Windows-Shell-Setup
    ComponentNames_Microsoft_Windows_Shell_Setup
    Microsoft-Windows-Shell-Setup
    MicrosoftWindowsShellSetup
    Microsoft-Windows-Shell-Setup
    Microsoft_Windows_Shell_Setup
    Microsoft-Windows-Shell-Setup
    MICROSOFT_WINDOWS_SHELL_SETUP
    Microsoft-Windows-Shell-Setup
    "Microsoft-Windows-Shell-Setup"
    Microsoft-Windows-Shell-Setup

    DataDisk, DataDiskArgs

    CreateOption string | Pulumi.AzureNative.Compute.DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    Lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    Caching Pulumi.AzureNative.Compute.CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | Pulumi.AzureNative.Compute.DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    DetachOption string | Pulumi.AzureNative.Compute.DiskDetachOptionTypes
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    Image Pulumi.AzureNative.Compute.Inputs.VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk Pulumi.AzureNative.Compute.Inputs.ManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    ToBeDetached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    Vhd Pulumi.AzureNative.Compute.Inputs.VirtualHardDisk
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    Lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    Caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    DetachOption string | DiskDetachOptionTypes
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    Image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk ManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    ToBeDetached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    Vhd VirtualHardDisk
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    lun Integer
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detachOption String | DiskDetachOptionTypes
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    diskSizeGB Integer
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParameters
    The managed disk parameters.
    name String
    The disk name.
    toBeDetached Boolean
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd VirtualHardDisk
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    lun number
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detachOption string | DiskDetachOptionTypes
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    diskSizeGB number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParameters
    The managed disk parameters.
    name string
    The disk name.
    toBeDetached boolean
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd VirtualHardDisk
    The virtual hard disk.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    delete_option str | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detach_option str | DiskDetachOptionTypes
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    disk_size_gb int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managed_disk ManagedDiskParameters
    The managed disk parameters.
    name str
    The disk name.
    to_be_detached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd VirtualHardDisk
    The virtual hard disk.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | "FromImage" | "Empty" | "Attach"
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    lun Number
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching "None" | "ReadOnly" | "ReadWrite"
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | "Delete" | "Detach"
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detachOption String | "ForceDetach"
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    diskSizeGB Number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image Property Map
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk Property Map
    The managed disk parameters.
    name String
    The disk name.
    toBeDetached Boolean
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd Property Map
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    DataDiskResponse, DataDiskResponseArgs

    CreateOption string
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    DiskIOPSReadWrite double
    Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    DiskMBpsReadWrite double
    Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    Lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    Caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    DetachOption string
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    Image Pulumi.AzureNative.Compute.Inputs.VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk Pulumi.AzureNative.Compute.Inputs.ManagedDiskParametersResponse
    The managed disk parameters.
    Name string
    The disk name.
    ToBeDetached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    Vhd Pulumi.AzureNative.Compute.Inputs.VirtualHardDiskResponse
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    DiskIOPSReadWrite float64
    Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    DiskMBpsReadWrite float64
    Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    Lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    Caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    DetachOption string
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    Image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk ManagedDiskParametersResponse
    The managed disk parameters.
    Name string
    The disk name.
    ToBeDetached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    Vhd VirtualHardDiskResponse
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    diskIOPSReadWrite Double
    Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    diskMBpsReadWrite Double
    Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    lun Integer
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching String
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detachOption String
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    diskSizeGB Integer
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParametersResponse
    The managed disk parameters.
    name String
    The disk name.
    toBeDetached Boolean
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd VirtualHardDiskResponse
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    diskIOPSReadWrite number
    Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    diskMBpsReadWrite number
    Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    lun number
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detachOption string
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    diskSizeGB number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParametersResponse
    The managed disk parameters.
    name string
    The disk name.
    toBeDetached boolean
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd VirtualHardDiskResponse
    The virtual hard disk.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    disk_iops_read_write float
    Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    disk_m_bps_read_write float
    Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching str
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    delete_option str
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detach_option str
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    disk_size_gb int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managed_disk ManagedDiskParametersResponse
    The managed disk parameters.
    name str
    The disk name.
    to_be_detached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd VirtualHardDiskResponse
    The virtual hard disk.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    diskIOPSReadWrite Number
    Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    diskMBpsReadWrite Number
    Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.
    lun Number
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching String
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the data disk is deleted when VM is deleted. Detach. If this value is used, the data disk is retained after VM is deleted. The default value is set to Detach.
    detachOption String
    Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
    diskSizeGB Number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    image Property Map
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk Property Map
    The managed disk parameters.
    name String
    The disk name.
    toBeDetached Boolean
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
    vhd Property Map
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    DeleteOptions, DeleteOptionsArgs

    Delete
    Delete
    Detach
    Detach
    DeleteOptionsDelete
    Delete
    DeleteOptionsDetach
    Detach
    Delete
    Delete
    Detach
    Detach
    Delete
    Delete
    Detach
    Detach
    DELETE
    Delete
    DETACH
    Detach
    "Delete"
    Delete
    "Detach"
    Detach

    DiagnosticsProfile, DiagnosticsProfileArgs

    BootDiagnostics Pulumi.AzureNative.Compute.Inputs.BootDiagnostics
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    BootDiagnostics BootDiagnostics
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    bootDiagnostics BootDiagnostics
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    bootDiagnostics BootDiagnostics
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    boot_diagnostics BootDiagnostics
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    bootDiagnostics Property Map
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.

    DiagnosticsProfileResponse, DiagnosticsProfileResponseArgs

    BootDiagnostics Pulumi.AzureNative.Compute.Inputs.BootDiagnosticsResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    BootDiagnostics BootDiagnosticsResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    bootDiagnostics BootDiagnosticsResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    bootDiagnostics BootDiagnosticsResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    boot_diagnostics BootDiagnosticsResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    bootDiagnostics Property Map
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.

    DiffDiskOptions, DiffDiskOptionsArgs

    Local
    Local
    DiffDiskOptionsLocal
    Local
    Local
    Local
    Local
    Local
    LOCAL
    Local
    "Local"
    Local

    DiffDiskPlacement, DiffDiskPlacementArgs

    CacheDisk
    CacheDisk
    ResourceDisk
    ResourceDisk
    DiffDiskPlacementCacheDisk
    CacheDisk
    DiffDiskPlacementResourceDisk
    ResourceDisk
    CacheDisk
    CacheDisk
    ResourceDisk
    ResourceDisk
    CacheDisk
    CacheDisk
    ResourceDisk
    ResourceDisk
    CACHE_DISK
    CacheDisk
    RESOURCE_DISK
    ResourceDisk
    "CacheDisk"
    CacheDisk
    "ResourceDisk"
    ResourceDisk

    DiffDiskSettings, DiffDiskSettingsArgs

    Option string | Pulumi.AzureNative.Compute.DiffDiskOptions
    Specifies the ephemeral disk settings for operating system disk.
    Placement string | Pulumi.AzureNative.Compute.DiffDiskPlacement
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    Option string | DiffDiskOptions
    Specifies the ephemeral disk settings for operating system disk.
    Placement string | DiffDiskPlacement
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option String | DiffDiskOptions
    Specifies the ephemeral disk settings for operating system disk.
    placement String | DiffDiskPlacement
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option string | DiffDiskOptions
    Specifies the ephemeral disk settings for operating system disk.
    placement string | DiffDiskPlacement
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option str | DiffDiskOptions
    Specifies the ephemeral disk settings for operating system disk.
    placement str | DiffDiskPlacement
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option String | "Local"
    Specifies the ephemeral disk settings for operating system disk.
    placement String | "CacheDisk" | "ResourceDisk"
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.

    DiffDiskSettingsResponse, DiffDiskSettingsResponseArgs

    Option string
    Specifies the ephemeral disk settings for operating system disk.
    Placement string
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    Option string
    Specifies the ephemeral disk settings for operating system disk.
    Placement string
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option String
    Specifies the ephemeral disk settings for operating system disk.
    placement String
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option string
    Specifies the ephemeral disk settings for operating system disk.
    placement string
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option str
    Specifies the ephemeral disk settings for operating system disk.
    placement str
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
    option String
    Specifies the ephemeral disk settings for operating system disk.
    placement String
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.

    DiskControllerTypes, DiskControllerTypesArgs

    SCSI
    SCSI
    NVMe
    NVMe
    DiskControllerTypesSCSI
    SCSI
    DiskControllerTypesNVMe
    NVMe
    SCSI
    SCSI
    NVMe
    NVMe
    SCSI
    SCSI
    NVMe
    NVMe
    SCSI
    SCSI
    NV_ME
    NVMe
    "SCSI"
    SCSI
    "NVMe"
    NVMe

    DiskCreateOptionTypes, DiskCreateOptionTypesArgs

    FromImage
    FromImage
    Empty
    Empty
    Attach
    Attach
    DiskCreateOptionTypesFromImage
    FromImage
    DiskCreateOptionTypesEmpty
    Empty
    DiskCreateOptionTypesAttach
    Attach
    FromImage
    FromImage
    Empty
    Empty
    Attach
    Attach
    FromImage
    FromImage
    Empty
    Empty
    Attach
    Attach
    FROM_IMAGE
    FromImage
    EMPTY
    Empty
    ATTACH
    Attach
    "FromImage"
    FromImage
    "Empty"
    Empty
    "Attach"
    Attach

    DiskDeleteOptionTypes, DiskDeleteOptionTypesArgs

    Delete
    Delete
    Detach
    Detach
    DiskDeleteOptionTypesDelete
    Delete
    DiskDeleteOptionTypesDetach
    Detach
    Delete
    Delete
    Detach
    Detach
    Delete
    Delete
    Detach
    Detach
    DELETE
    Delete
    DETACH
    Detach
    "Delete"
    Delete
    "Detach"
    Detach

    DiskDetachOptionTypes, DiskDetachOptionTypesArgs

    ForceDetach
    ForceDetach
    DiskDetachOptionTypesForceDetach
    ForceDetach
    ForceDetach
    ForceDetach
    ForceDetach
    ForceDetach
    FORCE_DETACH
    ForceDetach
    "ForceDetach"
    ForceDetach

    DiskEncryptionSetParameters, DiskEncryptionSetParametersArgs

    Id string
    Resource Id
    Id string
    Resource Id
    id String
    Resource Id
    id string
    Resource Id
    id str
    Resource Id
    id String
    Resource Id

    DiskEncryptionSetParametersResponse, DiskEncryptionSetParametersResponseArgs

    Id string
    Resource Id
    Id string
    Resource Id
    id String
    Resource Id
    id string
    Resource Id
    id str
    Resource Id
    id String
    Resource Id

    DiskEncryptionSettings, DiskEncryptionSettingsArgs

    DiskEncryptionKey Pulumi.AzureNative.Compute.Inputs.KeyVaultSecretReference
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    Enabled bool
    Specifies whether disk encryption should be enabled on the virtual machine.
    KeyEncryptionKey Pulumi.AzureNative.Compute.Inputs.KeyVaultKeyReference
    Specifies the location of the key encryption key in Key Vault.
    DiskEncryptionKey KeyVaultSecretReference
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    Enabled bool
    Specifies whether disk encryption should be enabled on the virtual machine.
    KeyEncryptionKey KeyVaultKeyReference
    Specifies the location of the key encryption key in Key Vault.
    diskEncryptionKey KeyVaultSecretReference
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled Boolean
    Specifies whether disk encryption should be enabled on the virtual machine.
    keyEncryptionKey KeyVaultKeyReference
    Specifies the location of the key encryption key in Key Vault.
    diskEncryptionKey KeyVaultSecretReference
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled boolean
    Specifies whether disk encryption should be enabled on the virtual machine.
    keyEncryptionKey KeyVaultKeyReference
    Specifies the location of the key encryption key in Key Vault.
    disk_encryption_key KeyVaultSecretReference
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled bool
    Specifies whether disk encryption should be enabled on the virtual machine.
    key_encryption_key KeyVaultKeyReference
    Specifies the location of the key encryption key in Key Vault.
    diskEncryptionKey Property Map
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled Boolean
    Specifies whether disk encryption should be enabled on the virtual machine.
    keyEncryptionKey Property Map
    Specifies the location of the key encryption key in Key Vault.

    DiskEncryptionSettingsResponse, DiskEncryptionSettingsResponseArgs

    DiskEncryptionKey Pulumi.AzureNative.Compute.Inputs.KeyVaultSecretReferenceResponse
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    Enabled bool
    Specifies whether disk encryption should be enabled on the virtual machine.
    KeyEncryptionKey Pulumi.AzureNative.Compute.Inputs.KeyVaultKeyReferenceResponse
    Specifies the location of the key encryption key in Key Vault.
    DiskEncryptionKey KeyVaultSecretReferenceResponse
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    Enabled bool
    Specifies whether disk encryption should be enabled on the virtual machine.
    KeyEncryptionKey KeyVaultKeyReferenceResponse
    Specifies the location of the key encryption key in Key Vault.
    diskEncryptionKey KeyVaultSecretReferenceResponse
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled Boolean
    Specifies whether disk encryption should be enabled on the virtual machine.
    keyEncryptionKey KeyVaultKeyReferenceResponse
    Specifies the location of the key encryption key in Key Vault.
    diskEncryptionKey KeyVaultSecretReferenceResponse
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled boolean
    Specifies whether disk encryption should be enabled on the virtual machine.
    keyEncryptionKey KeyVaultKeyReferenceResponse
    Specifies the location of the key encryption key in Key Vault.
    disk_encryption_key KeyVaultSecretReferenceResponse
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled bool
    Specifies whether disk encryption should be enabled on the virtual machine.
    key_encryption_key KeyVaultKeyReferenceResponse
    Specifies the location of the key encryption key in Key Vault.
    diskEncryptionKey Property Map
    Specifies the location of the disk encryption key, which is a Key Vault Secret.
    enabled Boolean
    Specifies whether disk encryption should be enabled on the virtual machine.
    keyEncryptionKey Property Map
    Specifies the location of the key encryption key in Key Vault.

    DiskInstanceViewResponse, DiskInstanceViewResponseArgs

    EncryptionSettings List<Pulumi.AzureNative.Compute.Inputs.DiskEncryptionSettingsResponse>
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15
    Name string
    The disk name.
    Statuses List<Pulumi.AzureNative.Compute.Inputs.InstanceViewStatusResponse>
    The resource status information.
    EncryptionSettings []DiskEncryptionSettingsResponse
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15
    Name string
    The disk name.
    Statuses []InstanceViewStatusResponse
    The resource status information.
    encryptionSettings List<DiskEncryptionSettingsResponse>
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15
    name String
    The disk name.
    statuses List<InstanceViewStatusResponse>
    The resource status information.
    encryptionSettings DiskEncryptionSettingsResponse[]
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15
    name string
    The disk name.
    statuses InstanceViewStatusResponse[]
    The resource status information.
    encryption_settings Sequence[DiskEncryptionSettingsResponse]
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15
    name str
    The disk name.
    statuses Sequence[InstanceViewStatusResponse]
    The resource status information.
    encryptionSettings List<Property Map>
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15
    name String
    The disk name.
    statuses List<Property Map>
    The resource status information.

    HardwareProfile, HardwareProfileArgs

    VmSize string | Pulumi.AzureNative.Compute.VirtualMachineSizeTypes
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    VmSizeProperties Pulumi.AzureNative.Compute.Inputs.VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    VmSize string | VirtualMachineSizeTypes
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    VmSizeProperties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vmSize String | VirtualMachineSizeTypes
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vmSizeProperties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vmSize string | VirtualMachineSizeTypes
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vmSizeProperties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vm_size str | VirtualMachineSizeTypes
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vm_size_properties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vmSize String | "Basic_A0" | "Basic_A1" | "Basic_A2" | "Basic_A3" | "Basic_A4" | "Standard_A0" | "Standard_A1" | "Standard_A2" | "Standard_A3" | "Standard_A4" | "Standard_A5" | "Standard_A6" | "Standard_A7" | "Standard_A8" | "Standard_A9" | "Standard_A10" | "Standard_A11" | "Standard_A1_v2" | "Standard_A2_v2" | "Standard_A4_v2" | "Standard_A8_v2" | "Standard_A2m_v2" | "Standard_A4m_v2" | "Standard_A8m_v2" | "Standard_B1s" | "Standard_B1ms" | "Standard_B2s" | "Standard_B2ms" | "Standard_B4ms" | "Standard_B8ms" | "Standard_D1" | "Standard_D2" | "Standard_D3" | "Standard_D4" | "Standard_D11" | "Standard_D12" | "Standard_D13" | "Standard_D14" | "Standard_D1_v2" | "Standard_D2_v2" | "Standard_D3_v2" | "Standard_D4_v2" | "Standard_D5_v2" | "Standard_D2_v3" | "Standard_D4_v3" | "Standard_D8_v3" | "Standard_D16_v3" | "Standard_D32_v3" | "Standard_D64_v3" | "Standard_D2s_v3" | "Standard_D4s_v3" | "Standard_D8s_v3" | "Standard_D16s_v3" | "Standard_D32s_v3" | "Standard_D64s_v3" | "Standard_D11_v2" | "Standard_D12_v2" | "Standard_D13_v2" | "Standard_D14_v2" | "Standard_D15_v2" | "Standard_DS1" | "Standard_DS2" | "Standard_DS3" | "Standard_DS4" | "Standard_DS11" | "Standard_DS12" | "Standard_DS13" | "Standard_DS14" | "Standard_DS1_v2" | "Standard_DS2_v2" | "Standard_DS3_v2" | "Standard_DS4_v2" | "Standard_DS5_v2" | "Standard_DS11_v2" | "Standard_DS12_v2" | "Standard_DS13_v2" | "Standard_DS14_v2" | "Standard_DS15_v2" | "Standard_DS13-4_v2" | "Standard_DS13-2_v2" | "Standard_DS14-8_v2" | "Standard_DS14-4_v2" | "Standard_E2_v3" | "Standard_E4_v3" | "Standard_E8_v3" | "Standard_E16_v3" | "Standard_E32_v3" | "Standard_E64_v3" | "Standard_E2s_v3" | "Standard_E4s_v3" | "Standard_E8s_v3" | "Standard_E16s_v3" | "Standard_E32s_v3" | "Standard_E64s_v3" | "Standard_E32-16_v3" | "Standard_E32-8s_v3" | "Standard_E64-32s_v3" | "Standard_E64-16s_v3" | "Standard_F1" | "Standard_F2" | "Standard_F4" | "Standard_F8" | "Standard_F16" | "Standard_F1s" | "Standard_F2s" | "Standard_F4s" | "Standard_F8s" | "Standard_F16s" | "Standard_F2s_v2" | "Standard_F4s_v2" | "Standard_F8s_v2" | "Standard_F16s_v2" | "Standard_F32s_v2" | "Standard_F64s_v2" | "Standard_F72s_v2" | "Standard_G1" | "Standard_G2" | "Standard_G3" | "Standard_G4" | "Standard_G5" | "Standard_GS1" | "Standard_GS2" | "Standard_GS3" | "Standard_GS4" | "Standard_GS5" | "Standard_GS4-8" | "Standard_GS4-4" | "Standard_GS5-16" | "Standard_GS5-8" | "Standard_H8" | "Standard_H16" | "Standard_H8m" | "Standard_H16m" | "Standard_H16r" | "Standard_H16mr" | "Standard_L4s" | "Standard_L8s" | "Standard_L16s" | "Standard_L32s" | "Standard_M64s" | "Standard_M64ms" | "Standard_M128s" | "Standard_M128ms" | "Standard_M64-32ms" | "Standard_M64-16ms" | "Standard_M128-64ms" | "Standard_M128-32ms" | "Standard_NC6" | "Standard_NC12" | "Standard_NC24" | "Standard_NC24r" | "Standard_NC6s_v2" | "Standard_NC12s_v2" | "Standard_NC24s_v2" | "Standard_NC24rs_v2" | "Standard_NC6s_v3" | "Standard_NC12s_v3" | "Standard_NC24s_v3" | "Standard_NC24rs_v3" | "Standard_ND6s" | "Standard_ND12s" | "Standard_ND24s" | "Standard_ND24rs" | "Standard_NV6" | "Standard_NV12" | "Standard_NV24"
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vmSizeProperties Property Map
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.

    HardwareProfileResponse, HardwareProfileResponseArgs

    VmSize string
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    VmSizeProperties Pulumi.AzureNative.Compute.Inputs.VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    VmSize string
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    VmSizeProperties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vmSize String
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vmSizeProperties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vmSize string
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vmSizeProperties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vm_size str
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vm_size_properties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.
    vmSize String
    Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set, List all available virtual machine sizes in a region, List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
    vmSizeProperties Property Map
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in VM Customization for more details.

    IPVersion, IPVersionArgs

    IPv4
    IPv4
    IPv6
    IPv6
    IPVersionIPv4
    IPv4
    IPVersionIPv6
    IPv6
    IPv4
    IPv4
    IPv6
    IPv6
    IPv4
    IPv4
    IPv6
    IPv6
    I_PV4
    IPv4
    I_PV6
    IPv6
    "IPv4"
    IPv4
    "IPv6"
    IPv6

    IPVersions, IPVersionsArgs

    IPv4
    IPv4
    IPv6
    IPv6
    IPVersionsIPv4
    IPv4
    IPVersionsIPv6
    IPv6
    IPv4
    IPv4
    IPv6
    IPv6
    IPv4
    IPv4
    IPv6
    IPv6
    I_PV4
    IPv4
    I_PV6
    IPv6
    "IPv4"
    IPv4
    "IPv6"
    IPv6

    ImageReference, ImageReferenceArgs

    CommunityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    Id string
    Resource Id
    Offer string
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    Publisher string
    The image publisher.
    SharedGalleryImageId string
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    Sku string
    The image SKU.
    Version string
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    CommunityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    Id string
    Resource Id
    Offer string
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    Publisher string
    The image publisher.
    SharedGalleryImageId string
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    Sku string
    The image SKU.
    Version string
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    communityGalleryImageId String
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id String
    Resource Id
    offer String
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher String
    The image publisher.
    sharedGalleryImageId String
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku String
    The image SKU.
    version String
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    communityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id string
    Resource Id
    offer string
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher string
    The image publisher.
    sharedGalleryImageId string
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku string
    The image SKU.
    version string
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    community_gallery_image_id str
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id str
    Resource Id
    offer str
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher str
    The image publisher.
    shared_gallery_image_id str
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku str
    The image SKU.
    version str
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    communityGalleryImageId String
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id String
    Resource Id
    offer String
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher String
    The image publisher.
    sharedGalleryImageId String
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku String
    The image SKU.
    version String
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.

    ImageReferenceResponse, ImageReferenceResponseArgs

    ExactVersion string
    Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
    CommunityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    Id string
    Resource Id
    Offer string
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    Publisher string
    The image publisher.
    SharedGalleryImageId string
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    Sku string
    The image SKU.
    Version string
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    ExactVersion string
    Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
    CommunityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    Id string
    Resource Id
    Offer string
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    Publisher string
    The image publisher.
    SharedGalleryImageId string
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    Sku string
    The image SKU.
    Version string
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    exactVersion String
    Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
    communityGalleryImageId String
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id String
    Resource Id
    offer String
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher String
    The image publisher.
    sharedGalleryImageId String
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku String
    The image SKU.
    version String
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    exactVersion string
    Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
    communityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id string
    Resource Id
    offer string
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher string
    The image publisher.
    sharedGalleryImageId string
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku string
    The image SKU.
    version string
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    exact_version str
    Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
    community_gallery_image_id str
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id str
    Resource Id
    offer str
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher str
    The image publisher.
    shared_gallery_image_id str
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku str
    The image SKU.
    version str
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
    exactVersion String
    Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
    communityGalleryImageId String
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    id String
    Resource Id
    offer String
    Specifies the offer of the platform image or marketplace image used to create the virtual machine.
    publisher String
    The image publisher.
    sharedGalleryImageId String
    Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
    sku String
    The image SKU.
    version String
    Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.

    InstanceViewStatusResponse, InstanceViewStatusResponseArgs

    Code string
    The status code.
    DisplayStatus string
    The short localizable label for the status.
    Level string
    The level code.
    Message string
    The detailed status message, including for alerts and error messages.
    Time string
    The time of the status.
    Code string
    The status code.
    DisplayStatus string
    The short localizable label for the status.
    Level string
    The level code.
    Message string
    The detailed status message, including for alerts and error messages.
    Time string
    The time of the status.
    code String
    The status code.
    displayStatus String
    The short localizable label for the status.
    level String
    The level code.
    message String
    The detailed status message, including for alerts and error messages.
    time String
    The time of the status.
    code string
    The status code.
    displayStatus string
    The short localizable label for the status.
    level string
    The level code.
    message string
    The detailed status message, including for alerts and error messages.
    time string
    The time of the status.
    code str
    The status code.
    display_status str
    The short localizable label for the status.
    level str
    The level code.
    message str
    The detailed status message, including for alerts and error messages.
    time str
    The time of the status.
    code String
    The status code.
    displayStatus String
    The short localizable label for the status.
    level String
    The level code.
    message String
    The detailed status message, including for alerts and error messages.
    time String
    The time of the status.

    KeyVaultKeyReference, KeyVaultKeyReferenceArgs

    KeyUrl string
    The URL referencing a key encryption key in Key Vault.
    SourceVault Pulumi.AzureNative.Compute.Inputs.SubResource
    The relative URL of the Key Vault containing the key.
    KeyUrl string
    The URL referencing a key encryption key in Key Vault.
    SourceVault SubResource
    The relative URL of the Key Vault containing the key.
    keyUrl String
    The URL referencing a key encryption key in Key Vault.
    sourceVault SubResource
    The relative URL of the Key Vault containing the key.
    keyUrl string
    The URL referencing a key encryption key in Key Vault.
    sourceVault SubResource
    The relative URL of the Key Vault containing the key.
    key_url str
    The URL referencing a key encryption key in Key Vault.
    source_vault SubResource
    The relative URL of the Key Vault containing the key.
    keyUrl String
    The URL referencing a key encryption key in Key Vault.
    sourceVault Property Map
    The relative URL of the Key Vault containing the key.

    KeyVaultKeyReferenceResponse, KeyVaultKeyReferenceResponseArgs

    KeyUrl string
    The URL referencing a key encryption key in Key Vault.
    SourceVault Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    The relative URL of the Key Vault containing the key.
    KeyUrl string
    The URL referencing a key encryption key in Key Vault.
    SourceVault SubResourceResponse
    The relative URL of the Key Vault containing the key.
    keyUrl String
    The URL referencing a key encryption key in Key Vault.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing the key.
    keyUrl string
    The URL referencing a key encryption key in Key Vault.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing the key.
    key_url str
    The URL referencing a key encryption key in Key Vault.
    source_vault SubResourceResponse
    The relative URL of the Key Vault containing the key.
    keyUrl String
    The URL referencing a key encryption key in Key Vault.
    sourceVault Property Map
    The relative URL of the Key Vault containing the key.

    KeyVaultSecretReference, KeyVaultSecretReferenceArgs

    SecretUrl string
    The URL referencing a secret in a Key Vault.
    SourceVault Pulumi.AzureNative.Compute.Inputs.SubResource
    The relative URL of the Key Vault containing the secret.
    SecretUrl string
    The URL referencing a secret in a Key Vault.
    SourceVault SubResource
    The relative URL of the Key Vault containing the secret.
    secretUrl String
    The URL referencing a secret in a Key Vault.
    sourceVault SubResource
    The relative URL of the Key Vault containing the secret.
    secretUrl string
    The URL referencing a secret in a Key Vault.
    sourceVault SubResource
    The relative URL of the Key Vault containing the secret.
    secret_url str
    The URL referencing a secret in a Key Vault.
    source_vault SubResource
    The relative URL of the Key Vault containing the secret.
    secretUrl String
    The URL referencing a secret in a Key Vault.
    sourceVault Property Map
    The relative URL of the Key Vault containing the secret.

    KeyVaultSecretReferenceResponse, KeyVaultSecretReferenceResponseArgs

    SecretUrl string
    The URL referencing a secret in a Key Vault.
    SourceVault Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    The relative URL of the Key Vault containing the secret.
    SecretUrl string
    The URL referencing a secret in a Key Vault.
    SourceVault SubResourceResponse
    The relative URL of the Key Vault containing the secret.
    secretUrl String
    The URL referencing a secret in a Key Vault.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing the secret.
    secretUrl string
    The URL referencing a secret in a Key Vault.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing the secret.
    secret_url str
    The URL referencing a secret in a Key Vault.
    source_vault SubResourceResponse
    The relative URL of the Key Vault containing the secret.
    secretUrl String
    The URL referencing a secret in a Key Vault.
    sourceVault Property Map
    The relative URL of the Key Vault containing the secret.

    LinuxConfiguration, LinuxConfigurationArgs

    DisablePasswordAuthentication bool
    Specifies whether password authentication should be disabled.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    PatchSettings Pulumi.AzureNative.Compute.Inputs.LinuxPatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    Ssh Pulumi.AzureNative.Compute.Inputs.SshConfiguration
    Specifies the ssh key configuration for a Linux OS.
    DisablePasswordAuthentication bool
    Specifies whether password authentication should be disabled.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    PatchSettings LinuxPatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    Ssh SshConfiguration
    Specifies the ssh key configuration for a Linux OS.
    disablePasswordAuthentication Boolean
    Specifies whether password authentication should be disabled.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patchSettings LinuxPatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh SshConfiguration
    Specifies the ssh key configuration for a Linux OS.
    disablePasswordAuthentication boolean
    Specifies whether password authentication should be disabled.
    enableVMAgentPlatformUpdates boolean
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patchSettings LinuxPatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provisionVMAgent boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh SshConfiguration
    Specifies the ssh key configuration for a Linux OS.
    disable_password_authentication bool
    Specifies whether password authentication should be disabled.
    enable_vm_agent_platform_updates bool
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patch_settings LinuxPatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provision_vm_agent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh SshConfiguration
    Specifies the ssh key configuration for a Linux OS.
    disablePasswordAuthentication Boolean
    Specifies whether password authentication should be disabled.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patchSettings Property Map
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh Property Map
    Specifies the ssh key configuration for a Linux OS.

    LinuxConfigurationResponse, LinuxConfigurationResponseArgs

    DisablePasswordAuthentication bool
    Specifies whether password authentication should be disabled.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    PatchSettings Pulumi.AzureNative.Compute.Inputs.LinuxPatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    Ssh Pulumi.AzureNative.Compute.Inputs.SshConfigurationResponse
    Specifies the ssh key configuration for a Linux OS.
    DisablePasswordAuthentication bool
    Specifies whether password authentication should be disabled.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    PatchSettings LinuxPatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    Ssh SshConfigurationResponse
    Specifies the ssh key configuration for a Linux OS.
    disablePasswordAuthentication Boolean
    Specifies whether password authentication should be disabled.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patchSettings LinuxPatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh SshConfigurationResponse
    Specifies the ssh key configuration for a Linux OS.
    disablePasswordAuthentication boolean
    Specifies whether password authentication should be disabled.
    enableVMAgentPlatformUpdates boolean
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patchSettings LinuxPatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provisionVMAgent boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh SshConfigurationResponse
    Specifies the ssh key configuration for a Linux OS.
    disable_password_authentication bool
    Specifies whether password authentication should be disabled.
    enable_vm_agent_platform_updates bool
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patch_settings LinuxPatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provision_vm_agent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh SshConfigurationResponse
    Specifies the ssh key configuration for a Linux OS.
    disablePasswordAuthentication Boolean
    Specifies whether password authentication should be disabled.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
    patchSettings Property Map
    [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    ssh Property Map
    Specifies the ssh key configuration for a Linux OS.

    LinuxPatchAssessmentMode, LinuxPatchAssessmentModeArgs

    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    LinuxPatchAssessmentModeImageDefault
    ImageDefault
    LinuxPatchAssessmentModeAutomaticByPlatform
    AutomaticByPlatform
    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    IMAGE_DEFAULT
    ImageDefault
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform
    "ImageDefault"
    ImageDefault
    "AutomaticByPlatform"
    AutomaticByPlatform

    LinuxPatchSettings, LinuxPatchSettingsArgs

    AssessmentMode string | Pulumi.AzureNative.Compute.LinuxPatchAssessmentMode
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings Pulumi.AzureNative.Compute.Inputs.LinuxVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    PatchMode string | Pulumi.AzureNative.Compute.LinuxVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    AssessmentMode string | LinuxPatchAssessmentMode
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings LinuxVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    PatchMode string | LinuxVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessmentMode String | LinuxPatchAssessmentMode
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings LinuxVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patchMode String | LinuxVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessmentMode string | LinuxPatchAssessmentMode
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings LinuxVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patchMode string | LinuxVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessment_mode str | LinuxPatchAssessmentMode
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automatic_by_platform_settings LinuxVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patch_mode str | LinuxVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessmentMode String | "ImageDefault" | "AutomaticByPlatform"
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings Property Map
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patchMode String | "ImageDefault" | "AutomaticByPlatform"
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true

    LinuxPatchSettingsResponse, LinuxPatchSettingsResponseArgs

    AssessmentMode string
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings Pulumi.AzureNative.Compute.Inputs.LinuxVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    PatchMode string
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    AssessmentMode string
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings LinuxVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    PatchMode string
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessmentMode String
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings LinuxVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patchMode String
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessmentMode string
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings LinuxVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patchMode string
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessment_mode str
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automatic_by_platform_settings LinuxVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patch_mode str
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
    assessmentMode String
    Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings Property Map
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    patchMode String
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true

    LinuxVMGuestPatchAutomaticByPlatformRebootSetting, LinuxVMGuestPatchAutomaticByPlatformRebootSettingArgs

    Unknown
    Unknown
    IfRequired
    IfRequired
    Never
    Never
    Always
    Always
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingUnknown
    Unknown
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingIfRequired
    IfRequired
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingNever
    Never
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingAlways
    Always
    Unknown
    Unknown
    IfRequired
    IfRequired
    Never
    Never
    Always
    Always
    Unknown
    Unknown
    IfRequired
    IfRequired
    Never
    Never
    Always
    Always
    UNKNOWN
    Unknown
    IF_REQUIRED
    IfRequired
    NEVER
    Never
    ALWAYS
    Always
    "Unknown"
    Unknown
    "IfRequired"
    IfRequired
    "Never"
    Never
    "Always"
    Always

    LinuxVMGuestPatchAutomaticByPlatformSettings, LinuxVMGuestPatchAutomaticByPlatformSettingsArgs

    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string | Pulumi.AzureNative.Compute.LinuxVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string | LinuxVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String | LinuxVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting string | LinuxVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypass_platform_safety_checks_on_user_schedule bool
    Enables customer to schedule patching without accidental upgrades
    reboot_setting str | LinuxVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String | "Unknown" | "IfRequired" | "Never" | "Always"
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

    LinuxVMGuestPatchAutomaticByPlatformSettingsResponse, LinuxVMGuestPatchAutomaticByPlatformSettingsResponseArgs

    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting string
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypass_platform_safety_checks_on_user_schedule bool
    Enables customer to schedule patching without accidental upgrades
    reboot_setting str
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

    LinuxVMGuestPatchMode, LinuxVMGuestPatchModeArgs

    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    LinuxVMGuestPatchModeImageDefault
    ImageDefault
    LinuxVMGuestPatchModeAutomaticByPlatform
    AutomaticByPlatform
    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    IMAGE_DEFAULT
    ImageDefault
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform
    "ImageDefault"
    ImageDefault
    "AutomaticByPlatform"
    AutomaticByPlatform

    MaintenanceRedeployStatusResponse, MaintenanceRedeployStatusResponseArgs

    IsCustomerInitiatedMaintenanceAllowed bool
    True, if customer is allowed to perform Maintenance.
    LastOperationMessage string
    Message returned for the last Maintenance Operation.
    LastOperationResultCode string
    The Last Maintenance Operation Result Code.
    MaintenanceWindowEndTime string
    End Time for the Maintenance Window.
    MaintenanceWindowStartTime string
    Start Time for the Maintenance Window.
    PreMaintenanceWindowEndTime string
    End Time for the Pre Maintenance Window.
    PreMaintenanceWindowStartTime string
    Start Time for the Pre Maintenance Window.
    IsCustomerInitiatedMaintenanceAllowed bool
    True, if customer is allowed to perform Maintenance.
    LastOperationMessage string
    Message returned for the last Maintenance Operation.
    LastOperationResultCode string
    The Last Maintenance Operation Result Code.
    MaintenanceWindowEndTime string
    End Time for the Maintenance Window.
    MaintenanceWindowStartTime string
    Start Time for the Maintenance Window.
    PreMaintenanceWindowEndTime string
    End Time for the Pre Maintenance Window.
    PreMaintenanceWindowStartTime string
    Start Time for the Pre Maintenance Window.
    isCustomerInitiatedMaintenanceAllowed Boolean
    True, if customer is allowed to perform Maintenance.
    lastOperationMessage String
    Message returned for the last Maintenance Operation.
    lastOperationResultCode String
    The Last Maintenance Operation Result Code.
    maintenanceWindowEndTime String
    End Time for the Maintenance Window.
    maintenanceWindowStartTime String
    Start Time for the Maintenance Window.
    preMaintenanceWindowEndTime String
    End Time for the Pre Maintenance Window.
    preMaintenanceWindowStartTime String
    Start Time for the Pre Maintenance Window.
    isCustomerInitiatedMaintenanceAllowed boolean
    True, if customer is allowed to perform Maintenance.
    lastOperationMessage string
    Message returned for the last Maintenance Operation.
    lastOperationResultCode string
    The Last Maintenance Operation Result Code.
    maintenanceWindowEndTime string
    End Time for the Maintenance Window.
    maintenanceWindowStartTime string
    Start Time for the Maintenance Window.
    preMaintenanceWindowEndTime string
    End Time for the Pre Maintenance Window.
    preMaintenanceWindowStartTime string
    Start Time for the Pre Maintenance Window.
    is_customer_initiated_maintenance_allowed bool
    True, if customer is allowed to perform Maintenance.
    last_operation_message str
    Message returned for the last Maintenance Operation.
    last_operation_result_code str
    The Last Maintenance Operation Result Code.
    maintenance_window_end_time str
    End Time for the Maintenance Window.
    maintenance_window_start_time str
    Start Time for the Maintenance Window.
    pre_maintenance_window_end_time str
    End Time for the Pre Maintenance Window.
    pre_maintenance_window_start_time str
    Start Time for the Pre Maintenance Window.
    isCustomerInitiatedMaintenanceAllowed Boolean
    True, if customer is allowed to perform Maintenance.
    lastOperationMessage String
    Message returned for the last Maintenance Operation.
    lastOperationResultCode String
    The Last Maintenance Operation Result Code.
    maintenanceWindowEndTime String
    End Time for the Maintenance Window.
    maintenanceWindowStartTime String
    Start Time for the Maintenance Window.
    preMaintenanceWindowEndTime String
    End Time for the Pre Maintenance Window.
    preMaintenanceWindowStartTime String
    Start Time for the Pre Maintenance Window.

    ManagedDiskParameters, ManagedDiskParametersArgs

    DiskEncryptionSet Pulumi.AzureNative.Compute.Inputs.DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk.
    Id string
    Resource Id
    SecurityProfile Pulumi.AzureNative.Compute.Inputs.VMDiskSecurityProfile
    Specifies the security profile for the managed disk.
    StorageAccountType string | Pulumi.AzureNative.Compute.StorageAccountTypes
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    DiskEncryptionSet DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk.
    Id string
    Resource Id
    SecurityProfile VMDiskSecurityProfile
    Specifies the security profile for the managed disk.
    StorageAccountType string | StorageAccountTypes
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    diskEncryptionSet DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id String
    Resource Id
    securityProfile VMDiskSecurityProfile
    Specifies the security profile for the managed disk.
    storageAccountType String | StorageAccountTypes
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    diskEncryptionSet DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id string
    Resource Id
    securityProfile VMDiskSecurityProfile
    Specifies the security profile for the managed disk.
    storageAccountType string | StorageAccountTypes
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    disk_encryption_set DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id str
    Resource Id
    security_profile VMDiskSecurityProfile
    Specifies the security profile for the managed disk.
    storage_account_type str | StorageAccountTypes
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    diskEncryptionSet Property Map
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id String
    Resource Id
    securityProfile Property Map
    Specifies the security profile for the managed disk.
    storageAccountType String | "Standard_LRS" | "Premium_LRS" | "StandardSSD_LRS" | "UltraSSD_LRS" | "Premium_ZRS" | "StandardSSD_ZRS" | "PremiumV2_LRS"
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.

    ManagedDiskParametersResponse, ManagedDiskParametersResponseArgs

    DiskEncryptionSet Pulumi.AzureNative.Compute.Inputs.DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk.
    Id string
    Resource Id
    SecurityProfile Pulumi.AzureNative.Compute.Inputs.VMDiskSecurityProfileResponse
    Specifies the security profile for the managed disk.
    StorageAccountType string
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    DiskEncryptionSet DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk.
    Id string
    Resource Id
    SecurityProfile VMDiskSecurityProfileResponse
    Specifies the security profile for the managed disk.
    StorageAccountType string
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    diskEncryptionSet DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id String
    Resource Id
    securityProfile VMDiskSecurityProfileResponse
    Specifies the security profile for the managed disk.
    storageAccountType String
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    diskEncryptionSet DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id string
    Resource Id
    securityProfile VMDiskSecurityProfileResponse
    Specifies the security profile for the managed disk.
    storageAccountType string
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    disk_encryption_set DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id str
    Resource Id
    security_profile VMDiskSecurityProfileResponse
    Specifies the security profile for the managed disk.
    storage_account_type str
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
    diskEncryptionSet Property Map
    Specifies the customer managed disk encryption set resource id for the managed disk.
    id String
    Resource Id
    securityProfile Property Map
    Specifies the security profile for the managed disk.
    storageAccountType String
    Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.

    NetworkApiVersion, NetworkApiVersionArgs

    NetworkApiVersion_2020_11_01
    2020-11-01
    NetworkApiVersion_2020_11_01
    2020-11-01
    _20201101
    2020-11-01
    NetworkApiVersion_2020_11_01
    2020-11-01
    NETWORK_API_VERSION_2020_11_01
    2020-11-01
    "2020-11-01"
    2020-11-01

    NetworkInterfaceReference, NetworkInterfaceReferenceArgs

    DeleteOption string | Pulumi.AzureNative.Compute.DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    Id string
    Resource Id
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    DeleteOption string | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    Id string
    Resource Id
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    deleteOption String | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    id String
    Resource Id
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    deleteOption string | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    id string
    Resource Id
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    delete_option str | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    id str
    Resource Id
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    deleteOption String | "Delete" | "Detach"
    Specify what happens to the network interface when the VM is deleted
    id String
    Resource Id
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    NetworkInterfaceReferenceResponse, NetworkInterfaceReferenceResponseArgs

    DeleteOption string
    Specify what happens to the network interface when the VM is deleted
    Id string
    Resource Id
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    DeleteOption string
    Specify what happens to the network interface when the VM is deleted
    Id string
    Resource Id
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    deleteOption String
    Specify what happens to the network interface when the VM is deleted
    id String
    Resource Id
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    deleteOption string
    Specify what happens to the network interface when the VM is deleted
    id string
    Resource Id
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    delete_option str
    Specify what happens to the network interface when the VM is deleted
    id str
    Resource Id
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    deleteOption String
    Specify what happens to the network interface when the VM is deleted
    id String
    Resource Id
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    NetworkProfile, NetworkProfileArgs

    NetworkApiVersion string | Pulumi.AzureNative.Compute.NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    NetworkInterfaceConfigurations List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceConfiguration>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    NetworkInterfaces List<Pulumi.AzureNative.Compute.Inputs.NetworkInterfaceReference>
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    NetworkApiVersion string | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    NetworkInterfaceConfigurations []VirtualMachineNetworkInterfaceConfiguration
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    NetworkInterfaces []NetworkInterfaceReference
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    networkApiVersion String | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    networkInterfaceConfigurations List<VirtualMachineNetworkInterfaceConfiguration>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    networkInterfaces List<NetworkInterfaceReference>
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    networkApiVersion string | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    networkInterfaceConfigurations VirtualMachineNetworkInterfaceConfiguration[]
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    networkInterfaces NetworkInterfaceReference[]
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    network_api_version str | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    network_interface_configurations Sequence[VirtualMachineNetworkInterfaceConfiguration]
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    network_interfaces Sequence[NetworkInterfaceReference]
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    networkApiVersion String | "2020-11-01"
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    networkInterfaceConfigurations List<Property Map>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    networkInterfaces List<Property Map>
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.

    NetworkProfileResponse, NetworkProfileResponseArgs

    NetworkApiVersion string
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    NetworkInterfaceConfigurations List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceConfigurationResponse>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    NetworkInterfaces List<Pulumi.AzureNative.Compute.Inputs.NetworkInterfaceReferenceResponse>
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    NetworkApiVersion string
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    NetworkInterfaceConfigurations []VirtualMachineNetworkInterfaceConfigurationResponse
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    NetworkInterfaces []NetworkInterfaceReferenceResponse
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    networkApiVersion String
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    networkInterfaceConfigurations List<VirtualMachineNetworkInterfaceConfigurationResponse>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    networkInterfaces List<NetworkInterfaceReferenceResponse>
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    networkApiVersion string
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    networkInterfaceConfigurations VirtualMachineNetworkInterfaceConfigurationResponse[]
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    networkInterfaces NetworkInterfaceReferenceResponse[]
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    network_api_version str
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    network_interface_configurations Sequence[VirtualMachineNetworkInterfaceConfigurationResponse]
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    network_interfaces Sequence[NetworkInterfaceReferenceResponse]
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
    networkApiVersion String
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    networkInterfaceConfigurations List<Property Map>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    networkInterfaces List<Property Map>
    Specifies the list of resource Ids for the network interfaces associated with the virtual machine.

    OSDisk, OSDiskArgs

    CreateOption string | Pulumi.AzureNative.Compute.DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    Caching Pulumi.AzureNative.Compute.CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | Pulumi.AzureNative.Compute.DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    DiffDiskSettings Pulumi.AzureNative.Compute.Inputs.DiffDiskSettings
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    EncryptionSettings Pulumi.AzureNative.Compute.Inputs.DiskEncryptionSettings
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    Image Pulumi.AzureNative.Compute.Inputs.VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk Pulumi.AzureNative.Compute.Inputs.ManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    OsType Pulumi.AzureNative.Compute.OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    Vhd Pulumi.AzureNative.Compute.Inputs.VirtualHardDisk
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    Caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    DiffDiskSettings DiffDiskSettings
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    EncryptionSettings DiskEncryptionSettings
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    Image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk ManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    OsType OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    Vhd VirtualHardDisk
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diffDiskSettings DiffDiskSettings
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    diskSizeGB Integer
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryptionSettings DiskEncryptionSettings
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParameters
    The managed disk parameters.
    name String
    The disk name.
    osType OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd VirtualHardDisk
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diffDiskSettings DiffDiskSettings
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    diskSizeGB number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryptionSettings DiskEncryptionSettings
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParameters
    The managed disk parameters.
    name string
    The disk name.
    osType OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd VirtualHardDisk
    The virtual hard disk.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str | DiskCreateOptionTypes
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    delete_option str | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diff_disk_settings DiffDiskSettings
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    disk_size_gb int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryption_settings DiskEncryptionSettings
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image VirtualHardDisk
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managed_disk ManagedDiskParameters
    The managed disk parameters.
    name str
    The disk name.
    os_type OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd VirtualHardDisk
    The virtual hard disk.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | "FromImage" | "Empty" | "Attach"
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching "None" | "ReadOnly" | "ReadWrite"
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | "Delete" | "Detach"
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diffDiskSettings Property Map
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    diskSizeGB Number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryptionSettings Property Map
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image Property Map
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk Property Map
    The managed disk parameters.
    name String
    The disk name.
    osType "Windows" | "Linux"
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd Property Map
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    OSDiskResponse, OSDiskResponseArgs

    CreateOption string
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    Caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    DiffDiskSettings Pulumi.AzureNative.Compute.Inputs.DiffDiskSettingsResponse
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    EncryptionSettings Pulumi.AzureNative.Compute.Inputs.DiskEncryptionSettingsResponse
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    Image Pulumi.AzureNative.Compute.Inputs.VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk Pulumi.AzureNative.Compute.Inputs.ManagedDiskParametersResponse
    The managed disk parameters.
    Name string
    The disk name.
    OsType string
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    Vhd Pulumi.AzureNative.Compute.Inputs.VirtualHardDiskResponse
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    Caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    DiffDiskSettings DiffDiskSettingsResponse
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    DiskSizeGB int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    EncryptionSettings DiskEncryptionSettingsResponse
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    Image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    ManagedDisk ManagedDiskParametersResponse
    The managed disk parameters.
    Name string
    The disk name.
    OsType string
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    Vhd VirtualHardDiskResponse
    The virtual hard disk.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching String
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diffDiskSettings DiffDiskSettingsResponse
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    diskSizeGB Integer
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryptionSettings DiskEncryptionSettingsResponse
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParametersResponse
    The managed disk parameters.
    name String
    The disk name.
    osType String
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd VirtualHardDiskResponse
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diffDiskSettings DiffDiskSettingsResponse
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    diskSizeGB number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryptionSettings DiskEncryptionSettingsResponse
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk ManagedDiskParametersResponse
    The managed disk parameters.
    name string
    The disk name.
    osType string
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd VirtualHardDiskResponse
    The virtual hard disk.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching str
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    delete_option str
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diff_disk_settings DiffDiskSettingsResponse
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    disk_size_gb int
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryption_settings DiskEncryptionSettingsResponse
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image VirtualHardDiskResponse
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managed_disk ManagedDiskParametersResponse
    The managed disk parameters.
    name str
    The disk name.
    os_type str
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd VirtualHardDiskResponse
    The virtual hard disk.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    Specifies how the virtual machine should be created. Possible values are: Attach. This value is used when you are using a specialized disk to create the virtual machine. FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
    caching String
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete. If this value is used, the OS disk is deleted when VM is deleted. Detach. If this value is used, the os disk is retained after VM is deleted. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
    diffDiskSettings Property Map
    Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
    diskSizeGB Number
    Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
    encryptionSettings Property Map
    Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15.
    image Property Map
    The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
    managedDisk Property Map
    The managed disk parameters.
    name String
    The disk name.
    osType String
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd Property Map
    The virtual hard disk.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    OSProfile, OSProfileArgs

    AdminPassword string
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    AdminUsername string
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    AllowExtensionOperations bool
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    ComputerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    CustomData string
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    LinuxConfiguration Pulumi.AzureNative.Compute.Inputs.LinuxConfiguration
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    RequireGuestProvisionSignal bool
    Optional property which must either be set to True or omitted.
    Secrets List<Pulumi.AzureNative.Compute.Inputs.VaultSecretGroup>
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    WindowsConfiguration Pulumi.AzureNative.Compute.Inputs.WindowsConfiguration
    Specifies Windows operating system settings on the virtual machine.
    AdminPassword string
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    AdminUsername string
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    AllowExtensionOperations bool
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    ComputerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    CustomData string
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    LinuxConfiguration LinuxConfiguration
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    RequireGuestProvisionSignal bool
    Optional property which must either be set to True or omitted.
    Secrets []VaultSecretGroup
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    WindowsConfiguration WindowsConfiguration
    Specifies Windows operating system settings on the virtual machine.
    adminPassword String
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    adminUsername String
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allowExtensionOperations Boolean
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computerName String
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    customData String
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linuxConfiguration LinuxConfiguration
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    requireGuestProvisionSignal Boolean
    Optional property which must either be set to True or omitted.
    secrets List<VaultSecretGroup>
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windowsConfiguration WindowsConfiguration
    Specifies Windows operating system settings on the virtual machine.
    adminPassword string
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    adminUsername string
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allowExtensionOperations boolean
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    customData string
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linuxConfiguration LinuxConfiguration
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    requireGuestProvisionSignal boolean
    Optional property which must either be set to True or omitted.
    secrets VaultSecretGroup[]
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windowsConfiguration WindowsConfiguration
    Specifies Windows operating system settings on the virtual machine.
    admin_password str
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    admin_username str
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allow_extension_operations bool
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computer_name str
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    custom_data str
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linux_configuration LinuxConfiguration
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    require_guest_provision_signal bool
    Optional property which must either be set to True or omitted.
    secrets Sequence[VaultSecretGroup]
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windows_configuration WindowsConfiguration
    Specifies Windows operating system settings on the virtual machine.
    adminPassword String
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    adminUsername String
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allowExtensionOperations Boolean
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computerName String
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    customData String
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linuxConfiguration Property Map
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    requireGuestProvisionSignal Boolean
    Optional property which must either be set to True or omitted.
    secrets List<Property Map>
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windowsConfiguration Property Map
    Specifies Windows operating system settings on the virtual machine.

    OSProfileResponse, OSProfileResponseArgs

    AdminPassword string
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    AdminUsername string
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    AllowExtensionOperations bool
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    ComputerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    CustomData string
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    LinuxConfiguration Pulumi.AzureNative.Compute.Inputs.LinuxConfigurationResponse
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    RequireGuestProvisionSignal bool
    Optional property which must either be set to True or omitted.
    Secrets List<Pulumi.AzureNative.Compute.Inputs.VaultSecretGroupResponse>
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    WindowsConfiguration Pulumi.AzureNative.Compute.Inputs.WindowsConfigurationResponse
    Specifies Windows operating system settings on the virtual machine.
    AdminPassword string
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    AdminUsername string
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    AllowExtensionOperations bool
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    ComputerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    CustomData string
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    LinuxConfiguration LinuxConfigurationResponse
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    RequireGuestProvisionSignal bool
    Optional property which must either be set to True or omitted.
    Secrets []VaultSecretGroupResponse
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    WindowsConfiguration WindowsConfigurationResponse
    Specifies Windows operating system settings on the virtual machine.
    adminPassword String
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    adminUsername String
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allowExtensionOperations Boolean
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computerName String
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    customData String
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linuxConfiguration LinuxConfigurationResponse
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    requireGuestProvisionSignal Boolean
    Optional property which must either be set to True or omitted.
    secrets List<VaultSecretGroupResponse>
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windowsConfiguration WindowsConfigurationResponse
    Specifies Windows operating system settings on the virtual machine.
    adminPassword string
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    adminUsername string
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allowExtensionOperations boolean
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    customData string
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linuxConfiguration LinuxConfigurationResponse
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    requireGuestProvisionSignal boolean
    Optional property which must either be set to True or omitted.
    secrets VaultSecretGroupResponse[]
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windowsConfiguration WindowsConfigurationResponse
    Specifies Windows operating system settings on the virtual machine.
    admin_password str
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    admin_username str
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allow_extension_operations bool
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computer_name str
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    custom_data str
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linux_configuration LinuxConfigurationResponse
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    require_guest_provision_signal bool
    Optional property which must either be set to True or omitted.
    secrets Sequence[VaultSecretGroupResponse]
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windows_configuration WindowsConfigurationResponse
    Specifies Windows operating system settings on the virtual machine.
    adminPassword String
    Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
    adminUsername String
    Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
    allowExtensionOperations Boolean
    Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
    computerName String
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    customData String
    Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
    linuxConfiguration Property Map
    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    requireGuestProvisionSignal Boolean
    Optional property which must either be set to True or omitted.
    secrets List<Property Map>
    Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    windowsConfiguration Property Map
    Specifies Windows operating system settings on the virtual machine.

    OperatingSystemTypes, OperatingSystemTypesArgs

    Windows
    Windows
    Linux
    Linux
    OperatingSystemTypesWindows
    Windows
    OperatingSystemTypesLinux
    Linux
    Windows
    Windows
    Linux
    Linux
    Windows
    Windows
    Linux
    Linux
    WINDOWS
    Windows
    LINUX
    Linux
    "Windows"
    Windows
    "Linux"
    Linux

    PassNames, PassNamesArgs

    OobeSystem
    OobeSystem
    PassNamesOobeSystem
    OobeSystem
    OobeSystem
    OobeSystem
    OobeSystem
    OobeSystem
    OOBE_SYSTEM
    OobeSystem
    "OobeSystem"
    OobeSystem

    PatchSettings, PatchSettingsArgs

    AssessmentMode string | Pulumi.AzureNative.Compute.WindowsPatchAssessmentMode
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings Pulumi.AzureNative.Compute.Inputs.WindowsVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    EnableHotpatching bool
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    PatchMode string | Pulumi.AzureNative.Compute.WindowsVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    AssessmentMode string | WindowsPatchAssessmentMode
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings WindowsVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    EnableHotpatching bool
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    PatchMode string | WindowsVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessmentMode String | WindowsPatchAssessmentMode
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings WindowsVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enableHotpatching Boolean
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patchMode String | WindowsVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessmentMode string | WindowsPatchAssessmentMode
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings WindowsVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enableHotpatching boolean
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patchMode string | WindowsVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessment_mode str | WindowsPatchAssessmentMode
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automatic_by_platform_settings WindowsVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enable_hotpatching bool
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patch_mode str | WindowsVMGuestPatchMode
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessmentMode String | "ImageDefault" | "AutomaticByPlatform"
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings Property Map
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enableHotpatching Boolean
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patchMode String | "Manual" | "AutomaticByOS" | "AutomaticByPlatform"
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true

    PatchSettingsResponse, PatchSettingsResponseArgs

    AssessmentMode string
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings Pulumi.AzureNative.Compute.Inputs.WindowsVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    EnableHotpatching bool
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    PatchMode string
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    AssessmentMode string
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    AutomaticByPlatformSettings WindowsVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    EnableHotpatching bool
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    PatchMode string
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessmentMode String
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings WindowsVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enableHotpatching Boolean
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patchMode String
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessmentMode string
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings WindowsVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enableHotpatching boolean
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patchMode string
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessment_mode str
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automatic_by_platform_settings WindowsVMGuestPatchAutomaticByPlatformSettingsResponse
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enable_hotpatching bool
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patch_mode str
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
    assessmentMode String
    Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
    automaticByPlatformSettings Property Map
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
    enableHotpatching Boolean
    Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
    patchMode String
    Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true

    Plan, PlanArgs

    Name string
    The plan ID.
    Product string
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    PromotionCode string
    The promotion code.
    Publisher string
    The publisher ID.
    Name string
    The plan ID.
    Product string
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    PromotionCode string
    The promotion code.
    Publisher string
    The publisher ID.
    name String
    The plan ID.
    product String
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotionCode String
    The promotion code.
    publisher String
    The publisher ID.
    name string
    The plan ID.
    product string
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotionCode string
    The promotion code.
    publisher string
    The publisher ID.
    name str
    The plan ID.
    product str
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotion_code str
    The promotion code.
    publisher str
    The publisher ID.
    name String
    The plan ID.
    product String
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotionCode String
    The promotion code.
    publisher String
    The publisher ID.

    PlanResponse, PlanResponseArgs

    Name string
    The plan ID.
    Product string
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    PromotionCode string
    The promotion code.
    Publisher string
    The publisher ID.
    Name string
    The plan ID.
    Product string
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    PromotionCode string
    The promotion code.
    Publisher string
    The publisher ID.
    name String
    The plan ID.
    product String
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotionCode String
    The promotion code.
    publisher String
    The publisher ID.
    name string
    The plan ID.
    product string
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotionCode string
    The promotion code.
    publisher string
    The publisher ID.
    name str
    The plan ID.
    product str
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotion_code str
    The promotion code.
    publisher str
    The publisher ID.
    name String
    The plan ID.
    product String
    Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
    promotionCode String
    The promotion code.
    publisher String
    The publisher ID.

    ProtocolTypes, ProtocolTypesArgs

    Http
    Http
    Https
    Https
    ProtocolTypesHttp
    Http
    ProtocolTypesHttps
    Https
    Http
    Http
    Https
    Https
    Http
    Http
    Https
    Https
    HTTP
    Http
    HTTPS
    Https
    "Http"
    Http
    "Https"
    Https

    PublicIPAddressSku, PublicIPAddressSkuArgs

    Name string | Pulumi.AzureNative.Compute.PublicIPAddressSkuName
    Specify public IP sku name
    Tier string | Pulumi.AzureNative.Compute.PublicIPAddressSkuTier
    Specify public IP sku tier
    Name string | PublicIPAddressSkuName
    Specify public IP sku name
    Tier string | PublicIPAddressSkuTier
    Specify public IP sku tier
    name String | PublicIPAddressSkuName
    Specify public IP sku name
    tier String | PublicIPAddressSkuTier
    Specify public IP sku tier
    name string | PublicIPAddressSkuName
    Specify public IP sku name
    tier string | PublicIPAddressSkuTier
    Specify public IP sku tier
    name str | PublicIPAddressSkuName
    Specify public IP sku name
    tier str | PublicIPAddressSkuTier
    Specify public IP sku tier
    name String | "Basic" | "Standard"
    Specify public IP sku name
    tier String | "Regional" | "Global"
    Specify public IP sku tier

    PublicIPAddressSkuName, PublicIPAddressSkuNameArgs

    Basic
    Basic
    Standard
    Standard
    PublicIPAddressSkuNameBasic
    Basic
    PublicIPAddressSkuNameStandard
    Standard
    Basic
    Basic
    Standard
    Standard
    Basic
    Basic
    Standard
    Standard
    BASIC
    Basic
    STANDARD
    Standard
    "Basic"
    Basic
    "Standard"
    Standard

    PublicIPAddressSkuResponse, PublicIPAddressSkuResponseArgs

    Name string
    Specify public IP sku name
    Tier string
    Specify public IP sku tier
    Name string
    Specify public IP sku name
    Tier string
    Specify public IP sku tier
    name String
    Specify public IP sku name
    tier String
    Specify public IP sku tier
    name string
    Specify public IP sku name
    tier string
    Specify public IP sku tier
    name str
    Specify public IP sku name
    tier str
    Specify public IP sku tier
    name String
    Specify public IP sku name
    tier String
    Specify public IP sku tier

    PublicIPAddressSkuTier, PublicIPAddressSkuTierArgs

    Regional
    Regional
    Global
    Global
    PublicIPAddressSkuTierRegional
    Regional
    PublicIPAddressSkuTierGlobal
    Global
    Regional
    Regional
    Global
    Global
    Regional
    Regional
    Global
    Global
    REGIONAL
    Regional
    GLOBAL_
    Global
    "Regional"
    Regional
    "Global"
    Global

    PublicIPAllocationMethod, PublicIPAllocationMethodArgs

    Dynamic
    Dynamic
    Static
    Static
    PublicIPAllocationMethodDynamic
    Dynamic
    PublicIPAllocationMethodStatic
    Static
    Dynamic
    Dynamic
    Static
    Static
    Dynamic
    Dynamic
    Static
    Static
    DYNAMIC
    Dynamic
    STATIC
    Static
    "Dynamic"
    Dynamic
    "Static"
    Static

    ResourceIdentityType, ResourceIdentityTypeArgs

    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned, UserAssigned
    None
    None
    ResourceIdentityTypeSystemAssigned
    SystemAssigned
    ResourceIdentityTypeUserAssigned
    UserAssigned
    ResourceIdentityType_SystemAssigned_UserAssigned
    SystemAssigned, UserAssigned
    ResourceIdentityTypeNone
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned, UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned, UserAssigned
    None
    None
    SYSTEM_ASSIGNED
    SystemAssigned
    USER_ASSIGNED
    UserAssigned
    SYSTEM_ASSIGNED_USER_ASSIGNED
    SystemAssigned, UserAssigned
    NONE
    None
    "SystemAssigned"
    SystemAssigned
    "UserAssigned"
    UserAssigned
    "SystemAssigned, UserAssigned"
    SystemAssigned, UserAssigned
    "None"
    None

    SecurityEncryptionTypes, SecurityEncryptionTypesArgs

    VMGuestStateOnly
    VMGuestStateOnly
    DiskWithVMGuestState
    DiskWithVMGuestState
    SecurityEncryptionTypesVMGuestStateOnly
    VMGuestStateOnly
    SecurityEncryptionTypesDiskWithVMGuestState
    DiskWithVMGuestState
    VMGuestStateOnly
    VMGuestStateOnly
    DiskWithVMGuestState
    DiskWithVMGuestState
    VMGuestStateOnly
    VMGuestStateOnly
    DiskWithVMGuestState
    DiskWithVMGuestState
    VM_GUEST_STATE_ONLY
    VMGuestStateOnly
    DISK_WITH_VM_GUEST_STATE
    DiskWithVMGuestState
    "VMGuestStateOnly"
    VMGuestStateOnly
    "DiskWithVMGuestState"
    DiskWithVMGuestState

    SecurityProfile, SecurityProfileArgs

    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    SecurityType string | Pulumi.AzureNative.Compute.SecurityTypes
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    UefiSettings Pulumi.AzureNative.Compute.Inputs.UefiSettings
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    SecurityType string | SecurityTypes
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    UefiSettings UefiSettings
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryptionAtHost Boolean
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    securityType String | SecurityTypes
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefiSettings UefiSettings
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryptionAtHost boolean
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    securityType string | SecurityTypes
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefiSettings UefiSettings
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryption_at_host bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    security_type str | SecurityTypes
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefi_settings UefiSettings
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryptionAtHost Boolean
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    securityType String | "TrustedLaunch" | "ConfidentialVM"
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefiSettings Property Map
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.

    SecurityProfileResponse, SecurityProfileResponseArgs

    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    SecurityType string
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    UefiSettings Pulumi.AzureNative.Compute.Inputs.UefiSettingsResponse
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    SecurityType string
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    UefiSettings UefiSettingsResponse
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryptionAtHost Boolean
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    securityType String
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefiSettings UefiSettingsResponse
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryptionAtHost boolean
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    securityType string
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefiSettings UefiSettingsResponse
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryption_at_host bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    security_type str
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefi_settings UefiSettingsResponse
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    encryptionAtHost Boolean
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    securityType String
    Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
    uefiSettings Property Map
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.

    SecurityTypes, SecurityTypesArgs

    TrustedLaunch
    TrustedLaunch
    ConfidentialVM
    ConfidentialVM
    SecurityTypesTrustedLaunch
    TrustedLaunch
    SecurityTypesConfidentialVM
    ConfidentialVM
    TrustedLaunch
    TrustedLaunch
    ConfidentialVM
    ConfidentialVM
    TrustedLaunch
    TrustedLaunch
    ConfidentialVM
    ConfidentialVM
    TRUSTED_LAUNCH
    TrustedLaunch
    CONFIDENTIAL_VM
    ConfidentialVM
    "TrustedLaunch"
    TrustedLaunch
    "ConfidentialVM"
    ConfidentialVM

    SettingNames, SettingNamesArgs

    AutoLogon
    AutoLogon
    FirstLogonCommands
    FirstLogonCommands
    SettingNamesAutoLogon
    AutoLogon
    SettingNamesFirstLogonCommands
    FirstLogonCommands
    AutoLogon
    AutoLogon
    FirstLogonCommands
    FirstLogonCommands
    AutoLogon
    AutoLogon
    FirstLogonCommands
    FirstLogonCommands
    AUTO_LOGON
    AutoLogon
    FIRST_LOGON_COMMANDS
    FirstLogonCommands
    "AutoLogon"
    AutoLogon
    "FirstLogonCommands"
    FirstLogonCommands

    SkuResponse, SkuResponseArgs

    Capacity double
    Specifies the number of virtual machines in the scale set.
    Name string
    The sku name.
    Tier string
    Specifies the tier of virtual machines in a scale set. Possible Values: Standard Basic
    Capacity float64
    Specifies the number of virtual machines in the scale set.
    Name string
    The sku name.
    Tier string
    Specifies the tier of virtual machines in a scale set. Possible Values: Standard Basic
    capacity Double
    Specifies the number of virtual machines in the scale set.
    name String
    The sku name.
    tier String
    Specifies the tier of virtual machines in a scale set. Possible Values: Standard Basic
    capacity number
    Specifies the number of virtual machines in the scale set.
    name string
    The sku name.
    tier string
    Specifies the tier of virtual machines in a scale set. Possible Values: Standard Basic
    capacity float
    Specifies the number of virtual machines in the scale set.
    name str
    The sku name.
    tier str
    Specifies the tier of virtual machines in a scale set. Possible Values: Standard Basic
    capacity Number
    Specifies the number of virtual machines in the scale set.
    name String
    The sku name.
    tier String
    Specifies the tier of virtual machines in a scale set. Possible Values: Standard Basic

    SshConfiguration, SshConfigurationArgs

    PublicKeys List<Pulumi.AzureNative.Compute.Inputs.SshPublicKey>
    The list of SSH public keys used to authenticate with linux based VMs.
    PublicKeys []SshPublicKeyType
    The list of SSH public keys used to authenticate with linux based VMs.
    publicKeys List<SshPublicKey>
    The list of SSH public keys used to authenticate with linux based VMs.
    publicKeys SshPublicKey[]
    The list of SSH public keys used to authenticate with linux based VMs.
    public_keys Sequence[SshPublicKey]
    The list of SSH public keys used to authenticate with linux based VMs.
    publicKeys List<Property Map>
    The list of SSH public keys used to authenticate with linux based VMs.

    SshConfigurationResponse, SshConfigurationResponseArgs

    PublicKeys List<Pulumi.AzureNative.Compute.Inputs.SshPublicKeyResponse>
    The list of SSH public keys used to authenticate with linux based VMs.
    PublicKeys []SshPublicKeyResponse
    The list of SSH public keys used to authenticate with linux based VMs.
    publicKeys List<SshPublicKeyResponse>
    The list of SSH public keys used to authenticate with linux based VMs.
    publicKeys SshPublicKeyResponse[]
    The list of SSH public keys used to authenticate with linux based VMs.
    public_keys Sequence[SshPublicKeyResponse]
    The list of SSH public keys used to authenticate with linux based VMs.
    publicKeys List<Property Map>
    The list of SSH public keys used to authenticate with linux based VMs.

    SshPublicKey, SshPublicKeyArgs

    KeyData string
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    Path string
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    KeyData string
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    Path string
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    keyData String
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path String
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    keyData string
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path string
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    key_data str
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path str
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    keyData String
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path String
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys

    SshPublicKeyResponse, SshPublicKeyResponseArgs

    KeyData string
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    Path string
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    KeyData string
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    Path string
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    keyData String
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path String
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    keyData string
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path string
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    key_data str
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path str
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
    keyData String
    SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
    path String
    Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys

    StorageAccountTypes, StorageAccountTypesArgs

    Standard_LRS
    Standard_LRS
    Premium_LRS
    Premium_LRS
    StandardSSD_LRS
    StandardSSD_LRS
    UltraSSD_LRS
    UltraSSD_LRS
    Premium_ZRS
    Premium_ZRS
    StandardSSD_ZRS
    StandardSSD_ZRS
    PremiumV2_LRS
    PremiumV2_LRS
    StorageAccountTypes_Standard_LRS
    Standard_LRS
    StorageAccountTypes_Premium_LRS
    Premium_LRS
    StorageAccountTypes_StandardSSD_LRS
    StandardSSD_LRS
    StorageAccountTypes_UltraSSD_LRS
    UltraSSD_LRS
    StorageAccountTypes_Premium_ZRS
    Premium_ZRS
    StorageAccountTypes_StandardSSD_ZRS
    StandardSSD_ZRS
    StorageAccountTypes_PremiumV2_LRS
    PremiumV2_LRS
    Standard_LRS
    Standard_LRS
    Premium_LRS
    Premium_LRS
    StandardSSD_LRS
    StandardSSD_LRS
    UltraSSD_LRS
    UltraSSD_LRS
    Premium_ZRS
    Premium_ZRS
    StandardSSD_ZRS
    StandardSSD_ZRS
    PremiumV2_LRS
    PremiumV2_LRS
    Standard_LRS
    Standard_LRS
    Premium_LRS
    Premium_LRS
    StandardSSD_LRS
    StandardSSD_LRS
    UltraSSD_LRS
    UltraSSD_LRS
    Premium_ZRS
    Premium_ZRS
    StandardSSD_ZRS
    StandardSSD_ZRS
    PremiumV2_LRS
    PremiumV2_LRS
    STANDARD_LRS
    Standard_LRS
    PREMIUM_LRS
    Premium_LRS
    STANDARD_SS_D_LRS
    StandardSSD_LRS
    ULTRA_SS_D_LRS
    UltraSSD_LRS
    PREMIUM_ZRS
    Premium_ZRS
    STANDARD_SS_D_ZRS
    StandardSSD_ZRS
    PREMIUM_V2_LRS
    PremiumV2_LRS
    "Standard_LRS"
    Standard_LRS
    "Premium_LRS"
    Premium_LRS
    "StandardSSD_LRS"
    StandardSSD_LRS
    "UltraSSD_LRS"
    UltraSSD_LRS
    "Premium_ZRS"
    Premium_ZRS
    "StandardSSD_ZRS"
    StandardSSD_ZRS
    "PremiumV2_LRS"
    PremiumV2_LRS

    StorageProfile, StorageProfileArgs

    DataDisks List<Pulumi.AzureNative.Compute.Inputs.DataDisk>
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType string | Pulumi.AzureNative.Compute.DiskControllerTypes
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    ImageReference Pulumi.AzureNative.Compute.Inputs.ImageReference
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    OsDisk Pulumi.AzureNative.Compute.Inputs.OSDisk
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DataDisks []DataDisk
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType string | DiskControllerTypes
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    ImageReference ImageReference
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    OsDisk OSDisk
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks List<DataDisk>
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType String | DiskControllerTypes
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    imageReference ImageReference
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    osDisk OSDisk
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks DataDisk[]
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType string | DiskControllerTypes
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    imageReference ImageReference
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    osDisk OSDisk
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    data_disks Sequence[DataDisk]
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    disk_controller_type str | DiskControllerTypes
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    image_reference ImageReference
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    os_disk OSDisk
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks List<Property Map>
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType String | "SCSI" | "NVMe"
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    imageReference Property Map
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    osDisk Property Map
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.

    StorageProfileResponse, StorageProfileResponseArgs

    DataDisks List<Pulumi.AzureNative.Compute.Inputs.DataDiskResponse>
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType string
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    ImageReference Pulumi.AzureNative.Compute.Inputs.ImageReferenceResponse
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    OsDisk Pulumi.AzureNative.Compute.Inputs.OSDiskResponse
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DataDisks []DataDiskResponse
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType string
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    ImageReference ImageReferenceResponse
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    OsDisk OSDiskResponse
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks List<DataDiskResponse>
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType String
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    imageReference ImageReferenceResponse
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    osDisk OSDiskResponse
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks DataDiskResponse[]
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType string
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    imageReference ImageReferenceResponse
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    osDisk OSDiskResponse
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    data_disks Sequence[DataDiskResponse]
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    disk_controller_type str
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    image_reference ImageReferenceResponse
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    os_disk OSDiskResponse
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks List<Property Map>
    Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType String
    Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
    imageReference Property Map
    Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
    osDisk Property Map
    Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.

    SubResource, SubResourceArgs

    Id string
    Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
    Id string
    Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
    id String
    Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
    id string
    Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
    id str
    Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
    id String
    Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.

    SubResourceResponse, SubResourceResponseArgs

    Id string
    Resource Id
    Id string
    Resource Id
    id String
    Resource Id
    id string
    Resource Id
    id str
    Resource Id
    id String
    Resource Id

    UefiSettings, UefiSettingsArgs

    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secureBootEnabled boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    vTpmEnabled boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secure_boot_enabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    v_tpm_enabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.

    UefiSettingsResponse, UefiSettingsResponseArgs

    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secureBootEnabled boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    vTpmEnabled boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secure_boot_enabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    v_tpm_enabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.

    UserAssignedIdentitiesResponseUserAssignedIdentities, UserAssignedIdentitiesResponseUserAssignedIdentitiesArgs

    ClientId string
    The client id of user assigned identity.
    PrincipalId string
    The principal id of user assigned identity.
    ClientId string
    The client id of user assigned identity.
    PrincipalId string
    The principal id of user assigned identity.
    clientId String
    The client id of user assigned identity.
    principalId String
    The principal id of user assigned identity.
    clientId string
    The client id of user assigned identity.
    principalId string
    The principal id of user assigned identity.
    client_id str
    The client id of user assigned identity.
    principal_id str
    The principal id of user assigned identity.
    clientId String
    The client id of user assigned identity.
    principalId String
    The principal id of user assigned identity.

    VMDiskSecurityProfile, VMDiskSecurityProfileArgs

    DiskEncryptionSet Pulumi.AzureNative.Compute.Inputs.DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    SecurityEncryptionType string | Pulumi.AzureNative.Compute.SecurityEncryptionTypes
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    DiskEncryptionSet DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    SecurityEncryptionType string | SecurityEncryptionTypes
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    diskEncryptionSet DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    securityEncryptionType String | SecurityEncryptionTypes
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    diskEncryptionSet DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    securityEncryptionType string | SecurityEncryptionTypes
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    disk_encryption_set DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    security_encryption_type str | SecurityEncryptionTypes
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    diskEncryptionSet Property Map
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    securityEncryptionType String | "VMGuestStateOnly" | "DiskWithVMGuestState"
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.

    VMDiskSecurityProfileResponse, VMDiskSecurityProfileResponseArgs

    DiskEncryptionSet Pulumi.AzureNative.Compute.Inputs.DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    SecurityEncryptionType string
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    DiskEncryptionSet DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    SecurityEncryptionType string
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    diskEncryptionSet DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    securityEncryptionType String
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    diskEncryptionSet DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    securityEncryptionType string
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    disk_encryption_set DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    security_encryption_type str
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.
    diskEncryptionSet Property Map
    Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
    securityEncryptionType String
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs.

    VMSizeProperties, VMSizePropertiesArgs

    VCPUsAvailable int
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    VCPUsPerCore int
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    VCPUsAvailable int
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    VCPUsPerCore int
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    vCPUsAvailable Integer
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    vCPUsPerCore Integer
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    vCPUsAvailable number
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    vCPUsPerCore number
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    v_cpus_available int
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    v_cpus_per_core int
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    vCPUsAvailable Number
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    vCPUsPerCore Number
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.

    VMSizePropertiesResponse, VMSizePropertiesResponseArgs

    VCPUsAvailable int
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    VCPUsPerCore int
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    VCPUsAvailable int
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    VCPUsPerCore int
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    vCPUsAvailable Integer
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    vCPUsPerCore Integer
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    vCPUsAvailable number
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    vCPUsPerCore number
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    v_cpus_available int
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    v_cpus_per_core int
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.
    vCPUsAvailable Number
    Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region.
    vCPUsPerCore Number
    Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region. Setting this property to 1 also means that hyper-threading is disabled.

    VaultCertificate, VaultCertificateArgs

    CertificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    CertificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificateStore String
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificate_store str
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificate_url str
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificateStore String
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.

    VaultCertificateResponse, VaultCertificateResponseArgs

    CertificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    CertificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificateStore String
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificate_store str
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificate_url str
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    certificateStore String
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.

    VaultSecretGroup, VaultSecretGroupArgs

    SourceVault Pulumi.AzureNative.Compute.Inputs.SubResource
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates List<Pulumi.AzureNative.Compute.Inputs.VaultCertificate>
    The list of key vault references in SourceVault which contain certificates.
    SourceVault SubResource
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates []VaultCertificate
    The list of key vault references in SourceVault which contain certificates.
    sourceVault SubResource
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates List<VaultCertificate>
    The list of key vault references in SourceVault which contain certificates.
    sourceVault SubResource
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates VaultCertificate[]
    The list of key vault references in SourceVault which contain certificates.
    source_vault SubResource
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vault_certificates Sequence[VaultCertificate]
    The list of key vault references in SourceVault which contain certificates.
    sourceVault Property Map
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates List<Property Map>
    The list of key vault references in SourceVault which contain certificates.

    VaultSecretGroupResponse, VaultSecretGroupResponseArgs

    SourceVault Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates List<Pulumi.AzureNative.Compute.Inputs.VaultCertificateResponse>
    The list of key vault references in SourceVault which contain certificates.
    SourceVault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates []VaultCertificateResponse
    The list of key vault references in SourceVault which contain certificates.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates List<VaultCertificateResponse>
    The list of key vault references in SourceVault which contain certificates.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates VaultCertificateResponse[]
    The list of key vault references in SourceVault which contain certificates.
    source_vault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vault_certificates Sequence[VaultCertificateResponse]
    The list of key vault references in SourceVault which contain certificates.
    sourceVault Property Map
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates List<Property Map>
    The list of key vault references in SourceVault which contain certificates.

    VirtualHardDisk, VirtualHardDiskArgs

    Uri string
    Specifies the virtual hard disk's uri.
    Uri string
    Specifies the virtual hard disk's uri.
    uri String
    Specifies the virtual hard disk's uri.
    uri string
    Specifies the virtual hard disk's uri.
    uri str
    Specifies the virtual hard disk's uri.
    uri String
    Specifies the virtual hard disk's uri.

    VirtualHardDiskResponse, VirtualHardDiskResponseArgs

    Uri string
    Specifies the virtual hard disk's uri.
    Uri string
    Specifies the virtual hard disk's uri.
    uri String
    Specifies the virtual hard disk's uri.
    uri string
    Specifies the virtual hard disk's uri.
    uri str
    Specifies the virtual hard disk's uri.
    uri String
    Specifies the virtual hard disk's uri.

    VirtualMachineAgentInstanceViewResponse, VirtualMachineAgentInstanceViewResponseArgs

    ExtensionHandlers []VirtualMachineExtensionHandlerInstanceViewResponse
    The virtual machine extension handler instance view.
    Statuses []InstanceViewStatusResponse
    The resource status information.
    VmAgentVersion string
    The VM Agent full version.
    extensionHandlers List<VirtualMachineExtensionHandlerInstanceViewResponse>
    The virtual machine extension handler instance view.
    statuses List<InstanceViewStatusResponse>
    The resource status information.
    vmAgentVersion String
    The VM Agent full version.
    extensionHandlers VirtualMachineExtensionHandlerInstanceViewResponse[]
    The virtual machine extension handler instance view.
    statuses InstanceViewStatusResponse[]
    The resource status information.
    vmAgentVersion string
    The VM Agent full version.
    extension_handlers Sequence[VirtualMachineExtensionHandlerInstanceViewResponse]
    The virtual machine extension handler instance view.
    statuses Sequence[InstanceViewStatusResponse]
    The resource status information.
    vm_agent_version str
    The VM Agent full version.
    extensionHandlers List<Property Map>
    The virtual machine extension handler instance view.
    statuses List<Property Map>
    The resource status information.
    vmAgentVersion String
    The VM Agent full version.

    VirtualMachineExtensionHandlerInstanceViewResponse, VirtualMachineExtensionHandlerInstanceViewResponseArgs

    Status Pulumi.AzureNative.Compute.Inputs.InstanceViewStatusResponse
    The extension handler status.
    Type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    TypeHandlerVersion string
    Specifies the version of the script handler.
    Status InstanceViewStatusResponse
    The extension handler status.
    Type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    TypeHandlerVersion string
    Specifies the version of the script handler.
    status InstanceViewStatusResponse
    The extension handler status.
    type String
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion String
    Specifies the version of the script handler.
    status InstanceViewStatusResponse
    The extension handler status.
    type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion string
    Specifies the version of the script handler.
    status InstanceViewStatusResponse
    The extension handler status.
    type str
    Specifies the type of the extension; an example is "CustomScriptExtension".
    type_handler_version str
    Specifies the version of the script handler.
    status Property Map
    The extension handler status.
    type String
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion String
    Specifies the version of the script handler.

    VirtualMachineExtensionInstanceViewResponse, VirtualMachineExtensionInstanceViewResponseArgs

    Name string
    The virtual machine extension name.
    Statuses List<Pulumi.AzureNative.Compute.Inputs.InstanceViewStatusResponse>
    The resource status information.
    Substatuses List<Pulumi.AzureNative.Compute.Inputs.InstanceViewStatusResponse>
    The resource status information.
    Type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    TypeHandlerVersion string
    Specifies the version of the script handler.
    Name string
    The virtual machine extension name.
    Statuses []InstanceViewStatusResponse
    The resource status information.
    Substatuses []InstanceViewStatusResponse
    The resource status information.
    Type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    TypeHandlerVersion string
    Specifies the version of the script handler.
    name String
    The virtual machine extension name.
    statuses List<InstanceViewStatusResponse>
    The resource status information.
    substatuses List<InstanceViewStatusResponse>
    The resource status information.
    type String
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion String
    Specifies the version of the script handler.
    name string
    The virtual machine extension name.
    statuses InstanceViewStatusResponse[]
    The resource status information.
    substatuses InstanceViewStatusResponse[]
    The resource status information.
    type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion string
    Specifies the version of the script handler.
    name str
    The virtual machine extension name.
    statuses Sequence[InstanceViewStatusResponse]
    The resource status information.
    substatuses Sequence[InstanceViewStatusResponse]
    The resource status information.
    type str
    Specifies the type of the extension; an example is "CustomScriptExtension".
    type_handler_version str
    Specifies the version of the script handler.
    name String
    The virtual machine extension name.
    statuses List<Property Map>
    The resource status information.
    substatuses List<Property Map>
    The resource status information.
    type String
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion String
    Specifies the version of the script handler.

    VirtualMachineExtensionResponse, VirtualMachineExtensionResponseArgs

    Id string
    Resource Id
    Name string
    Resource name
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Type string
    Resource type
    AutoUpgradeMinorVersion bool
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    EnableAutomaticUpgrade bool
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    ForceUpdateTag string
    How the extension handler should be forced to update even if the extension configuration has not changed.
    InstanceView Pulumi.AzureNative.Compute.Inputs.VirtualMachineExtensionInstanceViewResponse
    The virtual machine extension instance view.
    Location string
    Resource location
    ProtectedSettings object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault Pulumi.AzureNative.Compute.Inputs.KeyVaultSecretReferenceResponse
    The extensions protected settings that are passed by reference, and consumed from key vault
    ProvisionAfterExtensions List<string>
    Collection of extension names after which this extension needs to be provisioned.
    Publisher string
    The name of the extension handler publisher.
    Settings object
    Json formatted public settings for the extension.
    SuppressFailures bool
    Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
    Tags Dictionary<string, string>
    Resource tags
    TypeHandlerVersion string
    Specifies the version of the script handler.
    Id string
    Resource Id
    Name string
    Resource name
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Type string
    Resource type
    AutoUpgradeMinorVersion bool
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    EnableAutomaticUpgrade bool
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    ForceUpdateTag string
    How the extension handler should be forced to update even if the extension configuration has not changed.
    InstanceView VirtualMachineExtensionInstanceViewResponse
    The virtual machine extension instance view.
    Location string
    Resource location
    ProtectedSettings interface{}
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault KeyVaultSecretReferenceResponse
    The extensions protected settings that are passed by reference, and consumed from key vault
    ProvisionAfterExtensions []string
    Collection of extension names after which this extension needs to be provisioned.
    Publisher string
    The name of the extension handler publisher.
    Settings interface{}
    Json formatted public settings for the extension.
    SuppressFailures bool
    Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
    Tags map[string]string
    Resource tags
    TypeHandlerVersion string
    Specifies the version of the script handler.
    id String
    Resource Id
    name String
    Resource name
    provisioningState String
    The provisioning state, which only appears in the response.
    type String
    Resource type
    autoUpgradeMinorVersion Boolean
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enableAutomaticUpgrade Boolean
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    forceUpdateTag String
    How the extension handler should be forced to update even if the extension configuration has not changed.
    instanceView VirtualMachineExtensionInstanceViewResponse
    The virtual machine extension instance view.
    location String
    Resource location
    protectedSettings Object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault KeyVaultSecretReferenceResponse
    The extensions protected settings that are passed by reference, and consumed from key vault
    provisionAfterExtensions List<String>
    Collection of extension names after which this extension needs to be provisioned.
    publisher String
    The name of the extension handler publisher.
    settings Object
    Json formatted public settings for the extension.
    suppressFailures Boolean
    Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
    tags Map<String,String>
    Resource tags
    typeHandlerVersion String
    Specifies the version of the script handler.
    id string
    Resource Id
    name string
    Resource name
    provisioningState string
    The provisioning state, which only appears in the response.
    type string
    Resource type
    autoUpgradeMinorVersion boolean
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enableAutomaticUpgrade boolean
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    forceUpdateTag string
    How the extension handler should be forced to update even if the extension configuration has not changed.
    instanceView VirtualMachineExtensionInstanceViewResponse
    The virtual machine extension instance view.
    location string
    Resource location
    protectedSettings any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault KeyVaultSecretReferenceResponse
    The extensions protected settings that are passed by reference, and consumed from key vault
    provisionAfterExtensions string[]
    Collection of extension names after which this extension needs to be provisioned.
    publisher string
    The name of the extension handler publisher.
    settings any
    Json formatted public settings for the extension.
    suppressFailures boolean
    Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
    tags {[key: string]: string}
    Resource tags
    typeHandlerVersion string
    Specifies the version of the script handler.
    id str
    Resource Id
    name str
    Resource name
    provisioning_state str
    The provisioning state, which only appears in the response.
    type str
    Resource type
    auto_upgrade_minor_version bool
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enable_automatic_upgrade bool
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    force_update_tag str
    How the extension handler should be forced to update even if the extension configuration has not changed.
    instance_view VirtualMachineExtensionInstanceViewResponse
    The virtual machine extension instance view.
    location str
    Resource location
    protected_settings Any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protected_settings_from_key_vault KeyVaultSecretReferenceResponse
    The extensions protected settings that are passed by reference, and consumed from key vault
    provision_after_extensions Sequence[str]
    Collection of extension names after which this extension needs to be provisioned.
    publisher str
    The name of the extension handler publisher.
    settings Any
    Json formatted public settings for the extension.
    suppress_failures bool
    Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
    tags Mapping[str, str]
    Resource tags
    type_handler_version str
    Specifies the version of the script handler.
    id String
    Resource Id
    name String
    Resource name
    provisioningState String
    The provisioning state, which only appears in the response.
    type String
    Resource type
    autoUpgradeMinorVersion Boolean
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enableAutomaticUpgrade Boolean
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    forceUpdateTag String
    How the extension handler should be forced to update even if the extension configuration has not changed.
    instanceView Property Map
    The virtual machine extension instance view.
    location String
    Resource location
    protectedSettings Any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault Property Map
    The extensions protected settings that are passed by reference, and consumed from key vault
    provisionAfterExtensions List<String>
    Collection of extension names after which this extension needs to be provisioned.
    publisher String
    The name of the extension handler publisher.
    settings Any
    Json formatted public settings for the extension.
    suppressFailures Boolean
    Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
    tags Map<String>
    Resource tags
    typeHandlerVersion String
    Specifies the version of the script handler.

    VirtualMachineHealthStatusResponse, VirtualMachineHealthStatusResponseArgs

    Status InstanceViewStatusResponse
    The health status information for the VM.
    status InstanceViewStatusResponse
    The health status information for the VM.
    status InstanceViewStatusResponse
    The health status information for the VM.
    status InstanceViewStatusResponse
    The health status information for the VM.
    status Property Map
    The health status information for the VM.

    VirtualMachineIdentity, VirtualMachineIdentityArgs

    Type Pulumi.AzureNative.Compute.ResourceIdentityType
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    UserAssignedIdentities List<string>
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    Type ResourceIdentityType
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    UserAssignedIdentities []string
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    type ResourceIdentityType
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    userAssignedIdentities List<String>
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    type ResourceIdentityType
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    userAssignedIdentities string[]
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    type ResourceIdentityType
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    user_assigned_identities Sequence[str]
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    type "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None"
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    userAssignedIdentities List<String>
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    VirtualMachineIdentityResponse, VirtualMachineIdentityResponseArgs

    PrincipalId string
    The principal id of virtual machine identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity.
    Type string
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.Compute.Inputs.UserAssignedIdentitiesResponseUserAssignedIdentities>
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    PrincipalId string
    The principal id of virtual machine identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity.
    Type string
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    UserAssignedIdentities map[string]UserAssignedIdentitiesResponseUserAssignedIdentities
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principalId String
    The principal id of virtual machine identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity.
    type String
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    userAssignedIdentities Map<String,UserAssignedIdentitiesResponseUserAssignedIdentities>
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principalId string
    The principal id of virtual machine identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity.
    type string
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    userAssignedIdentities {[key: string]: UserAssignedIdentitiesResponseUserAssignedIdentities}
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principal_id str
    The principal id of virtual machine identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity.
    type str
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    user_assigned_identities Mapping[str, UserAssignedIdentitiesResponseUserAssignedIdentities]
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principalId String
    The principal id of virtual machine identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity.
    type String
    The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
    userAssignedIdentities Map<Property Map>
    The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    VirtualMachineIpTag, VirtualMachineIpTagArgs

    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType string
    IP tag type. Example: FirstPartyUsage.
    tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ip_tag_type str
    IP tag type. Example: FirstPartyUsage.
    tag str
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.

    VirtualMachineIpTagResponse, VirtualMachineIpTagResponseArgs

    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType string
    IP tag type. Example: FirstPartyUsage.
    tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ip_tag_type str
    IP tag type. Example: FirstPartyUsage.
    tag str
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.

    VirtualMachineNetworkInterfaceConfiguration, VirtualMachineNetworkInterfaceConfigurationArgs

    IpConfigurations List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceIPConfiguration>
    Specifies the IP configurations of the network interface.
    Name string
    The network interface configuration name.
    DeleteOption string | Pulumi.AzureNative.Compute.DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceDnsSettingsConfiguration
    The dns settings to be applied on the network interfaces.
    DscpConfiguration Pulumi.AzureNative.Compute.Inputs.SubResource
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup Pulumi.AzureNative.Compute.Inputs.SubResource
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    IpConfigurations []VirtualMachineNetworkInterfaceIPConfiguration
    Specifies the IP configurations of the network interface.
    Name string
    The network interface configuration name.
    DeleteOption string | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings VirtualMachineNetworkInterfaceDnsSettingsConfiguration
    The dns settings to be applied on the network interfaces.
    DscpConfiguration SubResource
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup SubResource
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<VirtualMachineNetworkInterfaceIPConfiguration>
    Specifies the IP configurations of the network interface.
    name String
    The network interface configuration name.
    deleteOption String | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineNetworkInterfaceDnsSettingsConfiguration
    The dns settings to be applied on the network interfaces.
    dscpConfiguration SubResource
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResource
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations VirtualMachineNetworkInterfaceIPConfiguration[]
    Specifies the IP configurations of the network interface.
    name string
    The network interface configuration name.
    deleteOption string | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineNetworkInterfaceDnsSettingsConfiguration
    The dns settings to be applied on the network interfaces.
    dscpConfiguration SubResource
    enableAcceleratedNetworking boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResource
    The network security group.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ip_configurations Sequence[VirtualMachineNetworkInterfaceIPConfiguration]
    Specifies the IP configurations of the network interface.
    name str
    The network interface configuration name.
    delete_option str | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    disable_tcp_state_tracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    dns_settings VirtualMachineNetworkInterfaceDnsSettingsConfiguration
    The dns settings to be applied on the network interfaces.
    dscp_configuration SubResource
    enable_accelerated_networking bool
    Specifies whether the network interface is accelerated networking-enabled.
    enable_fpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    enable_ip_forwarding bool
    Whether IP forwarding enabled on this NIC.
    network_security_group SubResource
    The network security group.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<Property Map>
    Specifies the IP configurations of the network interface.
    name String
    The network interface configuration name.
    deleteOption String | "Delete" | "Detach"
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings Property Map
    The dns settings to be applied on the network interfaces.
    dscpConfiguration Property Map
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup Property Map
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    VirtualMachineNetworkInterfaceConfigurationResponse, VirtualMachineNetworkInterfaceConfigurationResponseArgs

    IpConfigurations List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceIPConfigurationResponse>
    Specifies the IP configurations of the network interface.
    Name string
    The network interface configuration name.
    DeleteOption string
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse
    The dns settings to be applied on the network interfaces.
    DscpConfiguration Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    IpConfigurations []VirtualMachineNetworkInterfaceIPConfigurationResponse
    Specifies the IP configurations of the network interface.
    Name string
    The network interface configuration name.
    DeleteOption string
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse
    The dns settings to be applied on the network interfaces.
    DscpConfiguration SubResourceResponse
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup SubResourceResponse
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<VirtualMachineNetworkInterfaceIPConfigurationResponse>
    Specifies the IP configurations of the network interface.
    name String
    The network interface configuration name.
    deleteOption String
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse
    The dns settings to be applied on the network interfaces.
    dscpConfiguration SubResourceResponse
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResourceResponse
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations VirtualMachineNetworkInterfaceIPConfigurationResponse[]
    Specifies the IP configurations of the network interface.
    name string
    The network interface configuration name.
    deleteOption string
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse
    The dns settings to be applied on the network interfaces.
    dscpConfiguration SubResourceResponse
    enableAcceleratedNetworking boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResourceResponse
    The network security group.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ip_configurations Sequence[VirtualMachineNetworkInterfaceIPConfigurationResponse]
    Specifies the IP configurations of the network interface.
    name str
    The network interface configuration name.
    delete_option str
    Specify what happens to the network interface when the VM is deleted
    disable_tcp_state_tracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    dns_settings VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse
    The dns settings to be applied on the network interfaces.
    dscp_configuration SubResourceResponse
    enable_accelerated_networking bool
    Specifies whether the network interface is accelerated networking-enabled.
    enable_fpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    enable_ip_forwarding bool
    Whether IP forwarding enabled on this NIC.
    network_security_group SubResourceResponse
    The network security group.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<Property Map>
    Specifies the IP configurations of the network interface.
    name String
    The network interface configuration name.
    deleteOption String
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings Property Map
    The dns settings to be applied on the network interfaces.
    dscpConfiguration Property Map
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup Property Map
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    VirtualMachineNetworkInterfaceDnsSettingsConfiguration, VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs

    DnsServers List<string>
    List of DNS servers IP addresses
    DnsServers []string
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses
    dnsServers string[]
    List of DNS servers IP addresses
    dns_servers Sequence[str]
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses

    VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse, VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponseArgs

    DnsServers List<string>
    List of DNS servers IP addresses
    DnsServers []string
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses
    dnsServers string[]
    List of DNS servers IP addresses
    dns_servers Sequence[str]
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses

    VirtualMachineNetworkInterfaceIPConfiguration, VirtualMachineNetworkInterfaceIPConfigurationArgs

    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResource>
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    ApplicationSecurityGroups List<Pulumi.AzureNative.Compute.Inputs.SubResource>
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResource>
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string | Pulumi.AzureNative.Compute.IPVersions
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration Pulumi.AzureNative.Compute.Inputs.VirtualMachinePublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    Subnet Pulumi.AzureNative.Compute.Inputs.SubResource
    Specifies the identifier of the subnet.
    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools []SubResource
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    ApplicationSecurityGroups []SubResource
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools []SubResource
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string | IPVersions
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration VirtualMachinePublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    Subnet SubResource
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<SubResource>
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    applicationSecurityGroups List<SubResource>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<SubResource>
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String | IPVersions
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachinePublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    subnet SubResource
    Specifies the identifier of the subnet.
    name string
    The IP configuration name.
    applicationGatewayBackendAddressPools SubResource[]
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    applicationSecurityGroups SubResource[]
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools SubResource[]
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion string | IPVersions
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachinePublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    subnet SubResource
    Specifies the identifier of the subnet.
    name str
    The IP configuration name.
    application_gateway_backend_address_pools Sequence[SubResource]
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    application_security_groups Sequence[SubResource]
    Specifies an array of references to application security group.
    load_balancer_backend_address_pools Sequence[SubResource]
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    private_ip_address_version str | IPVersions
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_address_configuration VirtualMachinePublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    subnet SubResource
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    applicationSecurityGroups List<Property Map>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String | "IPv4" | "IPv6"
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration Property Map
    The publicIPAddressConfiguration.
    subnet Property Map
    Specifies the identifier of the subnet.

    VirtualMachineNetworkInterfaceIPConfigurationResponse, VirtualMachineNetworkInterfaceIPConfigurationResponseArgs

    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResourceResponse>
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    ApplicationSecurityGroups List<Pulumi.AzureNative.Compute.Inputs.SubResourceResponse>
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResourceResponse>
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration Pulumi.AzureNative.Compute.Inputs.VirtualMachinePublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    Subnet Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    Specifies the identifier of the subnet.
    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools []SubResourceResponse
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    ApplicationSecurityGroups []SubResourceResponse
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools []SubResourceResponse
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration VirtualMachinePublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    Subnet SubResourceResponse
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<SubResourceResponse>
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    applicationSecurityGroups List<SubResourceResponse>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<SubResourceResponse>
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachinePublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    subnet SubResourceResponse
    Specifies the identifier of the subnet.
    name string
    The IP configuration name.
    applicationGatewayBackendAddressPools SubResourceResponse[]
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    applicationSecurityGroups SubResourceResponse[]
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools SubResourceResponse[]
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion string
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachinePublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    subnet SubResourceResponse
    Specifies the identifier of the subnet.
    name str
    The IP configuration name.
    application_gateway_backend_address_pools Sequence[SubResourceResponse]
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    application_security_groups Sequence[SubResourceResponse]
    Specifies an array of references to application security group.
    load_balancer_backend_address_pools Sequence[SubResourceResponse]
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    private_ip_address_version str
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_address_configuration VirtualMachinePublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    subnet SubResourceResponse
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
    applicationSecurityGroups List<Property Map>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration Property Map
    The publicIPAddressConfiguration.
    subnet Property Map
    Specifies the identifier of the subnet.

    VirtualMachinePublicIPAddressConfiguration, VirtualMachinePublicIPAddressConfigurationArgs

    Name string
    The publicIP address configuration name.
    DeleteOption string | Pulumi.AzureNative.Compute.DeleteOptions
    Specify what happens to the public IP address when the VM is deleted
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachinePublicIPAddressDnsSettingsConfiguration
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineIpTag>
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string | Pulumi.AzureNative.Compute.IPVersions
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAllocationMethod string | Pulumi.AzureNative.Compute.PublicIPAllocationMethod
    Specify the public IP allocation type
    PublicIPPrefix Pulumi.AzureNative.Compute.Inputs.SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku Pulumi.AzureNative.Compute.Inputs.PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Name string
    The publicIP address configuration name.
    DeleteOption string | DeleteOptions
    Specify what happens to the public IP address when the VM is deleted
    DnsSettings VirtualMachinePublicIPAddressDnsSettingsConfiguration
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags []VirtualMachineIpTag
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string | IPVersions
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAllocationMethod string | PublicIPAllocationMethod
    Specify the public IP allocation type
    PublicIPPrefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String | DeleteOptions
    Specify what happens to the public IP address when the VM is deleted
    dnsSettings VirtualMachinePublicIPAddressDnsSettingsConfiguration
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Integer
    The idle timeout of the public IP address.
    ipTags List<VirtualMachineIpTag>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String | IPVersions
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAllocationMethod String | PublicIPAllocationMethod
    Specify the public IP allocation type
    publicIPPrefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name string
    The publicIP address configuration name.
    deleteOption string | DeleteOptions
    Specify what happens to the public IP address when the VM is deleted
    dnsSettings VirtualMachinePublicIPAddressDnsSettingsConfiguration
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes number
    The idle timeout of the public IP address.
    ipTags VirtualMachineIpTag[]
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion string | IPVersions
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAllocationMethod string | PublicIPAllocationMethod
    Specify the public IP allocation type
    publicIPPrefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name str
    The publicIP address configuration name.
    delete_option str | DeleteOptions
    Specify what happens to the public IP address when the VM is deleted
    dns_settings VirtualMachinePublicIPAddressDnsSettingsConfiguration
    The dns settings to be applied on the publicIP addresses .
    idle_timeout_in_minutes int
    The idle timeout of the public IP address.
    ip_tags Sequence[VirtualMachineIpTag]
    The list of IP tags associated with the public IP address.
    public_ip_address_version str | IPVersions
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_allocation_method str | PublicIPAllocationMethod
    Specify the public IP allocation type
    public_ip_prefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String | "Delete" | "Detach"
    Specify what happens to the public IP address when the VM is deleted
    dnsSettings Property Map
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Number
    The idle timeout of the public IP address.
    ipTags List<Property Map>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String | "IPv4" | "IPv6"
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAllocationMethod String | "Dynamic" | "Static"
    Specify the public IP allocation type
    publicIPPrefix Property Map
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku Property Map
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.

    VirtualMachinePublicIPAddressConfigurationResponse, VirtualMachinePublicIPAddressConfigurationResponseArgs

    Name string
    The publicIP address configuration name.
    DeleteOption string
    Specify what happens to the public IP address when the VM is deleted
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineIpTagResponse>
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAllocationMethod string
    Specify the public IP allocation type
    PublicIPPrefix Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku Pulumi.AzureNative.Compute.Inputs.PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Name string
    The publicIP address configuration name.
    DeleteOption string
    Specify what happens to the public IP address when the VM is deleted
    DnsSettings VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags []VirtualMachineIpTagResponse
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAllocationMethod string
    Specify the public IP allocation type
    PublicIPPrefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String
    Specify what happens to the public IP address when the VM is deleted
    dnsSettings VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Integer
    The idle timeout of the public IP address.
    ipTags List<VirtualMachineIpTagResponse>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAllocationMethod String
    Specify the public IP allocation type
    publicIPPrefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name string
    The publicIP address configuration name.
    deleteOption string
    Specify what happens to the public IP address when the VM is deleted
    dnsSettings VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes number
    The idle timeout of the public IP address.
    ipTags VirtualMachineIpTagResponse[]
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion string
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAllocationMethod string
    Specify the public IP allocation type
    publicIPPrefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name str
    The publicIP address configuration name.
    delete_option str
    Specify what happens to the public IP address when the VM is deleted
    dns_settings VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse
    The dns settings to be applied on the publicIP addresses .
    idle_timeout_in_minutes int
    The idle timeout of the public IP address.
    ip_tags Sequence[VirtualMachineIpTagResponse]
    The list of IP tags associated with the public IP address.
    public_ip_address_version str
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_allocation_method str
    Specify the public IP allocation type
    public_ip_prefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String
    Specify what happens to the public IP address when the VM is deleted
    dnsSettings Property Map
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Number
    The idle timeout of the public IP address.
    ipTags List<Property Map>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAllocationMethod String
    Specify the public IP allocation type
    publicIPPrefix Property Map
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku Property Map
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.

    VirtualMachinePublicIPAddressDnsSettingsConfiguration, VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs

    DomainNameLabel string
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    DomainNameLabel string
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domainNameLabel String
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domainNameLabel string
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domain_name_label str
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domainNameLabel String
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.

    VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse, VirtualMachinePublicIPAddressDnsSettingsConfigurationResponseArgs

    DomainNameLabel string
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    DomainNameLabel string
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domainNameLabel String
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domainNameLabel string
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domain_name_label str
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
    domainNameLabel String
    The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.

    VirtualMachineScaleSetIPConfiguration, VirtualMachineScaleSetIPConfigurationArgs

    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResource>
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    ApplicationSecurityGroups List<Pulumi.AzureNative.Compute.Inputs.SubResource>
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResource>
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    LoadBalancerInboundNatPools List<Pulumi.AzureNative.Compute.Inputs.SubResource>
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string | Pulumi.AzureNative.Compute.IPVersion
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetPublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    Subnet Pulumi.AzureNative.Compute.Inputs.ApiEntityReference
    Specifies the identifier of the subnet.
    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools []SubResource
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    ApplicationSecurityGroups []SubResource
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools []SubResource
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    LoadBalancerInboundNatPools []SubResource
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string | IPVersion
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration VirtualMachineScaleSetPublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    Subnet ApiEntityReference
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<SubResource>
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    applicationSecurityGroups List<SubResource>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<SubResource>
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    loadBalancerInboundNatPools List<SubResource>
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String | IPVersion
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachineScaleSetPublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    subnet ApiEntityReference
    Specifies the identifier of the subnet.
    name string
    The IP configuration name.
    applicationGatewayBackendAddressPools SubResource[]
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    applicationSecurityGroups SubResource[]
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools SubResource[]
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    loadBalancerInboundNatPools SubResource[]
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion string | IPVersion
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachineScaleSetPublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    subnet ApiEntityReference
    Specifies the identifier of the subnet.
    name str
    The IP configuration name.
    application_gateway_backend_address_pools Sequence[SubResource]
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    application_security_groups Sequence[SubResource]
    Specifies an array of references to application security group.
    load_balancer_backend_address_pools Sequence[SubResource]
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    load_balancer_inbound_nat_pools Sequence[SubResource]
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    private_ip_address_version str | IPVersion
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_address_configuration VirtualMachineScaleSetPublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    subnet ApiEntityReference
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    applicationSecurityGroups List<Property Map>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    loadBalancerInboundNatPools List<Property Map>
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String | "IPv4" | "IPv6"
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration Property Map
    The publicIPAddressConfiguration.
    subnet Property Map
    Specifies the identifier of the subnet.

    VirtualMachineScaleSetIPConfigurationResponse, VirtualMachineScaleSetIPConfigurationResponseArgs

    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResourceResponse>
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    ApplicationSecurityGroups List<Pulumi.AzureNative.Compute.Inputs.SubResourceResponse>
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools List<Pulumi.AzureNative.Compute.Inputs.SubResourceResponse>
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    LoadBalancerInboundNatPools List<Pulumi.AzureNative.Compute.Inputs.SubResourceResponse>
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetPublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    Subnet Pulumi.AzureNative.Compute.Inputs.ApiEntityReferenceResponse
    Specifies the identifier of the subnet.
    Name string
    The IP configuration name.
    ApplicationGatewayBackendAddressPools []SubResourceResponse
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    ApplicationSecurityGroups []SubResourceResponse
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools []SubResourceResponse
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    LoadBalancerInboundNatPools []SubResourceResponse
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    PrivateIPAddressVersion string
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPAddressConfiguration VirtualMachineScaleSetPublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    Subnet ApiEntityReferenceResponse
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<SubResourceResponse>
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    applicationSecurityGroups List<SubResourceResponse>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<SubResourceResponse>
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    loadBalancerInboundNatPools List<SubResourceResponse>
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachineScaleSetPublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    subnet ApiEntityReferenceResponse
    Specifies the identifier of the subnet.
    name string
    The IP configuration name.
    applicationGatewayBackendAddressPools SubResourceResponse[]
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    applicationSecurityGroups SubResourceResponse[]
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools SubResourceResponse[]
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    loadBalancerInboundNatPools SubResourceResponse[]
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion string
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration VirtualMachineScaleSetPublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    subnet ApiEntityReferenceResponse
    Specifies the identifier of the subnet.
    name str
    The IP configuration name.
    application_gateway_backend_address_pools Sequence[SubResourceResponse]
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    application_security_groups Sequence[SubResourceResponse]
    Specifies an array of references to application security group.
    load_balancer_backend_address_pools Sequence[SubResourceResponse]
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    load_balancer_inbound_nat_pools Sequence[SubResourceResponse]
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    private_ip_address_version str
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_address_configuration VirtualMachineScaleSetPublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    subnet ApiEntityReferenceResponse
    Specifies the identifier of the subnet.
    name String
    The IP configuration name.
    applicationGatewayBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
    applicationSecurityGroups List<Property Map>
    Specifies an array of references to application security group.
    loadBalancerBackendAddressPools List<Property Map>
    Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    loadBalancerInboundNatPools List<Property Map>
    Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    privateIPAddressVersion String
    Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPAddressConfiguration Property Map
    The publicIPAddressConfiguration.
    subnet Property Map
    Specifies the identifier of the subnet.

    VirtualMachineScaleSetIpTag, VirtualMachineScaleSetIpTagArgs

    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType string
    IP tag type. Example: FirstPartyUsage.
    tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ip_tag_type str
    IP tag type. Example: FirstPartyUsage.
    tag str
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.

    VirtualMachineScaleSetIpTagResponse, VirtualMachineScaleSetIpTagResponseArgs

    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    IpTagType string
    IP tag type. Example: FirstPartyUsage.
    Tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType string
    IP tag type. Example: FirstPartyUsage.
    tag string
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ip_tag_type str
    IP tag type. Example: FirstPartyUsage.
    tag str
    IP tag associated with the public IP. Example: SQL, Storage etc.
    ipTagType String
    IP tag type. Example: FirstPartyUsage.
    tag String
    IP tag associated with the public IP. Example: SQL, Storage etc.

    VirtualMachineScaleSetNetworkConfiguration, VirtualMachineScaleSetNetworkConfigurationArgs

    IpConfigurations List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetIPConfiguration>
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    DeleteOption string | Pulumi.AzureNative.Compute.DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup Pulumi.AzureNative.Compute.Inputs.SubResource
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    IpConfigurations []VirtualMachineScaleSetIPConfiguration
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    DeleteOption string | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup SubResource
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<VirtualMachineScaleSetIPConfiguration>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    deleteOption String | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResource
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations VirtualMachineScaleSetIPConfiguration[]
    Specifies the IP configurations of the network interface.
    name string
    The network configuration name.
    deleteOption string | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResource
    The network security group.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ip_configurations Sequence[VirtualMachineScaleSetIPConfiguration]
    Specifies the IP configurations of the network interface.
    name str
    The network configuration name.
    delete_option str | DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    disable_tcp_state_tracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    dns_settings VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    enable_accelerated_networking bool
    Specifies whether the network interface is accelerated networking-enabled.
    enable_fpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    enable_ip_forwarding bool
    Whether IP forwarding enabled on this NIC.
    network_security_group SubResource
    The network security group.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<Property Map>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    deleteOption String | "Delete" | "Detach"
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings Property Map
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup Property Map
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    VirtualMachineScaleSetNetworkConfigurationDnsSettings, VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs

    DnsServers List<string>
    List of DNS servers IP addresses
    DnsServers []string
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses
    dnsServers string[]
    List of DNS servers IP addresses
    dns_servers Sequence[str]
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses

    VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse, VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponseArgs

    DnsServers List<string>
    List of DNS servers IP addresses
    DnsServers []string
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses
    dnsServers string[]
    List of DNS servers IP addresses
    dns_servers Sequence[str]
    List of DNS servers IP addresses
    dnsServers List<String>
    List of DNS servers IP addresses

    VirtualMachineScaleSetNetworkConfigurationResponse, VirtualMachineScaleSetNetworkConfigurationResponseArgs

    IpConfigurations List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetIPConfigurationResponse>
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    DeleteOption string
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    IpConfigurations []VirtualMachineScaleSetIPConfigurationResponse
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    DeleteOption string
    Specify what happens to the network interface when the VM is deleted
    DisableTcpStateTracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    DnsSettings VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup SubResourceResponse
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<VirtualMachineScaleSetIPConfigurationResponse>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    deleteOption String
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResourceResponse
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations VirtualMachineScaleSetIPConfigurationResponse[]
    Specifies the IP configurations of the network interface.
    name string
    The network configuration name.
    deleteOption string
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResourceResponse
    The network security group.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ip_configurations Sequence[VirtualMachineScaleSetIPConfigurationResponse]
    Specifies the IP configurations of the network interface.
    name str
    The network configuration name.
    delete_option str
    Specify what happens to the network interface when the VM is deleted
    disable_tcp_state_tracking bool
    Specifies whether the network interface is disabled for tcp state tracking.
    dns_settings VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    enable_accelerated_networking bool
    Specifies whether the network interface is accelerated networking-enabled.
    enable_fpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    enable_ip_forwarding bool
    Whether IP forwarding enabled on this NIC.
    network_security_group SubResourceResponse
    The network security group.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<Property Map>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    deleteOption String
    Specify what happens to the network interface when the VM is deleted
    disableTcpStateTracking Boolean
    Specifies whether the network interface is disabled for tcp state tracking.
    dnsSettings Property Map
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup Property Map
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    VirtualMachineScaleSetPublicIPAddressConfiguration, VirtualMachineScaleSetPublicIPAddressConfigurationArgs

    Name string
    The publicIP address configuration name.
    DeleteOption string | Pulumi.AzureNative.Compute.DeleteOptions
    Specify what happens to the public IP when the VM is deleted
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetIpTag>
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string | Pulumi.AzureNative.Compute.IPVersion
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPPrefix Pulumi.AzureNative.Compute.Inputs.SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku Pulumi.AzureNative.Compute.Inputs.PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Name string
    The publicIP address configuration name.
    DeleteOption string | DeleteOptions
    Specify what happens to the public IP when the VM is deleted
    DnsSettings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags []VirtualMachineScaleSetIpTag
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string | IPVersion
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPPrefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String | DeleteOptions
    Specify what happens to the public IP when the VM is deleted
    dnsSettings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Integer
    The idle timeout of the public IP address.
    ipTags List<VirtualMachineScaleSetIpTag>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String | IPVersion
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPPrefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name string
    The publicIP address configuration name.
    deleteOption string | DeleteOptions
    Specify what happens to the public IP when the VM is deleted
    dnsSettings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes number
    The idle timeout of the public IP address.
    ipTags VirtualMachineScaleSetIpTag[]
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion string | IPVersion
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPPrefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name str
    The publicIP address configuration name.
    delete_option str | DeleteOptions
    Specify what happens to the public IP when the VM is deleted
    dns_settings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
    The dns settings to be applied on the publicIP addresses .
    idle_timeout_in_minutes int
    The idle timeout of the public IP address.
    ip_tags Sequence[VirtualMachineScaleSetIpTag]
    The list of IP tags associated with the public IP address.
    public_ip_address_version str | IPVersion
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_prefix SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String | "Delete" | "Detach"
    Specify what happens to the public IP when the VM is deleted
    dnsSettings Property Map
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Number
    The idle timeout of the public IP address.
    ipTags List<Property Map>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String | "IPv4" | "IPv6"
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPPrefix Property Map
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku Property Map
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.

    VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs

    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domain_name_label str
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created

    VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponseArgs

    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domain_name_label str
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created

    VirtualMachineScaleSetPublicIPAddressConfigurationResponse, VirtualMachineScaleSetPublicIPAddressConfigurationResponseArgs

    Name string
    The publicIP address configuration name.
    DeleteOption string
    Specify what happens to the public IP when the VM is deleted
    DnsSettings Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineScaleSetIpTagResponse>
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPPrefix Pulumi.AzureNative.Compute.Inputs.SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku Pulumi.AzureNative.Compute.Inputs.PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Name string
    The publicIP address configuration name.
    DeleteOption string
    Specify what happens to the public IP when the VM is deleted
    DnsSettings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse
    The dns settings to be applied on the publicIP addresses .
    IdleTimeoutInMinutes int
    The idle timeout of the public IP address.
    IpTags []VirtualMachineScaleSetIpTagResponse
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    PublicIPPrefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    Sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String
    Specify what happens to the public IP when the VM is deleted
    dnsSettings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Integer
    The idle timeout of the public IP address.
    ipTags List<VirtualMachineScaleSetIpTagResponse>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPPrefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name string
    The publicIP address configuration name.
    deleteOption string
    Specify what happens to the public IP when the VM is deleted
    dnsSettings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes number
    The idle timeout of the public IP address.
    ipTags VirtualMachineScaleSetIpTagResponse[]
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion string
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPPrefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name str
    The publicIP address configuration name.
    delete_option str
    Specify what happens to the public IP when the VM is deleted
    dns_settings VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse
    The dns settings to be applied on the publicIP addresses .
    idle_timeout_in_minutes int
    The idle timeout of the public IP address.
    ip_tags Sequence[VirtualMachineScaleSetIpTagResponse]
    The list of IP tags associated with the public IP address.
    public_ip_address_version str
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    public_ip_prefix SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    name String
    The publicIP address configuration name.
    deleteOption String
    Specify what happens to the public IP when the VM is deleted
    dnsSettings Property Map
    The dns settings to be applied on the publicIP addresses .
    idleTimeoutInMinutes Number
    The idle timeout of the public IP address.
    ipTags List<Property Map>
    The list of IP tags associated with the public IP address.
    publicIPAddressVersion String
    Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
    publicIPPrefix Property Map
    The PublicIPPrefix from which to allocate publicIP addresses.
    sku Property Map
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.

    VirtualMachineScaleSetVMInstanceViewResponse, VirtualMachineScaleSetVMInstanceViewResponseArgs

    AssignedHost string
    Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
    VmHealth Pulumi.AzureNative.Compute.Inputs.VirtualMachineHealthStatusResponse
    The health status for the VM.
    BootDiagnostics Pulumi.AzureNative.Compute.Inputs.BootDiagnosticsInstanceViewResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    ComputerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    Disks List<Pulumi.AzureNative.Compute.Inputs.DiskInstanceViewResponse>
    The disks information.
    Extensions List<Pulumi.AzureNative.Compute.Inputs.VirtualMachineExtensionInstanceViewResponse>
    The extensions information.
    HyperVGeneration string
    The hypervisor generation of the Virtual Machine [V1, V2]
    MaintenanceRedeployStatus Pulumi.AzureNative.Compute.Inputs.MaintenanceRedeployStatusResponse
    The Maintenance Operation status on the virtual machine.
    OsName string
    The Operating System running on the hybrid machine.
    OsVersion string
    The version of Operating System running on the hybrid machine.
    PlacementGroupId string
    The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.
    PlatformFaultDomain int
    The Fault Domain count.
    PlatformUpdateDomain int
    The Update Domain count.
    RdpThumbPrint string
    The Remote desktop certificate thumbprint.
    Statuses List<Pulumi.AzureNative.Compute.Inputs.InstanceViewStatusResponse>
    The resource status information.
    VmAgent Pulumi.AzureNative.Compute.Inputs.VirtualMachineAgentInstanceViewResponse
    The VM Agent running on the virtual machine.
    AssignedHost string
    Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
    VmHealth VirtualMachineHealthStatusResponse
    The health status for the VM.
    BootDiagnostics BootDiagnosticsInstanceViewResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    ComputerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    Disks []DiskInstanceViewResponse
    The disks information.
    Extensions []VirtualMachineExtensionInstanceViewResponse
    The extensions information.
    HyperVGeneration string
    The hypervisor generation of the Virtual Machine [V1, V2]
    MaintenanceRedeployStatus MaintenanceRedeployStatusResponse
    The Maintenance Operation status on the virtual machine.
    OsName string
    The Operating System running on the hybrid machine.
    OsVersion string
    The version of Operating System running on the hybrid machine.
    PlacementGroupId string
    The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.
    PlatformFaultDomain int
    The Fault Domain count.
    PlatformUpdateDomain int
    The Update Domain count.
    RdpThumbPrint string
    The Remote desktop certificate thumbprint.
    Statuses []InstanceViewStatusResponse
    The resource status information.
    VmAgent VirtualMachineAgentInstanceViewResponse
    The VM Agent running on the virtual machine.
    assignedHost String
    Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
    vmHealth VirtualMachineHealthStatusResponse
    The health status for the VM.
    bootDiagnostics BootDiagnosticsInstanceViewResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    computerName String
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    disks List<DiskInstanceViewResponse>
    The disks information.
    extensions List<VirtualMachineExtensionInstanceViewResponse>
    The extensions information.
    hyperVGeneration String
    The hypervisor generation of the Virtual Machine [V1, V2]
    maintenanceRedeployStatus MaintenanceRedeployStatusResponse
    The Maintenance Operation status on the virtual machine.
    osName String
    The Operating System running on the hybrid machine.
    osVersion String
    The version of Operating System running on the hybrid machine.
    placementGroupId String
    The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.
    platformFaultDomain Integer
    The Fault Domain count.
    platformUpdateDomain Integer
    The Update Domain count.
    rdpThumbPrint String
    The Remote desktop certificate thumbprint.
    statuses List<InstanceViewStatusResponse>
    The resource status information.
    vmAgent VirtualMachineAgentInstanceViewResponse
    The VM Agent running on the virtual machine.
    assignedHost string
    Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
    vmHealth VirtualMachineHealthStatusResponse
    The health status for the VM.
    bootDiagnostics BootDiagnosticsInstanceViewResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    computerName string
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    disks DiskInstanceViewResponse[]
    The disks information.
    extensions VirtualMachineExtensionInstanceViewResponse[]
    The extensions information.
    hyperVGeneration string
    The hypervisor generation of the Virtual Machine [V1, V2]
    maintenanceRedeployStatus MaintenanceRedeployStatusResponse
    The Maintenance Operation status on the virtual machine.
    osName string
    The Operating System running on the hybrid machine.
    osVersion string
    The version of Operating System running on the hybrid machine.
    placementGroupId string
    The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.
    platformFaultDomain number
    The Fault Domain count.
    platformUpdateDomain number
    The Update Domain count.
    rdpThumbPrint string
    The Remote desktop certificate thumbprint.
    statuses InstanceViewStatusResponse[]
    The resource status information.
    vmAgent VirtualMachineAgentInstanceViewResponse
    The VM Agent running on the virtual machine.
    assigned_host str
    Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
    vm_health VirtualMachineHealthStatusResponse
    The health status for the VM.
    boot_diagnostics BootDiagnosticsInstanceViewResponse
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    computer_name str
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    disks Sequence[DiskInstanceViewResponse]
    The disks information.
    extensions Sequence[VirtualMachineExtensionInstanceViewResponse]
    The extensions information.
    hyper_v_generation str
    The hypervisor generation of the Virtual Machine [V1, V2]
    maintenance_redeploy_status MaintenanceRedeployStatusResponse
    The Maintenance Operation status on the virtual machine.
    os_name str
    The Operating System running on the hybrid machine.
    os_version str
    The version of Operating System running on the hybrid machine.
    placement_group_id str
    The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.
    platform_fault_domain int
    The Fault Domain count.
    platform_update_domain int
    The Update Domain count.
    rdp_thumb_print str
    The Remote desktop certificate thumbprint.
    statuses Sequence[InstanceViewStatusResponse]
    The resource status information.
    vm_agent VirtualMachineAgentInstanceViewResponse
    The VM Agent running on the virtual machine.
    assignedHost String
    Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
    vmHealth Property Map
    The health status for the VM.
    bootDiagnostics Property Map
    Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
    computerName String
    Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
    disks List<Property Map>
    The disks information.
    extensions List<Property Map>
    The extensions information.
    hyperVGeneration String
    The hypervisor generation of the Virtual Machine [V1, V2]
    maintenanceRedeployStatus Property Map
    The Maintenance Operation status on the virtual machine.
    osName String
    The Operating System running on the hybrid machine.
    osVersion String
    The version of Operating System running on the hybrid machine.
    placementGroupId String
    The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.
    platformFaultDomain Number
    The Fault Domain count.
    platformUpdateDomain Number
    The Update Domain count.
    rdpThumbPrint String
    The Remote desktop certificate thumbprint.
    statuses List<Property Map>
    The resource status information.
    vmAgent Property Map
    The VM Agent running on the virtual machine.

    VirtualMachineScaleSetVMNetworkProfileConfiguration, VirtualMachineScaleSetVMNetworkProfileConfigurationArgs

    networkInterfaceConfigurations List<Property Map>
    The list of network configurations.

    VirtualMachineScaleSetVMNetworkProfileConfigurationResponse, VirtualMachineScaleSetVMNetworkProfileConfigurationResponseArgs

    networkInterfaceConfigurations List<Property Map>
    The list of network configurations.

    VirtualMachineScaleSetVMProtectionPolicy, VirtualMachineScaleSetVMProtectionPolicyArgs

    ProtectFromScaleIn bool
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    ProtectFromScaleSetActions bool
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    ProtectFromScaleIn bool
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    ProtectFromScaleSetActions bool
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protectFromScaleIn Boolean
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protectFromScaleSetActions Boolean
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protectFromScaleIn boolean
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protectFromScaleSetActions boolean
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protect_from_scale_in bool
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protect_from_scale_set_actions bool
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protectFromScaleIn Boolean
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protectFromScaleSetActions Boolean
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.

    VirtualMachineScaleSetVMProtectionPolicyResponse, VirtualMachineScaleSetVMProtectionPolicyResponseArgs

    ProtectFromScaleIn bool
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    ProtectFromScaleSetActions bool
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    ProtectFromScaleIn bool
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    ProtectFromScaleSetActions bool
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protectFromScaleIn Boolean
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protectFromScaleSetActions Boolean
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protectFromScaleIn boolean
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protectFromScaleSetActions boolean
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protect_from_scale_in bool
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protect_from_scale_set_actions bool
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
    protectFromScaleIn Boolean
    Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
    protectFromScaleSetActions Boolean
    Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.

    VirtualMachineSizeTypes, VirtualMachineSizeTypesArgs

    Basic_A0
    Basic_A0
    Basic_A1
    Basic_A1
    Basic_A2
    Basic_A2
    Basic_A3
    Basic_A3
    Basic_A4
    Basic_A4
    Standard_A0
    Standard_A0
    Standard_A1
    Standard_A1
    Standard_A2
    Standard_A2
    Standard_A3
    Standard_A3
    Standard_A4
    Standard_A4
    Standard_A5
    Standard_A5
    Standard_A6
    Standard_A6
    Standard_A7
    Standard_A7
    Standard_A8
    Standard_A8
    Standard_A9
    Standard_A9
    Standard_A10
    Standard_A10
    Standard_A11
    Standard_A11
    Standard_A1_v2
    Standard_A1_v2
    Standard_A2_v2
    Standard_A2_v2
    Standard_A4_v2
    Standard_A4_v2
    Standard_A8_v2
    Standard_A8_v2
    Standard_A2m_v2
    Standard_A2m_v2
    Standard_A4m_v2
    Standard_A4m_v2
    Standard_A8m_v2
    Standard_A8m_v2
    Standard_B1s
    Standard_B1s
    Standard_B1ms
    Standard_B1ms
    Standard_B2s
    Standard_B2s
    Standard_B2ms
    Standard_B2ms
    Standard_B4ms
    Standard_B4ms
    Standard_B8ms
    Standard_B8ms
    Standard_D1
    Standard_D1
    Standard_D2
    Standard_D2
    Standard_D3
    Standard_D3
    Standard_D4
    Standard_D4
    Standard_D11
    Standard_D11
    Standard_D12
    Standard_D12
    Standard_D13
    Standard_D13
    Standard_D14
    Standard_D14
    Standard_D1_v2
    Standard_D1_v2
    Standard_D2_v2
    Standard_D2_v2
    Standard_D3_v2
    Standard_D3_v2
    Standard_D4_v2
    Standard_D4_v2
    Standard_D5_v2
    Standard_D5_v2
    Standard_D2_v3
    Standard_D2_v3
    Standard_D4_v3
    Standard_D4_v3
    Standard_D8_v3
    Standard_D8_v3
    Standard_D16_v3
    Standard_D16_v3
    Standard_D32_v3
    Standard_D32_v3
    Standard_D64_v3
    Standard_D64_v3
    Standard_D2s_v3
    Standard_D2s_v3
    Standard_D4s_v3
    Standard_D4s_v3
    Standard_D8s_v3
    Standard_D8s_v3
    Standard_D16s_v3
    Standard_D16s_v3
    Standard_D32s_v3
    Standard_D32s_v3
    Standard_D64s_v3
    Standard_D64s_v3
    Standard_D11_v2
    Standard_D11_v2
    Standard_D12_v2
    Standard_D12_v2
    Standard_D13_v2
    Standard_D13_v2
    Standard_D14_v2
    Standard_D14_v2
    Standard_D15_v2
    Standard_D15_v2
    Standard_DS1
    Standard_DS1
    Standard_DS2
    Standard_DS2
    Standard_DS3
    Standard_DS3
    Standard_DS4
    Standard_DS4
    Standard_DS11
    Standard_DS11
    Standard_DS12
    Standard_DS12
    Standard_DS13
    Standard_DS13
    Standard_DS14
    Standard_DS14
    Standard_DS1_v2
    Standard_DS1_v2
    Standard_DS2_v2
    Standard_DS2_v2
    Standard_DS3_v2
    Standard_DS3_v2
    Standard_DS4_v2
    Standard_DS4_v2
    Standard_DS5_v2
    Standard_DS5_v2
    Standard_DS11_v2
    Standard_DS11_v2
    Standard_DS12_v2
    Standard_DS12_v2
    Standard_DS13_v2
    Standard_DS13_v2
    Standard_DS14_v2
    Standard_DS14_v2
    Standard_DS15_v2
    Standard_DS15_v2
    Standard_DS13_4_v2
    Standard_DS13-4_v2
    Standard_DS13_2_v2
    Standard_DS13-2_v2
    Standard_DS14_8_v2
    Standard_DS14-8_v2
    Standard_DS14_4_v2
    Standard_DS14-4_v2
    Standard_E2_v3
    Standard_E2_v3
    Standard_E4_v3
    Standard_E4_v3
    Standard_E8_v3
    Standard_E8_v3
    Standard_E16_v3
    Standard_E16_v3
    Standard_E32_v3
    Standard_E32_v3
    Standard_E64_v3
    Standard_E64_v3
    Standard_E2s_v3
    Standard_E2s_v3
    Standard_E4s_v3
    Standard_E4s_v3
    Standard_E8s_v3
    Standard_E8s_v3
    Standard_E16s_v3
    Standard_E16s_v3
    Standard_E32s_v3
    Standard_E32s_v3
    Standard_E64s_v3
    Standard_E64s_v3
    Standard_E32_16_v3
    Standard_E32-16_v3
    Standard_E32_8s_v3
    Standard_E32-8s_v3
    Standard_E64_32s_v3
    Standard_E64-32s_v3
    Standard_E64_16s_v3
    Standard_E64-16s_v3
    Standard_F1
    Standard_F1
    Standard_F2
    Standard_F2
    Standard_F4
    Standard_F4
    Standard_F8
    Standard_F8
    Standard_F16
    Standard_F16
    Standard_F1s
    Standard_F1s
    Standard_F2s
    Standard_F2s
    Standard_F4s
    Standard_F4s
    Standard_F8s
    Standard_F8s
    Standard_F16s
    Standard_F16s
    Standard_F2s_v2
    Standard_F2s_v2
    Standard_F4s_v2
    Standard_F4s_v2
    Standard_F8s_v2
    Standard_F8s_v2
    Standard_F16s_v2
    Standard_F16s_v2
    Standard_F32s_v2
    Standard_F32s_v2
    Standard_F64s_v2
    Standard_F64s_v2
    Standard_F72s_v2
    Standard_F72s_v2
    Standard_G1
    Standard_G1
    Standard_G2
    Standard_G2
    Standard_G3
    Standard_G3
    Standard_G4
    Standard_G4
    Standard_G5
    Standard_G5
    Standard_GS1
    Standard_GS1
    Standard_GS2
    Standard_GS2
    Standard_GS3
    Standard_GS3
    Standard_GS4
    Standard_GS4
    Standard_GS5
    Standard_GS5
    Standard_GS4_8
    Standard_GS4-8
    Standard_GS4_4
    Standard_GS4-4
    Standard_GS5_16
    Standard_GS5-16
    Standard_GS5_8
    Standard_GS5-8
    Standard_H8
    Standard_H8
    Standard_H16
    Standard_H16
    Standard_H8m
    Standard_H8m
    Standard_H16m
    Standard_H16m
    Standard_H16r
    Standard_H16r
    Standard_H16mr
    Standard_H16mr
    Standard_L4s
    Standard_L4s
    Standard_L8s
    Standard_L8s
    Standard_L16s
    Standard_L16s
    Standard_L32s
    Standard_L32s
    Standard_M64s
    Standard_M64s
    Standard_M64ms
    Standard_M64ms
    Standard_M128s
    Standard_M128s
    Standard_M128ms
    Standard_M128ms
    Standard_M64_32ms
    Standard_M64-32ms
    Standard_M64_16ms
    Standard_M64-16ms
    Standard_M128_64ms
    Standard_M128-64ms
    Standard_M128_32ms
    Standard_M128-32ms
    Standard_NC6
    Standard_NC6
    Standard_NC12
    Standard_NC12
    Standard_NC24
    Standard_NC24
    Standard_NC24r
    Standard_NC24r
    Standard_NC6s_v2
    Standard_NC6s_v2
    Standard_NC12s_v2
    Standard_NC12s_v2
    Standard_NC24s_v2
    Standard_NC24s_v2
    Standard_NC24rs_v2
    Standard_NC24rs_v2
    Standard_NC6s_v3
    Standard_NC6s_v3
    Standard_NC12s_v3
    Standard_NC12s_v3
    Standard_NC24s_v3
    Standard_NC24s_v3
    Standard_NC24rs_v3
    Standard_NC24rs_v3
    Standard_ND6s
    Standard_ND6s
    Standard_ND12s
    Standard_ND12s
    Standard_ND24s
    Standard_ND24s
    Standard_ND24rs
    Standard_ND24rs
    Standard_NV6
    Standard_NV6
    Standard_NV12
    Standard_NV12
    Standard_NV24
    Standard_NV24
    VirtualMachineSizeTypes_Basic_A0
    Basic_A0
    VirtualMachineSizeTypes_Basic_A1
    Basic_A1
    VirtualMachineSizeTypes_Basic_A2
    Basic_A2
    VirtualMachineSizeTypes_Basic_A3
    Basic_A3
    VirtualMachineSizeTypes_Basic_A4
    Basic_A4
    VirtualMachineSizeTypes_Standard_A0
    Standard_A0
    VirtualMachineSizeTypes_Standard_A1
    Standard_A1
    VirtualMachineSizeTypes_Standard_A2
    Standard_A2
    VirtualMachineSizeTypes_Standard_A3
    Standard_A3
    VirtualMachineSizeTypes_Standard_A4
    Standard_A4
    VirtualMachineSizeTypes_Standard_A5
    Standard_A5
    VirtualMachineSizeTypes_Standard_A6
    Standard_A6
    VirtualMachineSizeTypes_Standard_A7
    Standard_A7
    VirtualMachineSizeTypes_Standard_A8
    Standard_A8
    VirtualMachineSizeTypes_Standard_A9
    Standard_A9
    VirtualMachineSizeTypes_Standard_A10
    Standard_A10
    VirtualMachineSizeTypes_Standard_A11
    Standard_A11
    VirtualMachineSizeTypes_Standard_A1_v2
    Standard_A1_v2
    VirtualMachineSizeTypes_Standard_A2_v2
    Standard_A2_v2
    VirtualMachineSizeTypes_Standard_A4_v2
    Standard_A4_v2
    VirtualMachineSizeTypes_Standard_A8_v2
    Standard_A8_v2
    VirtualMachineSizeTypes_Standard_A2m_v2
    Standard_A2m_v2
    VirtualMachineSizeTypes_Standard_A4m_v2
    Standard_A4m_v2
    VirtualMachineSizeTypes_Standard_A8m_v2
    Standard_A8m_v2
    VirtualMachineSizeTypes_Standard_B1s
    Standard_B1s
    VirtualMachineSizeTypes_Standard_B1ms
    Standard_B1ms
    VirtualMachineSizeTypes_Standard_B2s
    Standard_B2s
    VirtualMachineSizeTypes_Standard_B2ms
    Standard_B2ms
    VirtualMachineSizeTypes_Standard_B4ms
    Standard_B4ms
    VirtualMachineSizeTypes_Standard_B8ms
    Standard_B8ms
    VirtualMachineSizeTypes_Standard_D1
    Standard_D1
    VirtualMachineSizeTypes_Standard_D2
    Standard_D2
    VirtualMachineSizeTypes_Standard_D3
    Standard_D3
    VirtualMachineSizeTypes_Standard_D4
    Standard_D4
    VirtualMachineSizeTypes_Standard_D11
    Standard_D11
    VirtualMachineSizeTypes_Standard_D12
    Standard_D12
    VirtualMachineSizeTypes_Standard_D13
    Standard_D13
    VirtualMachineSizeTypes_Standard_D14
    Standard_D14
    VirtualMachineSizeTypes_Standard_D1_v2
    Standard_D1_v2
    VirtualMachineSizeTypes_Standard_D2_v2
    Standard_D2_v2
    VirtualMachineSizeTypes_Standard_D3_v2
    Standard_D3_v2
    VirtualMachineSizeTypes_Standard_D4_v2
    Standard_D4_v2
    VirtualMachineSizeTypes_Standard_D5_v2
    Standard_D5_v2
    VirtualMachineSizeTypes_Standard_D2_v3
    Standard_D2_v3
    VirtualMachineSizeTypes_Standard_D4_v3
    Standard_D4_v3
    VirtualMachineSizeTypes_Standard_D8_v3
    Standard_D8_v3
    VirtualMachineSizeTypes_Standard_D16_v3
    Standard_D16_v3
    VirtualMachineSizeTypes_Standard_D32_v3
    Standard_D32_v3
    VirtualMachineSizeTypes_Standard_D64_v3
    Standard_D64_v3
    VirtualMachineSizeTypes_Standard_D2s_v3
    Standard_D2s_v3
    VirtualMachineSizeTypes_Standard_D4s_v3
    Standard_D4s_v3
    VirtualMachineSizeTypes_Standard_D8s_v3
    Standard_D8s_v3
    VirtualMachineSizeTypes_Standard_D16s_v3
    Standard_D16s_v3
    VirtualMachineSizeTypes_Standard_D32s_v3
    Standard_D32s_v3
    VirtualMachineSizeTypes_Standard_D64s_v3
    Standard_D64s_v3
    VirtualMachineSizeTypes_Standard_D11_v2
    Standard_D11_v2
    VirtualMachineSizeTypes_Standard_D12_v2
    Standard_D12_v2
    VirtualMachineSizeTypes_Standard_D13_v2
    Standard_D13_v2
    VirtualMachineSizeTypes_Standard_D14_v2
    Standard_D14_v2
    VirtualMachineSizeTypes_Standard_D15_v2
    Standard_D15_v2
    VirtualMachineSizeTypes_Standard_DS1
    Standard_DS1
    VirtualMachineSizeTypes_Standard_DS2
    Standard_DS2
    VirtualMachineSizeTypes_Standard_DS3
    Standard_DS3
    VirtualMachineSizeTypes_Standard_DS4
    Standard_DS4
    VirtualMachineSizeTypes_Standard_DS11
    Standard_DS11
    VirtualMachineSizeTypes_Standard_DS12
    Standard_DS12
    VirtualMachineSizeTypes_Standard_DS13
    Standard_DS13
    VirtualMachineSizeTypes_Standard_DS14
    Standard_DS14
    VirtualMachineSizeTypes_Standard_DS1_v2
    Standard_DS1_v2
    VirtualMachineSizeTypes_Standard_DS2_v2
    Standard_DS2_v2
    VirtualMachineSizeTypes_Standard_DS3_v2
    Standard_DS3_v2
    VirtualMachineSizeTypes_Standard_DS4_v2
    Standard_DS4_v2
    VirtualMachineSizeTypes_Standard_DS5_v2
    Standard_DS5_v2
    VirtualMachineSizeTypes_Standard_DS11_v2
    Standard_DS11_v2
    VirtualMachineSizeTypes_Standard_DS12_v2
    Standard_DS12_v2
    VirtualMachineSizeTypes_Standard_DS13_v2
    Standard_DS13_v2
    VirtualMachineSizeTypes_Standard_DS14_v2
    Standard_DS14_v2
    VirtualMachineSizeTypes_Standard_DS15_v2
    Standard_DS15_v2
    VirtualMachineSizeTypes_Standard_DS13_4_v2
    Standard_DS13-4_v2
    VirtualMachineSizeTypes_Standard_DS13_2_v2
    Standard_DS13-2_v2
    VirtualMachineSizeTypes_Standard_DS14_8_v2
    Standard_DS14-8_v2
    VirtualMachineSizeTypes_Standard_DS14_4_v2
    Standard_DS14-4_v2
    VirtualMachineSizeTypes_Standard_E2_v3
    Standard_E2_v3
    VirtualMachineSizeTypes_Standard_E4_v3
    Standard_E4_v3
    VirtualMachineSizeTypes_Standard_E8_v3
    Standard_E8_v3
    VirtualMachineSizeTypes_Standard_E16_v3
    Standard_E16_v3
    VirtualMachineSizeTypes_Standard_E32_v3
    Standard_E32_v3
    VirtualMachineSizeTypes_Standard_E64_v3
    Standard_E64_v3
    VirtualMachineSizeTypes_Standard_E2s_v3
    Standard_E2s_v3
    VirtualMachineSizeTypes_Standard_E4s_v3
    Standard_E4s_v3
    VirtualMachineSizeTypes_Standard_E8s_v3
    Standard_E8s_v3
    VirtualMachineSizeTypes_Standard_E16s_v3
    Standard_E16s_v3
    VirtualMachineSizeTypes_Standard_E32s_v3
    Standard_E32s_v3
    VirtualMachineSizeTypes_Standard_E64s_v3
    Standard_E64s_v3
    VirtualMachineSizeTypes_Standard_E32_16_v3
    Standard_E32-16_v3
    VirtualMachineSizeTypes_Standard_E32_8s_v3
    Standard_E32-8s_v3
    VirtualMachineSizeTypes_Standard_E64_32s_v3
    Standard_E64-32s_v3
    VirtualMachineSizeTypes_Standard_E64_16s_v3
    Standard_E64-16s_v3
    VirtualMachineSizeTypes_Standard_F1
    Standard_F1
    VirtualMachineSizeTypes_Standard_F2
    Standard_F2
    VirtualMachineSizeTypes_Standard_F4
    Standard_F4
    VirtualMachineSizeTypes_Standard_F8
    Standard_F8
    VirtualMachineSizeTypes_Standard_F16
    Standard_F16
    VirtualMachineSizeTypes_Standard_F1s
    Standard_F1s
    VirtualMachineSizeTypes_Standard_F2s
    Standard_F2s
    VirtualMachineSizeTypes_Standard_F4s
    Standard_F4s
    VirtualMachineSizeTypes_Standard_F8s
    Standard_F8s
    VirtualMachineSizeTypes_Standard_F16s
    Standard_F16s
    VirtualMachineSizeTypes_Standard_F2s_v2
    Standard_F2s_v2
    VirtualMachineSizeTypes_Standard_F4s_v2
    Standard_F4s_v2
    VirtualMachineSizeTypes_Standard_F8s_v2
    Standard_F8s_v2
    VirtualMachineSizeTypes_Standard_F16s_v2
    Standard_F16s_v2
    VirtualMachineSizeTypes_Standard_F32s_v2
    Standard_F32s_v2
    VirtualMachineSizeTypes_Standard_F64s_v2
    Standard_F64s_v2
    VirtualMachineSizeTypes_Standard_F72s_v2
    Standard_F72s_v2
    VirtualMachineSizeTypes_Standard_G1
    Standard_G1
    VirtualMachineSizeTypes_Standard_G2
    Standard_G2
    VirtualMachineSizeTypes_Standard_G3
    Standard_G3
    VirtualMachineSizeTypes_Standard_G4
    Standard_G4
    VirtualMachineSizeTypes_Standard_G5
    Standard_G5
    VirtualMachineSizeTypes_Standard_GS1
    Standard_GS1
    VirtualMachineSizeTypes_Standard_GS2
    Standard_GS2
    VirtualMachineSizeTypes_Standard_GS3
    Standard_GS3
    VirtualMachineSizeTypes_Standard_GS4
    Standard_GS4
    VirtualMachineSizeTypes_Standard_GS5
    Standard_GS5
    VirtualMachineSizeTypes_Standard_GS4_8
    Standard_GS4-8
    VirtualMachineSizeTypes_Standard_GS4_4
    Standard_GS4-4
    VirtualMachineSizeTypes_Standard_GS5_16
    Standard_GS5-16
    VirtualMachineSizeTypes_Standard_GS5_8
    Standard_GS5-8
    VirtualMachineSizeTypes_Standard_H8
    Standard_H8
    VirtualMachineSizeTypes_Standard_H16
    Standard_H16
    VirtualMachineSizeTypes_Standard_H8m
    Standard_H8m
    VirtualMachineSizeTypes_Standard_H16m
    Standard_H16m
    VirtualMachineSizeTypes_Standard_H16r
    Standard_H16r
    VirtualMachineSizeTypes_Standard_H16mr
    Standard_H16mr
    VirtualMachineSizeTypes_Standard_L4s
    Standard_L4s
    VirtualMachineSizeTypes_Standard_L8s
    Standard_L8s
    VirtualMachineSizeTypes_Standard_L16s
    Standard_L16s
    VirtualMachineSizeTypes_Standard_L32s
    Standard_L32s
    VirtualMachineSizeTypes_Standard_M64s
    Standard_M64s
    VirtualMachineSizeTypes_Standard_M64ms
    Standard_M64ms
    VirtualMachineSizeTypes_Standard_M128s
    Standard_M128s
    VirtualMachineSizeTypes_Standard_M128ms
    Standard_M128ms
    VirtualMachineSizeTypes_Standard_M64_32ms
    Standard_M64-32ms
    VirtualMachineSizeTypes_Standard_M64_16ms
    Standard_M64-16ms
    VirtualMachineSizeTypes_Standard_M128_64ms
    Standard_M128-64ms
    VirtualMachineSizeTypes_Standard_M128_32ms
    Standard_M128-32ms
    VirtualMachineSizeTypes_Standard_NC6
    Standard_NC6
    VirtualMachineSizeTypes_Standard_NC12
    Standard_NC12
    VirtualMachineSizeTypes_Standard_NC24
    Standard_NC24
    VirtualMachineSizeTypes_Standard_NC24r
    Standard_NC24r
    VirtualMachineSizeTypes_Standard_NC6s_v2
    Standard_NC6s_v2
    VirtualMachineSizeTypes_Standard_NC12s_v2
    Standard_NC12s_v2
    VirtualMachineSizeTypes_Standard_NC24s_v2
    Standard_NC24s_v2
    VirtualMachineSizeTypes_Standard_NC24rs_v2
    Standard_NC24rs_v2
    VirtualMachineSizeTypes_Standard_NC6s_v3
    Standard_NC6s_v3
    VirtualMachineSizeTypes_Standard_NC12s_v3
    Standard_NC12s_v3
    VirtualMachineSizeTypes_Standard_NC24s_v3
    Standard_NC24s_v3
    VirtualMachineSizeTypes_Standard_NC24rs_v3
    Standard_NC24rs_v3
    VirtualMachineSizeTypes_Standard_ND6s
    Standard_ND6s
    VirtualMachineSizeTypes_Standard_ND12s
    Standard_ND12s
    VirtualMachineSizeTypes_Standard_ND24s
    Standard_ND24s
    VirtualMachineSizeTypes_Standard_ND24rs
    Standard_ND24rs
    VirtualMachineSizeTypes_Standard_NV6
    Standard_NV6
    VirtualMachineSizeTypes_Standard_NV12
    Standard_NV12
    VirtualMachineSizeTypes_Standard_NV24
    Standard_NV24
    Basic_A0
    Basic_A0
    Basic_A1
    Basic_A1
    Basic_A2
    Basic_A2
    Basic_A3
    Basic_A3
    Basic_A4
    Basic_A4
    Standard_A0
    Standard_A0
    Standard_A1
    Standard_A1
    Standard_A2
    Standard_A2
    Standard_A3
    Standard_A3
    Standard_A4
    Standard_A4
    Standard_A5
    Standard_A5
    Standard_A6
    Standard_A6
    Standard_A7
    Standard_A7
    Standard_A8
    Standard_A8
    Standard_A9
    Standard_A9
    Standard_A10
    Standard_A10
    Standard_A11
    Standard_A11
    Standard_A1_v2
    Standard_A1_v2
    Standard_A2_v2
    Standard_A2_v2
    Standard_A4_v2
    Standard_A4_v2
    Standard_A8_v2
    Standard_A8_v2
    Standard_A2m_v2
    Standard_A2m_v2
    Standard_A4m_v2
    Standard_A4m_v2
    Standard_A8m_v2
    Standard_A8m_v2
    Standard_B1s
    Standard_B1s
    Standard_B1ms
    Standard_B1ms
    Standard_B2s
    Standard_B2s
    Standard_B2ms
    Standard_B2ms
    Standard_B4ms
    Standard_B4ms
    Standard_B8ms
    Standard_B8ms
    Standard_D1
    Standard_D1
    Standard_D2
    Standard_D2
    Standard_D3
    Standard_D3
    Standard_D4
    Standard_D4
    Standard_D11
    Standard_D11
    Standard_D12
    Standard_D12
    Standard_D13
    Standard_D13
    Standard_D14
    Standard_D14
    Standard_D1_v2
    Standard_D1_v2
    Standard_D2_v2
    Standard_D2_v2
    Standard_D3_v2
    Standard_D3_v2
    Standard_D4_v2
    Standard_D4_v2
    Standard_D5_v2
    Standard_D5_v2
    Standard_D2_v3
    Standard_D2_v3
    Standard_D4_v3
    Standard_D4_v3
    Standard_D8_v3
    Standard_D8_v3
    Standard_D16_v3
    Standard_D16_v3
    Standard_D32_v3
    Standard_D32_v3
    Standard_D64_v3
    Standard_D64_v3
    Standard_D2s_v3
    Standard_D2s_v3
    Standard_D4s_v3
    Standard_D4s_v3
    Standard_D8s_v3
    Standard_D8s_v3
    Standard_D16s_v3
    Standard_D16s_v3
    Standard_D32s_v3
    Standard_D32s_v3
    Standard_D64s_v3
    Standard_D64s_v3
    Standard_D11_v2
    Standard_D11_v2
    Standard_D12_v2
    Standard_D12_v2
    Standard_D13_v2
    Standard_D13_v2
    Standard_D14_v2
    Standard_D14_v2
    Standard_D15_v2
    Standard_D15_v2
    Standard_DS1
    Standard_DS1
    Standard_DS2
    Standard_DS2
    Standard_DS3
    Standard_DS3
    Standard_DS4
    Standard_DS4
    Standard_DS11
    Standard_DS11
    Standard_DS12
    Standard_DS12
    Standard_DS13
    Standard_DS13
    Standard_DS14
    Standard_DS14
    Standard_DS1_v2
    Standard_DS1_v2
    Standard_DS2_v2
    Standard_DS2_v2
    Standard_DS3_v2
    Standard_DS3_v2
    Standard_DS4_v2
    Standard_DS4_v2
    Standard_DS5_v2
    Standard_DS5_v2
    Standard_DS11_v2
    Standard_DS11_v2
    Standard_DS12_v2
    Standard_DS12_v2
    Standard_DS13_v2
    Standard_DS13_v2
    Standard_DS14_v2
    Standard_DS14_v2
    Standard_DS15_v2
    Standard_DS15_v2
    Standard_DS134_v2
    Standard_DS13-4_v2
    Standard_DS132_v2
    Standard_DS13-2_v2
    Standard_DS148_v2
    Standard_DS14-8_v2
    Standard_DS144_v2
    Standard_DS14-4_v2
    Standard_E2_v3
    Standard_E2_v3
    Standard_E4_v3
    Standard_E4_v3
    Standard_E8_v3
    Standard_E8_v3
    Standard_E16_v3
    Standard_E16_v3
    Standard_E32_v3
    Standard_E32_v3
    Standard_E64_v3
    Standard_E64_v3
    Standard_E2s_v3
    Standard_E2s_v3
    Standard_E4s_v3
    Standard_E4s_v3
    Standard_E8s_v3
    Standard_E8s_v3
    Standard_E16s_v3
    Standard_E16s_v3
    Standard_E32s_v3
    Standard_E32s_v3
    Standard_E64s_v3
    Standard_E64s_v3
    Standard_E3216_v3
    Standard_E32-16_v3
    Standard_E328s_v3
    Standard_E32-8s_v3
    Standard_E6432s_v3
    Standard_E64-32s_v3
    Standard_E6416s_v3
    Standard_E64-16s_v3
    Standard_F1
    Standard_F1
    Standard_F2
    Standard_F2
    Standard_F4
    Standard_F4
    Standard_F8
    Standard_F8
    Standard_F16
    Standard_F16
    Standard_F1s
    Standard_F1s
    Standard_F2s
    Standard_F2s
    Standard_F4s
    Standard_F4s
    Standard_F8s
    Standard_F8s
    Standard_F16s
    Standard_F16s
    Standard_F2s_v2
    Standard_F2s_v2
    Standard_F4s_v2
    Standard_F4s_v2
    Standard_F8s_v2
    Standard_F8s_v2
    Standard_F16s_v2
    Standard_F16s_v2
    Standard_F32s_v2
    Standard_F32s_v2
    Standard_F64s_v2
    Standard_F64s_v2
    Standard_F72s_v2
    Standard_F72s_v2
    Standard_G1
    Standard_G1
    Standard_G2
    Standard_G2
    Standard_G3
    Standard_G3
    Standard_G4
    Standard_G4
    Standard_G5
    Standard_G5
    Standard_GS1
    Standard_GS1
    Standard_GS2
    Standard_GS2
    Standard_GS3
    Standard_GS3
    Standard_GS4
    Standard_GS4
    Standard_GS5
    Standard_GS5
    Standard_GS48
    Standard_GS4-8
    Standard_GS44
    Standard_GS4-4
    Standard_GS516
    Standard_GS5-16
    Standard_GS58
    Standard_GS5-8
    Standard_H8
    Standard_H8
    Standard_H16
    Standard_H16
    Standard_H8m
    Standard_H8m
    Standard_H16m
    Standard_H16m
    Standard_H16r
    Standard_H16r
    Standard_H16mr
    Standard_H16mr
    Standard_L4s
    Standard_L4s
    Standard_L8s
    Standard_L8s
    Standard_L16s
    Standard_L16s
    Standard_L32s
    Standard_L32s
    Standard_M64s
    Standard_M64s
    Standard_M64ms
    Standard_M64ms
    Standard_M128s
    Standard_M128s
    Standard_M128ms
    Standard_M128ms
    Standard_M6432ms
    Standard_M64-32ms
    Standard_M6416ms
    Standard_M64-16ms
    Standard_M12864ms
    Standard_M128-64ms
    Standard_M12832ms
    Standard_M128-32ms
    Standard_NC6
    Standard_NC6
    Standard_NC12
    Standard_NC12
    Standard_NC24
    Standard_NC24
    Standard_NC24r
    Standard_NC24r
    Standard_NC6s_v2
    Standard_NC6s_v2
    Standard_NC12s_v2
    Standard_NC12s_v2
    Standard_NC24s_v2
    Standard_NC24s_v2
    Standard_NC24rs_v2
    Standard_NC24rs_v2
    Standard_NC6s_v3
    Standard_NC6s_v3
    Standard_NC12s_v3
    Standard_NC12s_v3
    Standard_NC24s_v3
    Standard_NC24s_v3
    Standard_NC24rs_v3
    Standard_NC24rs_v3
    Standard_ND6s
    Standard_ND6s
    Standard_ND12s
    Standard_ND12s
    Standard_ND24s
    Standard_ND24s
    Standard_ND24rs
    Standard_ND24rs
    Standard_NV6
    Standard_NV6
    Standard_NV12
    Standard_NV12
    Standard_NV24
    Standard_NV24
    Basic_A0
    Basic_A0
    Basic_A1
    Basic_A1
    Basic_A2
    Basic_A2
    Basic_A3
    Basic_A3
    Basic_A4
    Basic_A4
    Standard_A0
    Standard_A0
    Standard_A1
    Standard_A1
    Standard_A2
    Standard_A2
    Standard_A3
    Standard_A3
    Standard_A4
    Standard_A4
    Standard_A5
    Standard_A5
    Standard_A6
    Standard_A6
    Standard_A7
    Standard_A7
    Standard_A8
    Standard_A8
    Standard_A9
    Standard_A9
    Standard_A10
    Standard_A10
    Standard_A11
    Standard_A11
    Standard_A1_v2
    Standard_A1_v2
    Standard_A2_v2
    Standard_A2_v2
    Standard_A4_v2
    Standard_A4_v2
    Standard_A8_v2
    Standard_A8_v2
    Standard_A2m_v2
    Standard_A2m_v2
    Standard_A4m_v2
    Standard_A4m_v2
    Standard_A8m_v2
    Standard_A8m_v2
    Standard_B1s
    Standard_B1s
    Standard_B1ms
    Standard_B1ms
    Standard_B2s
    Standard_B2s
    Standard_B2ms
    Standard_B2ms
    Standard_B4ms
    Standard_B4ms
    Standard_B8ms
    Standard_B8ms
    Standard_D1
    Standard_D1
    Standard_D2
    Standard_D2
    Standard_D3
    Standard_D3
    Standard_D4
    Standard_D4
    Standard_D11
    Standard_D11
    Standard_D12
    Standard_D12
    Standard_D13
    Standard_D13
    Standard_D14
    Standard_D14
    Standard_D1_v2
    Standard_D1_v2
    Standard_D2_v2
    Standard_D2_v2
    Standard_D3_v2
    Standard_D3_v2
    Standard_D4_v2
    Standard_D4_v2
    Standard_D5_v2
    Standard_D5_v2
    Standard_D2_v3
    Standard_D2_v3
    Standard_D4_v3
    Standard_D4_v3
    Standard_D8_v3
    Standard_D8_v3
    Standard_D16_v3
    Standard_D16_v3
    Standard_D32_v3
    Standard_D32_v3
    Standard_D64_v3
    Standard_D64_v3
    Standard_D2s_v3
    Standard_D2s_v3
    Standard_D4s_v3
    Standard_D4s_v3
    Standard_D8s_v3
    Standard_D8s_v3
    Standard_D16s_v3
    Standard_D16s_v3
    Standard_D32s_v3
    Standard_D32s_v3
    Standard_D64s_v3
    Standard_D64s_v3
    Standard_D11_v2
    Standard_D11_v2
    Standard_D12_v2
    Standard_D12_v2
    Standard_D13_v2
    Standard_D13_v2
    Standard_D14_v2
    Standard_D14_v2
    Standard_D15_v2
    Standard_D15_v2
    Standard_DS1
    Standard_DS1
    Standard_DS2
    Standard_DS2
    Standard_DS3
    Standard_DS3
    Standard_DS4
    Standard_DS4
    Standard_DS11
    Standard_DS11
    Standard_DS12
    Standard_DS12
    Standard_DS13
    Standard_DS13
    Standard_DS14
    Standard_DS14
    Standard_DS1_v2
    Standard_DS1_v2
    Standard_DS2_v2
    Standard_DS2_v2
    Standard_DS3_v2
    Standard_DS3_v2
    Standard_DS4_v2
    Standard_DS4_v2
    Standard_DS5_v2
    Standard_DS5_v2
    Standard_DS11_v2
    Standard_DS11_v2
    Standard_DS12_v2
    Standard_DS12_v2
    Standard_DS13_v2
    Standard_DS13_v2
    Standard_DS14_v2
    Standard_DS14_v2
    Standard_DS15_v2
    Standard_DS15_v2
    Standard_DS13_4_v2
    Standard_DS13-4_v2
    Standard_DS13_2_v2
    Standard_DS13-2_v2
    Standard_DS14_8_v2
    Standard_DS14-8_v2
    Standard_DS14_4_v2
    Standard_DS14-4_v2
    Standard_E2_v3
    Standard_E2_v3
    Standard_E4_v3
    Standard_E4_v3
    Standard_E8_v3
    Standard_E8_v3
    Standard_E16_v3
    Standard_E16_v3
    Standard_E32_v3
    Standard_E32_v3
    Standard_E64_v3
    Standard_E64_v3
    Standard_E2s_v3
    Standard_E2s_v3
    Standard_E4s_v3
    Standard_E4s_v3
    Standard_E8s_v3
    Standard_E8s_v3
    Standard_E16s_v3
    Standard_E16s_v3
    Standard_E32s_v3
    Standard_E32s_v3
    Standard_E64s_v3
    Standard_E64s_v3
    Standard_E32_16_v3
    Standard_E32-16_v3
    Standard_E32_8s_v3
    Standard_E32-8s_v3
    Standard_E64_32s_v3
    Standard_E64-32s_v3
    Standard_E64_16s_v3
    Standard_E64-16s_v3
    Standard_F1
    Standard_F1
    Standard_F2
    Standard_F2
    Standard_F4
    Standard_F4
    Standard_F8
    Standard_F8
    Standard_F16
    Standard_F16
    Standard_F1s
    Standard_F1s
    Standard_F2s
    Standard_F2s
    Standard_F4s
    Standard_F4s
    Standard_F8s
    Standard_F8s
    Standard_F16s
    Standard_F16s
    Standard_F2s_v2
    Standard_F2s_v2
    Standard_F4s_v2
    Standard_F4s_v2
    Standard_F8s_v2
    Standard_F8s_v2
    Standard_F16s_v2
    Standard_F16s_v2
    Standard_F32s_v2
    Standard_F32s_v2
    Standard_F64s_v2
    Standard_F64s_v2
    Standard_F72s_v2
    Standard_F72s_v2
    Standard_G1
    Standard_G1
    Standard_G2
    Standard_G2
    Standard_G3
    Standard_G3
    Standard_G4
    Standard_G4
    Standard_G5
    Standard_G5
    Standard_GS1
    Standard_GS1
    Standard_GS2
    Standard_GS2
    Standard_GS3
    Standard_GS3
    Standard_GS4
    Standard_GS4
    Standard_GS5
    Standard_GS5
    Standard_GS4_8
    Standard_GS4-8
    Standard_GS4_4
    Standard_GS4-4
    Standard_GS5_16
    Standard_GS5-16
    Standard_GS5_8
    Standard_GS5-8
    Standard_H8
    Standard_H8
    Standard_H16
    Standard_H16
    Standard_H8m
    Standard_H8m
    Standard_H16m
    Standard_H16m
    Standard_H16r
    Standard_H16r
    Standard_H16mr
    Standard_H16mr
    Standard_L4s
    Standard_L4s
    Standard_L8s
    Standard_L8s
    Standard_L16s
    Standard_L16s
    Standard_L32s
    Standard_L32s
    Standard_M64s
    Standard_M64s
    Standard_M64ms
    Standard_M64ms
    Standard_M128s
    Standard_M128s
    Standard_M128ms
    Standard_M128ms
    Standard_M64_32ms
    Standard_M64-32ms
    Standard_M64_16ms
    Standard_M64-16ms
    Standard_M128_64ms
    Standard_M128-64ms
    Standard_M128_32ms
    Standard_M128-32ms
    Standard_NC6
    Standard_NC6
    Standard_NC12
    Standard_NC12
    Standard_NC24
    Standard_NC24
    Standard_NC24r
    Standard_NC24r
    Standard_NC6s_v2
    Standard_NC6s_v2
    Standard_NC12s_v2
    Standard_NC12s_v2
    Standard_NC24s_v2
    Standard_NC24s_v2
    Standard_NC24rs_v2
    Standard_NC24rs_v2
    Standard_NC6s_v3
    Standard_NC6s_v3
    Standard_NC12s_v3
    Standard_NC12s_v3
    Standard_NC24s_v3
    Standard_NC24s_v3
    Standard_NC24rs_v3
    Standard_NC24rs_v3
    Standard_ND6s
    Standard_ND6s
    Standard_ND12s
    Standard_ND12s
    Standard_ND24s
    Standard_ND24s
    Standard_ND24rs
    Standard_ND24rs
    Standard_NV6
    Standard_NV6
    Standard_NV12
    Standard_NV12
    Standard_NV24
    Standard_NV24
    BASIC_A0
    Basic_A0
    BASIC_A1
    Basic_A1
    BASIC_A2
    Basic_A2
    BASIC_A3
    Basic_A3
    BASIC_A4
    Basic_A4
    STANDARD_A0
    Standard_A0
    STANDARD_A1
    Standard_A1
    STANDARD_A2
    Standard_A2
    STANDARD_A3
    Standard_A3
    STANDARD_A4
    Standard_A4
    STANDARD_A5
    Standard_A5
    STANDARD_A6
    Standard_A6
    STANDARD_A7
    Standard_A7
    STANDARD_A8
    Standard_A8
    STANDARD_A9
    Standard_A9
    STANDARD_A10
    Standard_A10
    STANDARD_A11
    Standard_A11
    STANDARD_A1_V2
    Standard_A1_v2
    STANDARD_A2_V2
    Standard_A2_v2
    STANDARD_A4_V2
    Standard_A4_v2
    STANDARD_A8_V2
    Standard_A8_v2
    STANDARD_A2M_V2
    Standard_A2m_v2
    STANDARD_A4M_V2
    Standard_A4m_v2
    STANDARD_A8M_V2
    Standard_A8m_v2
    STANDARD_B1S
    Standard_B1s
    STANDARD_B1MS
    Standard_B1ms
    STANDARD_B2S
    Standard_B2s
    STANDARD_B2MS
    Standard_B2ms
    STANDARD_B4MS
    Standard_B4ms
    STANDARD_B8MS
    Standard_B8ms
    STANDARD_D1
    Standard_D1
    STANDARD_D2
    Standard_D2
    STANDARD_D3
    Standard_D3
    STANDARD_D4
    Standard_D4
    STANDARD_D11
    Standard_D11
    STANDARD_D12
    Standard_D12
    STANDARD_D13
    Standard_D13
    STANDARD_D14
    Standard_D14
    STANDARD_D1_V2
    Standard_D1_v2
    STANDARD_D2_V2
    Standard_D2_v2
    STANDARD_D3_V2
    Standard_D3_v2
    STANDARD_D4_V2
    Standard_D4_v2
    STANDARD_D5_V2
    Standard_D5_v2
    STANDARD_D2_V3
    Standard_D2_v3
    STANDARD_D4_V3
    Standard_D4_v3
    STANDARD_D8_V3
    Standard_D8_v3
    STANDARD_D16_V3
    Standard_D16_v3
    STANDARD_D32_V3
    Standard_D32_v3
    STANDARD_D64_V3
    Standard_D64_v3
    STANDARD_D2S_V3
    Standard_D2s_v3
    STANDARD_D4S_V3
    Standard_D4s_v3
    STANDARD_D8S_V3
    Standard_D8s_v3
    STANDARD_D16S_V3
    Standard_D16s_v3
    STANDARD_D32S_V3
    Standard_D32s_v3
    STANDARD_D64S_V3
    Standard_D64s_v3
    STANDARD_D11_V2
    Standard_D11_v2
    STANDARD_D12_V2
    Standard_D12_v2
    STANDARD_D13_V2
    Standard_D13_v2
    STANDARD_D14_V2
    Standard_D14_v2
    STANDARD_D15_V2
    Standard_D15_v2
    STANDARD_DS1
    Standard_DS1
    STANDARD_DS2
    Standard_DS2
    STANDARD_DS3
    Standard_DS3
    STANDARD_DS4
    Standard_DS4
    STANDARD_DS11
    Standard_DS11
    STANDARD_DS12
    Standard_DS12
    STANDARD_DS13
    Standard_DS13
    STANDARD_DS14
    Standard_DS14
    STANDARD_DS1_V2
    Standard_DS1_v2
    STANDARD_DS2_V2
    Standard_DS2_v2
    STANDARD_DS3_V2
    Standard_DS3_v2
    STANDARD_DS4_V2
    Standard_DS4_v2
    STANDARD_DS5_V2
    Standard_DS5_v2
    STANDARD_DS11_V2
    Standard_DS11_v2
    STANDARD_DS12_V2
    Standard_DS12_v2
    STANDARD_DS13_V2
    Standard_DS13_v2
    STANDARD_DS14_V2
    Standard_DS14_v2
    STANDARD_DS15_V2
    Standard_DS15_v2
    STANDARD_DS13_4_V2
    Standard_DS13-4_v2
    STANDARD_DS13_2_V2
    Standard_DS13-2_v2
    STANDARD_DS14_8_V2
    Standard_DS14-8_v2
    STANDARD_DS14_4_V2
    Standard_DS14-4_v2
    STANDARD_E2_V3
    Standard_E2_v3
    STANDARD_E4_V3
    Standard_E4_v3
    STANDARD_E8_V3
    Standard_E8_v3
    STANDARD_E16_V3
    Standard_E16_v3
    STANDARD_E32_V3
    Standard_E32_v3
    STANDARD_E64_V3
    Standard_E64_v3
    STANDARD_E2S_V3
    Standard_E2s_v3
    STANDARD_E4S_V3
    Standard_E4s_v3
    STANDARD_E8S_V3
    Standard_E8s_v3
    STANDARD_E16S_V3
    Standard_E16s_v3
    STANDARD_E32S_V3
    Standard_E32s_v3
    STANDARD_E64S_V3
    Standard_E64s_v3
    STANDARD_E32_16_V3
    Standard_E32-16_v3
    STANDARD_E32_8S_V3
    Standard_E32-8s_v3
    STANDARD_E64_32S_V3
    Standard_E64-32s_v3
    STANDARD_E64_16S_V3
    Standard_E64-16s_v3
    STANDARD_F1
    Standard_F1
    STANDARD_F2
    Standard_F2
    STANDARD_F4
    Standard_F4
    STANDARD_F8
    Standard_F8
    STANDARD_F16
    Standard_F16
    STANDARD_F1S
    Standard_F1s
    STANDARD_F2S
    Standard_F2s
    STANDARD_F4S
    Standard_F4s
    STANDARD_F8S
    Standard_F8s
    STANDARD_F16S
    Standard_F16s
    STANDARD_F2S_V2
    Standard_F2s_v2
    STANDARD_F4S_V2
    Standard_F4s_v2
    STANDARD_F8S_V2
    Standard_F8s_v2
    STANDARD_F16S_V2
    Standard_F16s_v2
    STANDARD_F32S_V2
    Standard_F32s_v2
    STANDARD_F64S_V2
    Standard_F64s_v2
    STANDARD_F72S_V2
    Standard_F72s_v2
    STANDARD_G1
    Standard_G1
    STANDARD_G2
    Standard_G2
    STANDARD_G3
    Standard_G3
    STANDARD_G4
    Standard_G4
    STANDARD_G5
    Standard_G5
    STANDARD_GS1
    Standard_GS1
    STANDARD_GS2
    Standard_GS2
    STANDARD_GS3
    Standard_GS3
    STANDARD_GS4
    Standard_GS4
    STANDARD_GS5
    Standard_GS5
    STANDARD_GS4_8
    Standard_GS4-8
    STANDARD_GS4_4
    Standard_GS4-4
    STANDARD_GS5_16
    Standard_GS5-16
    STANDARD_GS5_8
    Standard_GS5-8
    STANDARD_H8
    Standard_H8
    STANDARD_H16
    Standard_H16
    STANDARD_H8M
    Standard_H8m
    STANDARD_H16M
    Standard_H16m
    STANDARD_H16R
    Standard_H16r
    STANDARD_H16MR
    Standard_H16mr
    STANDARD_L4S
    Standard_L4s
    STANDARD_L8S
    Standard_L8s
    STANDARD_L16S
    Standard_L16s
    STANDARD_L32S
    Standard_L32s
    STANDARD_M64S
    Standard_M64s
    STANDARD_M64MS
    Standard_M64ms
    STANDARD_M128S
    Standard_M128s
    STANDARD_M128MS
    Standard_M128ms
    STANDARD_M64_32MS
    Standard_M64-32ms
    STANDARD_M64_16MS
    Standard_M64-16ms
    STANDARD_M128_64MS
    Standard_M128-64ms
    STANDARD_M128_32MS
    Standard_M128-32ms
    STANDARD_NC6
    Standard_NC6
    STANDARD_NC12
    Standard_NC12
    STANDARD_NC24
    Standard_NC24
    STANDARD_NC24R
    Standard_NC24r
    STANDARD_NC6S_V2
    Standard_NC6s_v2
    STANDARD_NC12S_V2
    Standard_NC12s_v2
    STANDARD_NC24S_V2
    Standard_NC24s_v2
    STANDARD_NC24RS_V2
    Standard_NC24rs_v2
    STANDARD_NC6S_V3
    Standard_NC6s_v3
    STANDARD_NC12S_V3
    Standard_NC12s_v3
    STANDARD_NC24S_V3
    Standard_NC24s_v3
    STANDARD_NC24RS_V3
    Standard_NC24rs_v3
    STANDARD_ND6S
    Standard_ND6s
    STANDARD_ND12S
    Standard_ND12s
    STANDARD_ND24S
    Standard_ND24s
    STANDARD_ND24RS
    Standard_ND24rs
    STANDARD_NV6
    Standard_NV6
    STANDARD_NV12
    Standard_NV12
    STANDARD_NV24
    Standard_NV24
    "Basic_A0"
    Basic_A0
    "Basic_A1"
    Basic_A1
    "Basic_A2"
    Basic_A2
    "Basic_A3"
    Basic_A3
    "Basic_A4"
    Basic_A4
    "Standard_A0"
    Standard_A0
    "Standard_A1"
    Standard_A1
    "Standard_A2"
    Standard_A2
    "Standard_A3"
    Standard_A3
    "Standard_A4"
    Standard_A4
    "Standard_A5"
    Standard_A5
    "Standard_A6"
    Standard_A6
    "Standard_A7"
    Standard_A7
    "Standard_A8"
    Standard_A8
    "Standard_A9"
    Standard_A9
    "Standard_A10"
    Standard_A10
    "Standard_A11"
    Standard_A11
    "Standard_A1_v2"
    Standard_A1_v2
    "Standard_A2_v2"
    Standard_A2_v2
    "Standard_A4_v2"
    Standard_A4_v2
    "Standard_A8_v2"
    Standard_A8_v2
    "Standard_A2m_v2"
    Standard_A2m_v2
    "Standard_A4m_v2"
    Standard_A4m_v2
    "Standard_A8m_v2"
    Standard_A8m_v2
    "Standard_B1s"
    Standard_B1s
    "Standard_B1ms"
    Standard_B1ms
    "Standard_B2s"
    Standard_B2s
    "Standard_B2ms"
    Standard_B2ms
    "Standard_B4ms"
    Standard_B4ms
    "Standard_B8ms"
    Standard_B8ms
    "Standard_D1"
    Standard_D1
    "Standard_D2"
    Standard_D2
    "Standard_D3"
    Standard_D3
    "Standard_D4"
    Standard_D4
    "Standard_D11"
    Standard_D11
    "Standard_D12"
    Standard_D12
    "Standard_D13"
    Standard_D13
    "Standard_D14"
    Standard_D14
    "Standard_D1_v2"
    Standard_D1_v2
    "Standard_D2_v2"
    Standard_D2_v2
    "Standard_D3_v2"
    Standard_D3_v2
    "Standard_D4_v2"
    Standard_D4_v2
    "Standard_D5_v2"
    Standard_D5_v2
    "Standard_D2_v3"
    Standard_D2_v3
    "Standard_D4_v3"
    Standard_D4_v3
    "Standard_D8_v3"
    Standard_D8_v3
    "Standard_D16_v3"
    Standard_D16_v3
    "Standard_D32_v3"
    Standard_D32_v3
    "Standard_D64_v3"
    Standard_D64_v3
    "Standard_D2s_v3"
    Standard_D2s_v3
    "Standard_D4s_v3"
    Standard_D4s_v3
    "Standard_D8s_v3"
    Standard_D8s_v3
    "Standard_D16s_v3"
    Standard_D16s_v3
    "Standard_D32s_v3"
    Standard_D32s_v3
    "Standard_D64s_v3"
    Standard_D64s_v3
    "Standard_D11_v2"
    Standard_D11_v2
    "Standard_D12_v2"
    Standard_D12_v2
    "Standard_D13_v2"
    Standard_D13_v2
    "Standard_D14_v2"
    Standard_D14_v2
    "Standard_D15_v2"
    Standard_D15_v2
    "Standard_DS1"
    Standard_DS1
    "Standard_DS2"
    Standard_DS2
    "Standard_DS3"
    Standard_DS3
    "Standard_DS4"
    Standard_DS4
    "Standard_DS11"
    Standard_DS11
    "Standard_DS12"
    Standard_DS12
    "Standard_DS13"
    Standard_DS13
    "Standard_DS14"
    Standard_DS14
    "Standard_DS1_v2"
    Standard_DS1_v2
    "Standard_DS2_v2"
    Standard_DS2_v2
    "Standard_DS3_v2"
    Standard_DS3_v2
    "Standard_DS4_v2"
    Standard_DS4_v2
    "Standard_DS5_v2"
    Standard_DS5_v2
    "Standard_DS11_v2"
    Standard_DS11_v2
    "Standard_DS12_v2"
    Standard_DS12_v2
    "Standard_DS13_v2"
    Standard_DS13_v2
    "Standard_DS14_v2"
    Standard_DS14_v2
    "Standard_DS15_v2"
    Standard_DS15_v2
    "Standard_DS13-4_v2"
    Standard_DS13-4_v2
    "Standard_DS13-2_v2"
    Standard_DS13-2_v2
    "Standard_DS14-8_v2"
    Standard_DS14-8_v2
    "Standard_DS14-4_v2"
    Standard_DS14-4_v2
    "Standard_E2_v3"
    Standard_E2_v3
    "Standard_E4_v3"
    Standard_E4_v3
    "Standard_E8_v3"
    Standard_E8_v3
    "Standard_E16_v3"
    Standard_E16_v3
    "Standard_E32_v3"
    Standard_E32_v3
    "Standard_E64_v3"
    Standard_E64_v3
    "Standard_E2s_v3"
    Standard_E2s_v3
    "Standard_E4s_v3"
    Standard_E4s_v3
    "Standard_E8s_v3"
    Standard_E8s_v3
    "Standard_E16s_v3"
    Standard_E16s_v3
    "Standard_E32s_v3"
    Standard_E32s_v3
    "Standard_E64s_v3"
    Standard_E64s_v3
    "Standard_E32-16_v3"
    Standard_E32-16_v3
    "Standard_E32-8s_v3"
    Standard_E32-8s_v3
    "Standard_E64-32s_v3"
    Standard_E64-32s_v3
    "Standard_E64-16s_v3"
    Standard_E64-16s_v3
    "Standard_F1"
    Standard_F1
    "Standard_F2"
    Standard_F2
    "Standard_F4"
    Standard_F4
    "Standard_F8"
    Standard_F8
    "Standard_F16"
    Standard_F16
    "Standard_F1s"
    Standard_F1s
    "Standard_F2s"
    Standard_F2s
    "Standard_F4s"
    Standard_F4s
    "Standard_F8s"
    Standard_F8s
    "Standard_F16s"
    Standard_F16s
    "Standard_F2s_v2"
    Standard_F2s_v2
    "Standard_F4s_v2"
    Standard_F4s_v2
    "Standard_F8s_v2"
    Standard_F8s_v2
    "Standard_F16s_v2"
    Standard_F16s_v2
    "Standard_F32s_v2"
    Standard_F32s_v2
    "Standard_F64s_v2"
    Standard_F64s_v2
    "Standard_F72s_v2"
    Standard_F72s_v2
    "Standard_G1"
    Standard_G1
    "Standard_G2"
    Standard_G2
    "Standard_G3"
    Standard_G3
    "Standard_G4"
    Standard_G4
    "Standard_G5"
    Standard_G5
    "Standard_GS1"
    Standard_GS1
    "Standard_GS2"
    Standard_GS2
    "Standard_GS3"
    Standard_GS3
    "Standard_GS4"
    Standard_GS4
    "Standard_GS5"
    Standard_GS5
    "Standard_GS4-8"
    Standard_GS4-8
    "Standard_GS4-4"
    Standard_GS4-4
    "Standard_GS5-16"
    Standard_GS5-16
    "Standard_GS5-8"
    Standard_GS5-8
    "Standard_H8"
    Standard_H8
    "Standard_H16"
    Standard_H16
    "Standard_H8m"
    Standard_H8m
    "Standard_H16m"
    Standard_H16m
    "Standard_H16r"
    Standard_H16r
    "Standard_H16mr"
    Standard_H16mr
    "Standard_L4s"
    Standard_L4s
    "Standard_L8s"
    Standard_L8s
    "Standard_L16s"
    Standard_L16s
    "Standard_L32s"
    Standard_L32s
    "Standard_M64s"
    Standard_M64s
    "Standard_M64ms"
    Standard_M64ms
    "Standard_M128s"
    Standard_M128s
    "Standard_M128ms"
    Standard_M128ms
    "Standard_M64-32ms"
    Standard_M64-32ms
    "Standard_M64-16ms"
    Standard_M64-16ms
    "Standard_M128-64ms"
    Standard_M128-64ms
    "Standard_M128-32ms"
    Standard_M128-32ms
    "Standard_NC6"
    Standard_NC6
    "Standard_NC12"
    Standard_NC12
    "Standard_NC24"
    Standard_NC24
    "Standard_NC24r"
    Standard_NC24r
    "Standard_NC6s_v2"
    Standard_NC6s_v2
    "Standard_NC12s_v2"
    Standard_NC12s_v2
    "Standard_NC24s_v2"
    Standard_NC24s_v2
    "Standard_NC24rs_v2"
    Standard_NC24rs_v2
    "Standard_NC6s_v3"
    Standard_NC6s_v3
    "Standard_NC12s_v3"
    Standard_NC12s_v3
    "Standard_NC24s_v3"
    Standard_NC24s_v3
    "Standard_NC24rs_v3"
    Standard_NC24rs_v3
    "Standard_ND6s"
    Standard_ND6s
    "Standard_ND12s"
    Standard_ND12s
    "Standard_ND24s"
    Standard_ND24s
    "Standard_ND24rs"
    Standard_ND24rs
    "Standard_NV6"
    Standard_NV6
    "Standard_NV12"
    Standard_NV12
    "Standard_NV24"
    Standard_NV24

    WinRMConfiguration, WinRMConfigurationArgs

    Listeners List<Pulumi.AzureNative.Compute.Inputs.WinRMListener>
    The list of Windows Remote Management listeners
    Listeners []WinRMListener
    The list of Windows Remote Management listeners
    listeners List<WinRMListener>
    The list of Windows Remote Management listeners
    listeners WinRMListener[]
    The list of Windows Remote Management listeners
    listeners Sequence[WinRMListener]
    The list of Windows Remote Management listeners
    listeners List<Property Map>
    The list of Windows Remote Management listeners

    WinRMConfigurationResponse, WinRMConfigurationResponseArgs

    Listeners List<Pulumi.AzureNative.Compute.Inputs.WinRMListenerResponse>
    The list of Windows Remote Management listeners
    Listeners []WinRMListenerResponse
    The list of Windows Remote Management listeners
    listeners List<WinRMListenerResponse>
    The list of Windows Remote Management listeners
    listeners WinRMListenerResponse[]
    The list of Windows Remote Management listeners
    listeners Sequence[WinRMListenerResponse]
    The list of Windows Remote Management listeners
    listeners List<Property Map>
    The list of Windows Remote Management listeners

    WinRMListener, WinRMListenerArgs

    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    Protocol Pulumi.AzureNative.Compute.ProtocolTypes
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    Protocol ProtocolTypes
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol ProtocolTypes
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol ProtocolTypes
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificate_url str
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol ProtocolTypes
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol "Http" | "Https"
    Specifies the protocol of WinRM listener. Possible values are: http, https.

    WinRMListenerResponse, WinRMListenerResponseArgs

    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    Protocol string
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    Protocol string
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol String
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol string
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificate_url str
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol str
    Specifies the protocol of WinRM listener. Possible values are: http, https.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
    protocol String
    Specifies the protocol of WinRM listener. Possible values are: http, https.

    WindowsConfiguration, WindowsConfigurationArgs

    AdditionalUnattendContent List<Pulumi.AzureNative.Compute.Inputs.AdditionalUnattendContent>
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    EnableAutomaticUpdates bool
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    PatchSettings Pulumi.AzureNative.Compute.Inputs.PatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    TimeZone string
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    WinRM Pulumi.AzureNative.Compute.Inputs.WinRMConfiguration
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    AdditionalUnattendContent []AdditionalUnattendContent
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    EnableAutomaticUpdates bool
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    PatchSettings PatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    TimeZone string
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    WinRM WinRMConfiguration
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additionalUnattendContent List<AdditionalUnattendContent>
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enableAutomaticUpdates Boolean
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patchSettings PatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    timeZone String
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    winRM WinRMConfiguration
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additionalUnattendContent AdditionalUnattendContent[]
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enableAutomaticUpdates boolean
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enableVMAgentPlatformUpdates boolean
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patchSettings PatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provisionVMAgent boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    timeZone string
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    winRM WinRMConfiguration
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additional_unattend_content Sequence[AdditionalUnattendContent]
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enable_automatic_updates bool
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enable_vm_agent_platform_updates bool
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patch_settings PatchSettings
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provision_vm_agent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    time_zone str
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    win_rm WinRMConfiguration
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additionalUnattendContent List<Property Map>
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enableAutomaticUpdates Boolean
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patchSettings Property Map
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    timeZone String
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    winRM Property Map
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.

    WindowsConfigurationResponse, WindowsConfigurationResponseArgs

    AdditionalUnattendContent List<Pulumi.AzureNative.Compute.Inputs.AdditionalUnattendContentResponse>
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    EnableAutomaticUpdates bool
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    PatchSettings Pulumi.AzureNative.Compute.Inputs.PatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    TimeZone string
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    WinRM Pulumi.AzureNative.Compute.Inputs.WinRMConfigurationResponse
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    AdditionalUnattendContent []AdditionalUnattendContentResponse
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    EnableAutomaticUpdates bool
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    EnableVMAgentPlatformUpdates bool
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    PatchSettings PatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    ProvisionVMAgent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    TimeZone string
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    WinRM WinRMConfigurationResponse
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additionalUnattendContent List<AdditionalUnattendContentResponse>
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enableAutomaticUpdates Boolean
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patchSettings PatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    timeZone String
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    winRM WinRMConfigurationResponse
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additionalUnattendContent AdditionalUnattendContentResponse[]
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enableAutomaticUpdates boolean
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enableVMAgentPlatformUpdates boolean
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patchSettings PatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provisionVMAgent boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    timeZone string
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    winRM WinRMConfigurationResponse
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additional_unattend_content Sequence[AdditionalUnattendContentResponse]
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enable_automatic_updates bool
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enable_vm_agent_platform_updates bool
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patch_settings PatchSettingsResponse
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provision_vm_agent bool
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    time_zone str
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    win_rm WinRMConfigurationResponse
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
    additionalUnattendContent List<Property Map>
    Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
    enableAutomaticUpdates Boolean
    Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
    enableVMAgentPlatformUpdates Boolean
    Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
    patchSettings Property Map
    [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
    provisionVMAgent Boolean
    Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
    timeZone String
    Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
    winRM Property Map
    Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.

    WindowsPatchAssessmentMode, WindowsPatchAssessmentModeArgs

    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    WindowsPatchAssessmentModeImageDefault
    ImageDefault
    WindowsPatchAssessmentModeAutomaticByPlatform
    AutomaticByPlatform
    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    ImageDefault
    ImageDefault
    AutomaticByPlatform
    AutomaticByPlatform
    IMAGE_DEFAULT
    ImageDefault
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform
    "ImageDefault"
    ImageDefault
    "AutomaticByPlatform"
    AutomaticByPlatform

    WindowsVMGuestPatchAutomaticByPlatformRebootSetting, WindowsVMGuestPatchAutomaticByPlatformRebootSettingArgs

    Unknown
    Unknown
    IfRequired
    IfRequired
    Never
    Never
    Always
    Always
    WindowsVMGuestPatchAutomaticByPlatformRebootSettingUnknown
    Unknown
    WindowsVMGuestPatchAutomaticByPlatformRebootSettingIfRequired
    IfRequired
    WindowsVMGuestPatchAutomaticByPlatformRebootSettingNever
    Never
    WindowsVMGuestPatchAutomaticByPlatformRebootSettingAlways
    Always
    Unknown
    Unknown
    IfRequired
    IfRequired
    Never
    Never
    Always
    Always
    Unknown
    Unknown
    IfRequired
    IfRequired
    Never
    Never
    Always
    Always
    UNKNOWN
    Unknown
    IF_REQUIRED
    IfRequired
    NEVER
    Never
    ALWAYS
    Always
    "Unknown"
    Unknown
    "IfRequired"
    IfRequired
    "Never"
    Never
    "Always"
    Always

    WindowsVMGuestPatchAutomaticByPlatformSettings, WindowsVMGuestPatchAutomaticByPlatformSettingsArgs

    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string | Pulumi.AzureNative.Compute.WindowsVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string | WindowsVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String | WindowsVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting string | WindowsVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypass_platform_safety_checks_on_user_schedule bool
    Enables customer to schedule patching without accidental upgrades
    reboot_setting str | WindowsVMGuestPatchAutomaticByPlatformRebootSetting
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String | "Unknown" | "IfRequired" | "Never" | "Always"
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

    WindowsVMGuestPatchAutomaticByPlatformSettingsResponse, WindowsVMGuestPatchAutomaticByPlatformSettingsResponseArgs

    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting string
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypass_platform_safety_checks_on_user_schedule bool
    Enables customer to schedule patching without accidental upgrades
    reboot_setting str
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
    bypassPlatformSafetyChecksOnUserSchedule Boolean
    Enables customer to schedule patching without accidental upgrades
    rebootSetting String
    Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

    WindowsVMGuestPatchMode, WindowsVMGuestPatchModeArgs

    Manual
    Manual
    AutomaticByOS
    AutomaticByOS
    AutomaticByPlatform
    AutomaticByPlatform
    WindowsVMGuestPatchModeManual
    Manual
    WindowsVMGuestPatchModeAutomaticByOS
    AutomaticByOS
    WindowsVMGuestPatchModeAutomaticByPlatform
    AutomaticByPlatform
    Manual
    Manual
    AutomaticByOS
    AutomaticByOS
    AutomaticByPlatform
    AutomaticByPlatform
    Manual
    Manual
    AutomaticByOS
    AutomaticByOS
    AutomaticByPlatform
    AutomaticByPlatform
    MANUAL
    Manual
    AUTOMATIC_BY_OS
    AutomaticByOS
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform
    "Manual"
    Manual
    "AutomaticByOS"
    AutomaticByOS
    "AutomaticByPlatform"
    AutomaticByPlatform

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:compute:VirtualMachineScaleSetVM {vmss-vm-name} /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId} 
    

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi