1. Packages
  2. Azure Native
  3. API Docs
  4. computebulkactions
  5. BulkAction
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi

    Location based type.

    Uses Azure REST API version 2026-02-01-preview.

    Import

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

    $ pulumi import azure-native:computebulkactions:BulkAction kv /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ComputeBulkActions/locations/{location}/launchBulkInstancesOperations/{name} 
    

    Create BulkAction Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new BulkAction(name: string, args: BulkActionArgs, opts?: CustomResourceOptions);
    @overload
    def BulkAction(resource_name: str,
                   args: BulkActionArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def BulkAction(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   location: Optional[str] = None,
                   resource_group_name: Optional[str] = None,
                   identity: Optional[ManagedServiceIdentityArgs] = None,
                   name: Optional[str] = None,
                   plan: Optional[PlanArgs] = None,
                   properties: Optional[LaunchBulkInstancesOperationPropertiesArgs] = None,
                   tags: Optional[Mapping[str, str]] = None,
                   zones: Optional[Sequence[str]] = None)
    func NewBulkAction(ctx *Context, name string, args BulkActionArgs, opts ...ResourceOption) (*BulkAction, error)
    public BulkAction(string name, BulkActionArgs args, CustomResourceOptions? opts = null)
    public BulkAction(String name, BulkActionArgs args)
    public BulkAction(String name, BulkActionArgs args, CustomResourceOptions options)
    
    type: azure-native:computebulkactions:BulkAction
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args BulkActionArgs
    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 BulkActionArgs
    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 BulkActionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BulkActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BulkActionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var bulkActionResource = new AzureNative.ComputeBulkActions.BulkAction("bulkActionResource", new()
    {
        Location = "string",
        ResourceGroupName = "string",
        Identity = new AzureNative.ComputeBulkActions.Inputs.ManagedServiceIdentityArgs
        {
            Type = "string",
            UserAssignedIdentities = new[]
            {
                "string",
            },
        },
        Name = "string",
        Plan = new AzureNative.ComputeBulkActions.Inputs.PlanArgs
        {
            Name = "string",
            Product = "string",
            Publisher = "string",
            PromotionCode = "string",
            Version = "string",
        },
        Properties = new AzureNative.ComputeBulkActions.Inputs.LaunchBulkInstancesOperationPropertiesArgs
        {
            Capacity = 0,
            ComputeProfile = new AzureNative.ComputeBulkActions.Inputs.ComputeProfileArgs
            {
                VirtualMachineProfile = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineProfileArgs
                {
                    AdditionalCapabilities = new AzureNative.ComputeBulkActions.Inputs.AdditionalCapabilitiesArgs
                    {
                        HibernationEnabled = false,
                        UltraSSDEnabled = false,
                    },
                    ApplicationProfile = new AzureNative.ComputeBulkActions.Inputs.ApplicationProfileArgs
                    {
                        GalleryApplications = new[]
                        {
                            new AzureNative.ComputeBulkActions.Inputs.VMGalleryApplicationArgs
                            {
                                PackageReferenceId = "string",
                                ConfigurationReference = "string",
                                EnableAutomaticUpgrade = false,
                                Order = 0,
                                Tags = "string",
                                TreatFailureAsDeploymentFailure = false,
                            },
                        },
                    },
                    CapacityReservation = new AzureNative.ComputeBulkActions.Inputs.CapacityReservationProfileArgs
                    {
                        CapacityReservationGroup = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                        {
                            Id = "string",
                        },
                    },
                    DiagnosticsProfile = new AzureNative.ComputeBulkActions.Inputs.DiagnosticsProfileArgs
                    {
                        BootDiagnostics = new AzureNative.ComputeBulkActions.Inputs.BootDiagnosticsArgs
                        {
                            Enabled = false,
                            StorageUri = "string",
                        },
                    },
                    ExtensionsTimeBudget = "string",
                    LicenseType = "string",
                    NetworkProfile = new AzureNative.ComputeBulkActions.Inputs.NetworkProfileArgs
                    {
                        NetworkApiVersion = "string",
                        NetworkInterfaceConfigurations = new[]
                        {
                            new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfigurationArgs
                            {
                                Name = "string",
                                Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfigurationPropertiesArgs
                                {
                                    IpConfigurations = new[]
                                    {
                                        new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfigurationArgs
                                        {
                                            Name = "string",
                                            Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs
                                            {
                                                ApplicationGatewayBackendAddressPools = new[]
                                                {
                                                    new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                                    {
                                                        Id = "string",
                                                    },
                                                },
                                                ApplicationSecurityGroups = new[]
                                                {
                                                    new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                                    {
                                                        Id = "string",
                                                    },
                                                },
                                                LoadBalancerBackendAddressPools = new[]
                                                {
                                                    new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                                    {
                                                        Id = "string",
                                                    },
                                                },
                                                Primary = false,
                                                PrivateIPAddressVersion = "string",
                                                PublicIPAddressConfiguration = new AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfigurationArgs
                                                {
                                                    Name = "string",
                                                    Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfigurationPropertiesArgs
                                                    {
                                                        DeleteOption = "string",
                                                        DnsSettings = new AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs
                                                        {
                                                            DomainNameLabel = "string",
                                                            DomainNameLabelScope = "string",
                                                        },
                                                        IdleTimeoutInMinutes = 0,
                                                        IpTags = new[]
                                                        {
                                                            new AzureNative.ComputeBulkActions.Inputs.VirtualMachineIpTagArgs
                                                            {
                                                                IpTagType = "string",
                                                                Tag = "string",
                                                            },
                                                        },
                                                        PublicIPAddressVersion = "string",
                                                        PublicIPAllocationMethod = "string",
                                                        PublicIPPrefix = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                                        {
                                                            Id = "string",
                                                        },
                                                    },
                                                    Sku = new AzureNative.ComputeBulkActions.Inputs.PublicIPAddressSkuArgs
                                                    {
                                                        Name = "string",
                                                        Tier = "string",
                                                    },
                                                    Tags = 
                                                    {
                                                        { "string", "string" },
                                                    },
                                                },
                                                Subnet = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                                {
                                                    Id = "string",
                                                },
                                            },
                                        },
                                    },
                                    AuxiliaryMode = "string",
                                    AuxiliarySku = "string",
                                    DeleteOption = "string",
                                    DisableTcpStateTracking = false,
                                    DnsSettings = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs
                                    {
                                        DnsServers = new[]
                                        {
                                            "string",
                                        },
                                    },
                                    DscpConfiguration = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                    {
                                        Id = "string",
                                    },
                                    EnableAcceleratedNetworking = false,
                                    EnableFpga = false,
                                    EnableIPForwarding = false,
                                    NetworkSecurityGroup = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                    {
                                        Id = "string",
                                    },
                                    Primary = false,
                                },
                                Tags = 
                                {
                                    { "string", "string" },
                                },
                            },
                        },
                        NetworkInterfaces = new[]
                        {
                            new AzureNative.ComputeBulkActions.Inputs.NetworkInterfaceReferenceArgs
                            {
                                Id = "string",
                                Properties = new AzureNative.ComputeBulkActions.Inputs.NetworkInterfaceReferencePropertiesArgs
                                {
                                    DeleteOption = "string",
                                    Primary = false,
                                },
                            },
                        },
                    },
                    OsProfile = new AzureNative.ComputeBulkActions.Inputs.OSProfileArgs
                    {
                        AdminPassword = "string",
                        AdminUsername = "string",
                        AllowExtensionOperations = false,
                        ComputerName = "string",
                        CustomData = "string",
                        LinuxConfiguration = new AzureNative.ComputeBulkActions.Inputs.LinuxConfigurationArgs
                        {
                            DisablePasswordAuthentication = false,
                            EnableVMAgentPlatformUpdates = false,
                            PatchSettings = new AzureNative.ComputeBulkActions.Inputs.LinuxPatchSettingsArgs
                            {
                                AssessmentMode = "string",
                                AutomaticByPlatformSettings = new AzureNative.ComputeBulkActions.Inputs.LinuxVMGuestPatchAutomaticByPlatformSettingsArgs
                                {
                                    BypassPlatformSafetyChecksOnUserSchedule = false,
                                    RebootSetting = "string",
                                },
                                PatchMode = "string",
                            },
                            ProvisionVMAgent = false,
                            Ssh = new AzureNative.ComputeBulkActions.Inputs.SshConfigurationArgs
                            {
                                PublicKeys = new[]
                                {
                                    new AzureNative.ComputeBulkActions.Inputs.SshPublicKeyArgs
                                    {
                                        KeyData = "string",
                                        Path = "string",
                                    },
                                },
                            },
                        },
                        RequireGuestProvisionSignal = false,
                        Secrets = new[]
                        {
                            new AzureNative.ComputeBulkActions.Inputs.VaultSecretGroupArgs
                            {
                                SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                {
                                    Id = "string",
                                },
                                VaultCertificates = new[]
                                {
                                    new AzureNative.ComputeBulkActions.Inputs.VaultCertificateArgs
                                    {
                                        CertificateStore = "string",
                                        CertificateUrl = "string",
                                    },
                                },
                            },
                        },
                        WindowsConfiguration = new AzureNative.ComputeBulkActions.Inputs.WindowsConfigurationArgs
                        {
                            AdditionalUnattendContent = new[]
                            {
                                new AzureNative.ComputeBulkActions.Inputs.AdditionalUnattendContentArgs
                                {
                                    ComponentName = AzureNative.ComputeBulkActions.ComponentName.Microsoft_Windows_Shell_Setup,
                                    Content = "string",
                                    PassName = AzureNative.ComputeBulkActions.PassName.OobeSystem,
                                    SettingName = "string",
                                },
                            },
                            EnableAutomaticUpdates = false,
                            PatchSettings = new AzureNative.ComputeBulkActions.Inputs.PatchSettingsArgs
                            {
                                AssessmentMode = "string",
                                AutomaticByPlatformSettings = new AzureNative.ComputeBulkActions.Inputs.WindowsVMGuestPatchAutomaticByPlatformSettingsArgs
                                {
                                    BypassPlatformSafetyChecksOnUserSchedule = false,
                                    RebootSetting = "string",
                                },
                                EnableHotpatching = false,
                                PatchMode = "string",
                            },
                            ProvisionVMAgent = false,
                            TimeZone = "string",
                            WinRM = new AzureNative.ComputeBulkActions.Inputs.WinRMConfigurationArgs
                            {
                                Listeners = new[]
                                {
                                    new AzureNative.ComputeBulkActions.Inputs.WinRMListenerArgs
                                    {
                                        CertificateUrl = "string",
                                        Protocol = "string",
                                    },
                                },
                            },
                        },
                    },
                    ScheduledEventsPolicy = new AzureNative.ComputeBulkActions.Inputs.ScheduledEventsPolicyArgs
                    {
                        AllInstancesDown = new AzureNative.ComputeBulkActions.Inputs.AllInstancesDownArgs
                        {
                            AutomaticallyApprove = false,
                        },
                        ScheduledEventsAdditionalPublishingTargets = new AzureNative.ComputeBulkActions.Inputs.ScheduledEventsAdditionalPublishingTargetsArgs
                        {
                            EventGridAndResourceGraph = new AzureNative.ComputeBulkActions.Inputs.EventGridAndResourceGraphArgs
                            {
                                Enable = false,
                                ScheduledEventsApiVersion = "string",
                            },
                        },
                        UserInitiatedReboot = new AzureNative.ComputeBulkActions.Inputs.UserInitiatedRebootArgs
                        {
                            AutomaticallyApprove = false,
                        },
                        UserInitiatedRedeploy = new AzureNative.ComputeBulkActions.Inputs.UserInitiatedRedeployArgs
                        {
                            AutomaticallyApprove = false,
                        },
                    },
                    ScheduledEventsProfile = new AzureNative.ComputeBulkActions.Inputs.ScheduledEventsProfileArgs
                    {
                        OsImageNotificationProfile = new AzureNative.ComputeBulkActions.Inputs.OSImageNotificationProfileArgs
                        {
                            Enable = false,
                            NotBeforeTimeout = "string",
                        },
                        TerminateNotificationProfile = new AzureNative.ComputeBulkActions.Inputs.TerminateNotificationProfileArgs
                        {
                            Enable = false,
                            NotBeforeTimeout = "string",
                        },
                    },
                    SecurityProfile = new AzureNative.ComputeBulkActions.Inputs.SecurityProfileArgs
                    {
                        EncryptionAtHost = false,
                        EncryptionIdentity = new AzureNative.ComputeBulkActions.Inputs.EncryptionIdentityArgs
                        {
                            UserAssignedIdentityResourceId = "string",
                        },
                        ProxyAgentSettings = new AzureNative.ComputeBulkActions.Inputs.ProxyAgentSettingsArgs
                        {
                            AddProxyAgentExtension = false,
                            Enabled = false,
                            Imds = new AzureNative.ComputeBulkActions.Inputs.HostEndpointSettingsArgs
                            {
                                InVMAccessControlProfileReferenceId = "string",
                                Mode = "string",
                            },
                            KeyIncarnationId = 0,
                            Mode = "string",
                            WireServer = new AzureNative.ComputeBulkActions.Inputs.HostEndpointSettingsArgs
                            {
                                InVMAccessControlProfileReferenceId = "string",
                                Mode = "string",
                            },
                        },
                        SecurityType = "string",
                        UefiSettings = new AzureNative.ComputeBulkActions.Inputs.UefiSettingsArgs
                        {
                            SecureBootEnabled = false,
                            VTpmEnabled = false,
                        },
                    },
                    StorageProfile = new AzureNative.ComputeBulkActions.Inputs.StorageProfileArgs
                    {
                        DataDisks = new[]
                        {
                            new AzureNative.ComputeBulkActions.Inputs.DataDiskArgs
                            {
                                Lun = 0,
                                CreateOption = "string",
                                DetachOption = "string",
                                Caching = "string",
                                DiskSizeGB = 0,
                                Image = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
                                {
                                    Uri = "string",
                                },
                                DeleteOption = "string",
                                ManagedDisk = new AzureNative.ComputeBulkActions.Inputs.ManagedDiskParametersArgs
                                {
                                    DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
                                    {
                                        Id = "string",
                                    },
                                    Id = "string",
                                    SecurityProfile = new AzureNative.ComputeBulkActions.Inputs.VMDiskSecurityProfileArgs
                                    {
                                        DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
                                        {
                                            Id = "string",
                                        },
                                        SecurityEncryptionType = "string",
                                    },
                                    StorageAccountType = "string",
                                },
                                Name = "string",
                                SourceResource = new AzureNative.ComputeBulkActions.Inputs.ApiEntityReferenceArgs
                                {
                                    Id = "string",
                                },
                                ToBeDetached = false,
                                Vhd = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
                                {
                                    Uri = "string",
                                },
                                WriteAcceleratorEnabled = false,
                            },
                        },
                        DiskControllerType = "string",
                        ImageReference = new AzureNative.ComputeBulkActions.Inputs.ImageReferenceArgs
                        {
                            CommunityGalleryImageId = "string",
                            Id = "string",
                            Offer = "string",
                            Publisher = "string",
                            SharedGalleryImageId = "string",
                            Sku = "string",
                            Version = "string",
                        },
                        OsDisk = new AzureNative.ComputeBulkActions.Inputs.OSDiskArgs
                        {
                            CreateOption = "string",
                            Caching = "string",
                            DeleteOption = "string",
                            DiffDiskSettings = new AzureNative.ComputeBulkActions.Inputs.DiffDiskSettingsArgs
                            {
                                Option = "string",
                                Placement = "string",
                            },
                            DiskSizeGB = 0,
                            EncryptionSettings = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSettingsArgs
                            {
                                DiskEncryptionKey = new AzureNative.ComputeBulkActions.Inputs.KeyVaultSecretReferenceArgs
                                {
                                    SecretUrl = "string",
                                    SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                    {
                                        Id = "string",
                                    },
                                },
                                Enabled = false,
                                KeyEncryptionKey = new AzureNative.ComputeBulkActions.Inputs.KeyVaultKeyReferenceArgs
                                {
                                    KeyUrl = "string",
                                    SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                    {
                                        Id = "string",
                                    },
                                },
                            },
                            Image = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
                            {
                                Uri = "string",
                            },
                            ManagedDisk = new AzureNative.ComputeBulkActions.Inputs.ManagedDiskParametersArgs
                            {
                                DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
                                {
                                    Id = "string",
                                },
                                Id = "string",
                                SecurityProfile = new AzureNative.ComputeBulkActions.Inputs.VMDiskSecurityProfileArgs
                                {
                                    DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
                                    {
                                        Id = "string",
                                    },
                                    SecurityEncryptionType = "string",
                                },
                                StorageAccountType = "string",
                            },
                            Name = "string",
                            OsType = "string",
                            Vhd = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
                            {
                                Uri = "string",
                            },
                            WriteAcceleratorEnabled = false,
                        },
                    },
                    UserData = "string",
                },
                ComputeApiVersion = "string",
                Extensions = new[]
                {
                    new AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtensionArgs
                    {
                        Name = "string",
                        Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtensionPropertiesArgs
                        {
                            AutoUpgradeMinorVersion = false,
                            EnableAutomaticUpgrade = false,
                            ForceUpdateTag = "string",
                            ProtectedSettings = "any",
                            ProtectedSettingsFromKeyVault = new AzureNative.ComputeBulkActions.Inputs.KeyVaultSecretReferenceArgs
                            {
                                SecretUrl = "string",
                                SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
                                {
                                    Id = "string",
                                },
                            },
                            ProvisionAfterExtensions = new[]
                            {
                                "string",
                            },
                            Publisher = "string",
                            Settings = "any",
                            SuppressFailures = false,
                            Type = "string",
                            TypeHandlerVersion = "string",
                        },
                    },
                },
            },
            PriorityProfile = new AzureNative.ComputeBulkActions.Inputs.PriorityProfileArgs
            {
                AllocationStrategy = "string",
                EvictionPolicy = "string",
                MaxPricePerVM = 0,
                Type = "string",
            },
            CapacityType = "string",
            RetryPolicy = new AzureNative.ComputeBulkActions.Inputs.RetryPolicyArgs
            {
                RetryCount = 0,
                RetryWindowInMinutes = 0,
            },
            VmAttributes = new AzureNative.ComputeBulkActions.Inputs.VMAttributesArgs
            {
                ArchitectureTypes = new[]
                {
                    "string",
                },
                VCpuCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
                {
                    Max = 0,
                    Min = 0,
                },
                MemoryInGiB = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
                {
                    Max = 0,
                    Min = 0,
                },
                HyperVGenerations = new[]
                {
                    "string",
                },
                LocalStorageInGiB = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
                {
                    Max = 0,
                    Min = 0,
                },
                AcceleratorTypes = new[]
                {
                    "string",
                },
                BurstableSupport = "string",
                CpuManufacturers = new[]
                {
                    "string",
                },
                DataDiskCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
                {
                    Max = 0,
                    Min = 0,
                },
                ExcludedVMSizes = new[]
                {
                    "string",
                },
                AcceleratorCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
                {
                    Max = 0,
                    Min = 0,
                },
                LocalStorageDiskTypes = new[]
                {
                    "string",
                },
                AllowedVMSizes = new[]
                {
                    "string",
                },
                LocalStorageSupport = "string",
                AcceleratorSupport = "string",
                MemoryInGiBPerVCpu = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
                {
                    Max = 0,
                    Min = 0,
                },
                NetworkBandwidthInMbps = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
                {
                    Max = 0,
                    Min = 0,
                },
                NetworkInterfaceCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
                {
                    Max = 0,
                    Min = 0,
                },
                RdmaNetworkInterfaceCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
                {
                    Max = 0,
                    Min = 0,
                },
                RdmaSupport = "string",
                AcceleratorManufacturers = new[]
                {
                    "string",
                },
                VmCategories = new[]
                {
                    "string",
                },
            },
            VmSizesProfile = new[]
            {
                new AzureNative.ComputeBulkActions.Inputs.VmSizeProfileArgs
                {
                    Name = "string",
                    Rank = 0,
                },
            },
            ZoneAllocationPolicy = new AzureNative.ComputeBulkActions.Inputs.ZoneAllocationPolicyArgs
            {
                DistributionStrategy = "string",
                ZonePreferences = new[]
                {
                    new AzureNative.ComputeBulkActions.Inputs.ZonePreferenceArgs
                    {
                        Zone = "string",
                        Rank = 0,
                    },
                },
            },
        },
        Tags = 
        {
            { "string", "string" },
        },
        Zones = new[]
        {
            "string",
        },
    });
    
    example, err := computebulkactions.NewBulkAction(ctx, "bulkActionResource", &computebulkactions.BulkActionArgs{
    	Location:          pulumi.String("string"),
    	ResourceGroupName: pulumi.String("string"),
    	Identity: &computebulkactions.ManagedServiceIdentityArgs{
    		Type: pulumi.String("string"),
    		UserAssignedIdentities: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	Name: pulumi.String("string"),
    	Plan: &computebulkactions.PlanArgs{
    		Name:          pulumi.String("string"),
    		Product:       pulumi.String("string"),
    		Publisher:     pulumi.String("string"),
    		PromotionCode: pulumi.String("string"),
    		Version:       pulumi.String("string"),
    	},
    	Properties: &computebulkactions.LaunchBulkInstancesOperationPropertiesArgs{
    		Capacity: pulumi.Int(0),
    		ComputeProfile: &computebulkactions.ComputeProfileArgs{
    			VirtualMachineProfile: &computebulkactions.VirtualMachineProfileArgs{
    				AdditionalCapabilities: &computebulkactions.AdditionalCapabilitiesArgs{
    					HibernationEnabled: pulumi.Bool(false),
    					UltraSSDEnabled:    pulumi.Bool(false),
    				},
    				ApplicationProfile: &computebulkactions.ApplicationProfileArgs{
    					GalleryApplications: computebulkactions.VMGalleryApplicationArray{
    						&computebulkactions.VMGalleryApplicationArgs{
    							PackageReferenceId:              pulumi.String("string"),
    							ConfigurationReference:          pulumi.String("string"),
    							EnableAutomaticUpgrade:          pulumi.Bool(false),
    							Order:                           pulumi.Int(0),
    							Tags:                            pulumi.String("string"),
    							TreatFailureAsDeploymentFailure: pulumi.Bool(false),
    						},
    					},
    				},
    				CapacityReservation: &computebulkactions.CapacityReservationProfileArgs{
    					CapacityReservationGroup: &computebulkactions.SubResourceArgs{
    						Id: pulumi.String("string"),
    					},
    				},
    				DiagnosticsProfile: &computebulkactions.DiagnosticsProfileArgs{
    					BootDiagnostics: &computebulkactions.BootDiagnosticsArgs{
    						Enabled:    pulumi.Bool(false),
    						StorageUri: pulumi.String("string"),
    					},
    				},
    				ExtensionsTimeBudget: pulumi.String("string"),
    				LicenseType:          pulumi.String("string"),
    				NetworkProfile: &computebulkactions.NetworkProfileArgs{
    					NetworkApiVersion: pulumi.String("string"),
    					NetworkInterfaceConfigurations: computebulkactions.VirtualMachineNetworkInterfaceConfigurationArray{
    						&computebulkactions.VirtualMachineNetworkInterfaceConfigurationArgs{
    							Name: pulumi.String("string"),
    							Properties: &computebulkactions.VirtualMachineNetworkInterfaceConfigurationPropertiesArgs{
    								IpConfigurations: computebulkactions.VirtualMachineNetworkInterfaceIPConfigurationArray{
    									&computebulkactions.VirtualMachineNetworkInterfaceIPConfigurationArgs{
    										Name: pulumi.String("string"),
    										Properties: &computebulkactions.VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs{
    											ApplicationGatewayBackendAddressPools: computebulkactions.SubResourceArray{
    												&computebulkactions.SubResourceArgs{
    													Id: pulumi.String("string"),
    												},
    											},
    											ApplicationSecurityGroups: computebulkactions.SubResourceArray{
    												&computebulkactions.SubResourceArgs{
    													Id: pulumi.String("string"),
    												},
    											},
    											LoadBalancerBackendAddressPools: computebulkactions.SubResourceArray{
    												&computebulkactions.SubResourceArgs{
    													Id: pulumi.String("string"),
    												},
    											},
    											Primary:                 pulumi.Bool(false),
    											PrivateIPAddressVersion: pulumi.String("string"),
    											PublicIPAddressConfiguration: &computebulkactions.VirtualMachinePublicIPAddressConfigurationArgs{
    												Name: pulumi.String("string"),
    												Properties: &computebulkactions.VirtualMachinePublicIPAddressConfigurationPropertiesArgs{
    													DeleteOption: pulumi.String("string"),
    													DnsSettings: &computebulkactions.VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs{
    														DomainNameLabel:      pulumi.String("string"),
    														DomainNameLabelScope: pulumi.String("string"),
    													},
    													IdleTimeoutInMinutes: pulumi.Int(0),
    													IpTags: computebulkactions.VirtualMachineIpTagArray{
    														&computebulkactions.VirtualMachineIpTagArgs{
    															IpTagType: pulumi.String("string"),
    															Tag:       pulumi.String("string"),
    														},
    													},
    													PublicIPAddressVersion:   pulumi.String("string"),
    													PublicIPAllocationMethod: pulumi.String("string"),
    													PublicIPPrefix: &computebulkactions.SubResourceArgs{
    														Id: pulumi.String("string"),
    													},
    												},
    												Sku: &computebulkactions.PublicIPAddressSkuArgs{
    													Name: pulumi.String("string"),
    													Tier: pulumi.String("string"),
    												},
    												Tags: pulumi.StringMap{
    													"string": pulumi.String("string"),
    												},
    											},
    											Subnet: &computebulkactions.SubResourceArgs{
    												Id: pulumi.String("string"),
    											},
    										},
    									},
    								},
    								AuxiliaryMode:           pulumi.String("string"),
    								AuxiliarySku:            pulumi.String("string"),
    								DeleteOption:            pulumi.String("string"),
    								DisableTcpStateTracking: pulumi.Bool(false),
    								DnsSettings: &computebulkactions.VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs{
    									DnsServers: pulumi.StringArray{
    										pulumi.String("string"),
    									},
    								},
    								DscpConfiguration: &computebulkactions.SubResourceArgs{
    									Id: pulumi.String("string"),
    								},
    								EnableAcceleratedNetworking: pulumi.Bool(false),
    								EnableFpga:                  pulumi.Bool(false),
    								EnableIPForwarding:          pulumi.Bool(false),
    								NetworkSecurityGroup: &computebulkactions.SubResourceArgs{
    									Id: pulumi.String("string"),
    								},
    								Primary: pulumi.Bool(false),
    							},
    							Tags: pulumi.StringMap{
    								"string": pulumi.String("string"),
    							},
    						},
    					},
    					NetworkInterfaces: computebulkactions.NetworkInterfaceReferenceArray{
    						&computebulkactions.NetworkInterfaceReferenceArgs{
    							Id: pulumi.String("string"),
    							Properties: &computebulkactions.NetworkInterfaceReferencePropertiesArgs{
    								DeleteOption: pulumi.String("string"),
    								Primary:      pulumi.Bool(false),
    							},
    						},
    					},
    				},
    				OsProfile: &computebulkactions.OSProfileArgs{
    					AdminPassword:            pulumi.String("string"),
    					AdminUsername:            pulumi.String("string"),
    					AllowExtensionOperations: pulumi.Bool(false),
    					ComputerName:             pulumi.String("string"),
    					CustomData:               pulumi.String("string"),
    					LinuxConfiguration: &computebulkactions.LinuxConfigurationArgs{
    						DisablePasswordAuthentication: pulumi.Bool(false),
    						EnableVMAgentPlatformUpdates:  pulumi.Bool(false),
    						PatchSettings: &computebulkactions.LinuxPatchSettingsArgs{
    							AssessmentMode: pulumi.String("string"),
    							AutomaticByPlatformSettings: &computebulkactions.LinuxVMGuestPatchAutomaticByPlatformSettingsArgs{
    								BypassPlatformSafetyChecksOnUserSchedule: pulumi.Bool(false),
    								RebootSetting:                            pulumi.String("string"),
    							},
    							PatchMode: pulumi.String("string"),
    						},
    						ProvisionVMAgent: pulumi.Bool(false),
    						Ssh: &computebulkactions.SshConfigurationArgs{
    							PublicKeys: computebulkactions.SshPublicKeyArray{
    								&computebulkactions.SshPublicKeyArgs{
    									KeyData: pulumi.String("string"),
    									Path:    pulumi.String("string"),
    								},
    							},
    						},
    					},
    					RequireGuestProvisionSignal: pulumi.Bool(false),
    					Secrets: computebulkactions.VaultSecretGroupArray{
    						&computebulkactions.VaultSecretGroupArgs{
    							SourceVault: &computebulkactions.SubResourceArgs{
    								Id: pulumi.String("string"),
    							},
    							VaultCertificates: computebulkactions.VaultCertificateArray{
    								&computebulkactions.VaultCertificateArgs{
    									CertificateStore: pulumi.String("string"),
    									CertificateUrl:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					WindowsConfiguration: &computebulkactions.WindowsConfigurationArgs{
    						AdditionalUnattendContent: computebulkactions.AdditionalUnattendContentArray{
    							&computebulkactions.AdditionalUnattendContentArgs{
    								ComponentName: computebulkactions.ComponentName_Microsoft_Windows_Shell_Setup,
    								Content:       pulumi.String("string"),
    								PassName:      computebulkactions.PassNameOobeSystem,
    								SettingName:   pulumi.String("string"),
    							},
    						},
    						EnableAutomaticUpdates: pulumi.Bool(false),
    						PatchSettings: &computebulkactions.PatchSettingsArgs{
    							AssessmentMode: pulumi.String("string"),
    							AutomaticByPlatformSettings: &computebulkactions.WindowsVMGuestPatchAutomaticByPlatformSettingsArgs{
    								BypassPlatformSafetyChecksOnUserSchedule: pulumi.Bool(false),
    								RebootSetting:                            pulumi.String("string"),
    							},
    							EnableHotpatching: pulumi.Bool(false),
    							PatchMode:         pulumi.String("string"),
    						},
    						ProvisionVMAgent: pulumi.Bool(false),
    						TimeZone:         pulumi.String("string"),
    						WinRM: &computebulkactions.WinRMConfigurationArgs{
    							Listeners: computebulkactions.WinRMListenerArray{
    								&computebulkactions.WinRMListenerArgs{
    									CertificateUrl: pulumi.String("string"),
    									Protocol:       pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    				ScheduledEventsPolicy: &computebulkactions.ScheduledEventsPolicyArgs{
    					AllInstancesDown: &computebulkactions.AllInstancesDownArgs{
    						AutomaticallyApprove: pulumi.Bool(false),
    					},
    					ScheduledEventsAdditionalPublishingTargets: &computebulkactions.ScheduledEventsAdditionalPublishingTargetsArgs{
    						EventGridAndResourceGraph: &computebulkactions.EventGridAndResourceGraphArgs{
    							Enable:                    pulumi.Bool(false),
    							ScheduledEventsApiVersion: pulumi.String("string"),
    						},
    					},
    					UserInitiatedReboot: &computebulkactions.UserInitiatedRebootArgs{
    						AutomaticallyApprove: pulumi.Bool(false),
    					},
    					UserInitiatedRedeploy: &computebulkactions.UserInitiatedRedeployArgs{
    						AutomaticallyApprove: pulumi.Bool(false),
    					},
    				},
    				ScheduledEventsProfile: &computebulkactions.ScheduledEventsProfileArgs{
    					OsImageNotificationProfile: &computebulkactions.OSImageNotificationProfileArgs{
    						Enable:           pulumi.Bool(false),
    						NotBeforeTimeout: pulumi.String("string"),
    					},
    					TerminateNotificationProfile: &computebulkactions.TerminateNotificationProfileArgs{
    						Enable:           pulumi.Bool(false),
    						NotBeforeTimeout: pulumi.String("string"),
    					},
    				},
    				SecurityProfile: &computebulkactions.SecurityProfileArgs{
    					EncryptionAtHost: pulumi.Bool(false),
    					EncryptionIdentity: &computebulkactions.EncryptionIdentityArgs{
    						UserAssignedIdentityResourceId: pulumi.String("string"),
    					},
    					ProxyAgentSettings: &computebulkactions.ProxyAgentSettingsArgs{
    						AddProxyAgentExtension: pulumi.Bool(false),
    						Enabled:                pulumi.Bool(false),
    						Imds: &computebulkactions.HostEndpointSettingsArgs{
    							InVMAccessControlProfileReferenceId: pulumi.String("string"),
    							Mode:                                pulumi.String("string"),
    						},
    						KeyIncarnationId: pulumi.Int(0),
    						Mode:             pulumi.String("string"),
    						WireServer: &computebulkactions.HostEndpointSettingsArgs{
    							InVMAccessControlProfileReferenceId: pulumi.String("string"),
    							Mode:                                pulumi.String("string"),
    						},
    					},
    					SecurityType: pulumi.String("string"),
    					UefiSettings: &computebulkactions.UefiSettingsArgs{
    						SecureBootEnabled: pulumi.Bool(false),
    						VTpmEnabled:       pulumi.Bool(false),
    					},
    				},
    				StorageProfile: &computebulkactions.StorageProfileArgs{
    					DataDisks: computebulkactions.DataDiskArray{
    						&computebulkactions.DataDiskArgs{
    							Lun:          pulumi.Int(0),
    							CreateOption: pulumi.String("string"),
    							DetachOption: pulumi.String("string"),
    							Caching:      pulumi.String("string"),
    							DiskSizeGB:   pulumi.Int(0),
    							Image: &computebulkactions.VirtualHardDiskArgs{
    								Uri: pulumi.String("string"),
    							},
    							DeleteOption: pulumi.String("string"),
    							ManagedDisk: &computebulkactions.ManagedDiskParametersArgs{
    								DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
    									Id: pulumi.String("string"),
    								},
    								Id: pulumi.String("string"),
    								SecurityProfile: &computebulkactions.VMDiskSecurityProfileArgs{
    									DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
    										Id: pulumi.String("string"),
    									},
    									SecurityEncryptionType: pulumi.String("string"),
    								},
    								StorageAccountType: pulumi.String("string"),
    							},
    							Name: pulumi.String("string"),
    							SourceResource: &computebulkactions.ApiEntityReferenceArgs{
    								Id: pulumi.String("string"),
    							},
    							ToBeDetached: pulumi.Bool(false),
    							Vhd: &computebulkactions.VirtualHardDiskArgs{
    								Uri: pulumi.String("string"),
    							},
    							WriteAcceleratorEnabled: pulumi.Bool(false),
    						},
    					},
    					DiskControllerType: pulumi.String("string"),
    					ImageReference: &computebulkactions.ImageReferenceArgs{
    						CommunityGalleryImageId: pulumi.String("string"),
    						Id:                      pulumi.String("string"),
    						Offer:                   pulumi.String("string"),
    						Publisher:               pulumi.String("string"),
    						SharedGalleryImageId:    pulumi.String("string"),
    						Sku:                     pulumi.String("string"),
    						Version:                 pulumi.String("string"),
    					},
    					OsDisk: &computebulkactions.OSDiskArgs{
    						CreateOption: pulumi.String("string"),
    						Caching:      pulumi.String("string"),
    						DeleteOption: pulumi.String("string"),
    						DiffDiskSettings: &computebulkactions.DiffDiskSettingsArgs{
    							Option:    pulumi.String("string"),
    							Placement: pulumi.String("string"),
    						},
    						DiskSizeGB: pulumi.Int(0),
    						EncryptionSettings: &computebulkactions.DiskEncryptionSettingsArgs{
    							DiskEncryptionKey: &computebulkactions.KeyVaultSecretReferenceArgs{
    								SecretUrl: pulumi.String("string"),
    								SourceVault: &computebulkactions.SubResourceArgs{
    									Id: pulumi.String("string"),
    								},
    							},
    							Enabled: pulumi.Bool(false),
    							KeyEncryptionKey: &computebulkactions.KeyVaultKeyReferenceArgs{
    								KeyUrl: pulumi.String("string"),
    								SourceVault: &computebulkactions.SubResourceArgs{
    									Id: pulumi.String("string"),
    								},
    							},
    						},
    						Image: &computebulkactions.VirtualHardDiskArgs{
    							Uri: pulumi.String("string"),
    						},
    						ManagedDisk: &computebulkactions.ManagedDiskParametersArgs{
    							DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
    								Id: pulumi.String("string"),
    							},
    							Id: pulumi.String("string"),
    							SecurityProfile: &computebulkactions.VMDiskSecurityProfileArgs{
    								DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
    									Id: pulumi.String("string"),
    								},
    								SecurityEncryptionType: pulumi.String("string"),
    							},
    							StorageAccountType: pulumi.String("string"),
    						},
    						Name:   pulumi.String("string"),
    						OsType: pulumi.String("string"),
    						Vhd: &computebulkactions.VirtualHardDiskArgs{
    							Uri: pulumi.String("string"),
    						},
    						WriteAcceleratorEnabled: pulumi.Bool(false),
    					},
    				},
    				UserData: pulumi.String("string"),
    			},
    			ComputeApiVersion: pulumi.String("string"),
    			Extensions: computebulkactions.VirtualMachineExtensionArray{
    				&computebulkactions.VirtualMachineExtensionArgs{
    					Name: pulumi.String("string"),
    					Properties: &computebulkactions.VirtualMachineExtensionPropertiesArgs{
    						AutoUpgradeMinorVersion: pulumi.Bool(false),
    						EnableAutomaticUpgrade:  pulumi.Bool(false),
    						ForceUpdateTag:          pulumi.String("string"),
    						ProtectedSettings:       pulumi.Any("any"),
    						ProtectedSettingsFromKeyVault: &computebulkactions.KeyVaultSecretReferenceArgs{
    							SecretUrl: pulumi.String("string"),
    							SourceVault: &computebulkactions.SubResourceArgs{
    								Id: pulumi.String("string"),
    							},
    						},
    						ProvisionAfterExtensions: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    						Publisher:          pulumi.String("string"),
    						Settings:           pulumi.Any("any"),
    						SuppressFailures:   pulumi.Bool(false),
    						Type:               pulumi.String("string"),
    						TypeHandlerVersion: pulumi.String("string"),
    					},
    				},
    			},
    		},
    		PriorityProfile: &computebulkactions.PriorityProfileArgs{
    			AllocationStrategy: pulumi.String("string"),
    			EvictionPolicy:     pulumi.String("string"),
    			MaxPricePerVM:      pulumi.Float64(0),
    			Type:               pulumi.String("string"),
    		},
    		CapacityType: pulumi.String("string"),
    		RetryPolicy: &computebulkactions.RetryPolicyArgs{
    			RetryCount:           pulumi.Int(0),
    			RetryWindowInMinutes: pulumi.Int(0),
    		},
    		VmAttributes: &computebulkactions.VMAttributesArgs{
    			ArchitectureTypes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			VCpuCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
    				Max: pulumi.Int(0),
    				Min: pulumi.Int(0),
    			},
    			MemoryInGiB: &computebulkactions.VMAttributeMinMaxDoubleArgs{
    				Max: pulumi.Float64(0),
    				Min: pulumi.Float64(0),
    			},
    			HyperVGenerations: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			LocalStorageInGiB: &computebulkactions.VMAttributeMinMaxDoubleArgs{
    				Max: pulumi.Float64(0),
    				Min: pulumi.Float64(0),
    			},
    			AcceleratorTypes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			BurstableSupport: pulumi.String("string"),
    			CpuManufacturers: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			DataDiskCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
    				Max: pulumi.Int(0),
    				Min: pulumi.Int(0),
    			},
    			ExcludedVMSizes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			AcceleratorCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
    				Max: pulumi.Int(0),
    				Min: pulumi.Int(0),
    			},
    			LocalStorageDiskTypes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			AllowedVMSizes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			LocalStorageSupport: pulumi.String("string"),
    			AcceleratorSupport:  pulumi.String("string"),
    			MemoryInGiBPerVCpu: &computebulkactions.VMAttributeMinMaxDoubleArgs{
    				Max: pulumi.Float64(0),
    				Min: pulumi.Float64(0),
    			},
    			NetworkBandwidthInMbps: &computebulkactions.VMAttributeMinMaxDoubleArgs{
    				Max: pulumi.Float64(0),
    				Min: pulumi.Float64(0),
    			},
    			NetworkInterfaceCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
    				Max: pulumi.Int(0),
    				Min: pulumi.Int(0),
    			},
    			RdmaNetworkInterfaceCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
    				Max: pulumi.Int(0),
    				Min: pulumi.Int(0),
    			},
    			RdmaSupport: pulumi.String("string"),
    			AcceleratorManufacturers: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			VmCategories: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    		VmSizesProfile: computebulkactions.VmSizeProfileArray{
    			&computebulkactions.VmSizeProfileArgs{
    				Name: pulumi.String("string"),
    				Rank: pulumi.Int(0),
    			},
    		},
    		ZoneAllocationPolicy: &computebulkactions.ZoneAllocationPolicyArgs{
    			DistributionStrategy: pulumi.String("string"),
    			ZonePreferences: computebulkactions.ZonePreferenceArray{
    				&computebulkactions.ZonePreferenceArgs{
    					Zone: pulumi.String("string"),
    					Rank: pulumi.Int(0),
    				},
    			},
    		},
    	},
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Zones: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var bulkActionResource = new BulkAction("bulkActionResource", BulkActionArgs.builder()
        .location("string")
        .resourceGroupName("string")
        .identity(ManagedServiceIdentityArgs.builder()
            .type("string")
            .userAssignedIdentities("string")
            .build())
        .name("string")
        .plan(PlanArgs.builder()
            .name("string")
            .product("string")
            .publisher("string")
            .promotionCode("string")
            .version("string")
            .build())
        .properties(LaunchBulkInstancesOperationPropertiesArgs.builder()
            .capacity(0)
            .computeProfile(ComputeProfileArgs.builder()
                .virtualMachineProfile(VirtualMachineProfileArgs.builder()
                    .additionalCapabilities(AdditionalCapabilitiesArgs.builder()
                        .hibernationEnabled(false)
                        .ultraSSDEnabled(false)
                        .build())
                    .applicationProfile(ApplicationProfileArgs.builder()
                        .galleryApplications(VMGalleryApplicationArgs.builder()
                            .packageReferenceId("string")
                            .configurationReference("string")
                            .enableAutomaticUpgrade(false)
                            .order(0)
                            .tags("string")
                            .treatFailureAsDeploymentFailure(false)
                            .build())
                        .build())
                    .capacityReservation(CapacityReservationProfileArgs.builder()
                        .capacityReservationGroup(SubResourceArgs.builder()
                            .id("string")
                            .build())
                        .build())
                    .diagnosticsProfile(DiagnosticsProfileArgs.builder()
                        .bootDiagnostics(BootDiagnosticsArgs.builder()
                            .enabled(false)
                            .storageUri("string")
                            .build())
                        .build())
                    .extensionsTimeBudget("string")
                    .licenseType("string")
                    .networkProfile(NetworkProfileArgs.builder()
                        .networkApiVersion("string")
                        .networkInterfaceConfigurations(VirtualMachineNetworkInterfaceConfigurationArgs.builder()
                            .name("string")
                            .properties(VirtualMachineNetworkInterfaceConfigurationPropertiesArgs.builder()
                                .ipConfigurations(VirtualMachineNetworkInterfaceIPConfigurationArgs.builder()
                                    .name("string")
                                    .properties(VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs.builder()
                                        .applicationGatewayBackendAddressPools(SubResourceArgs.builder()
                                            .id("string")
                                            .build())
                                        .applicationSecurityGroups(SubResourceArgs.builder()
                                            .id("string")
                                            .build())
                                        .loadBalancerBackendAddressPools(SubResourceArgs.builder()
                                            .id("string")
                                            .build())
                                        .primary(false)
                                        .privateIPAddressVersion("string")
                                        .publicIPAddressConfiguration(VirtualMachinePublicIPAddressConfigurationArgs.builder()
                                            .name("string")
                                            .properties(VirtualMachinePublicIPAddressConfigurationPropertiesArgs.builder()
                                                .deleteOption("string")
                                                .dnsSettings(VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs.builder()
                                                    .domainNameLabel("string")
                                                    .domainNameLabelScope("string")
                                                    .build())
                                                .idleTimeoutInMinutes(0)
                                                .ipTags(VirtualMachineIpTagArgs.builder()
                                                    .ipTagType("string")
                                                    .tag("string")
                                                    .build())
                                                .publicIPAddressVersion("string")
                                                .publicIPAllocationMethod("string")
                                                .publicIPPrefix(SubResourceArgs.builder()
                                                    .id("string")
                                                    .build())
                                                .build())
                                            .sku(PublicIPAddressSkuArgs.builder()
                                                .name("string")
                                                .tier("string")
                                                .build())
                                            .tags(Map.of("string", "string"))
                                            .build())
                                        .subnet(SubResourceArgs.builder()
                                            .id("string")
                                            .build())
                                        .build())
                                    .build())
                                .auxiliaryMode("string")
                                .auxiliarySku("string")
                                .deleteOption("string")
                                .disableTcpStateTracking(false)
                                .dnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs.builder()
                                    .dnsServers("string")
                                    .build())
                                .dscpConfiguration(SubResourceArgs.builder()
                                    .id("string")
                                    .build())
                                .enableAcceleratedNetworking(false)
                                .enableFpga(false)
                                .enableIPForwarding(false)
                                .networkSecurityGroup(SubResourceArgs.builder()
                                    .id("string")
                                    .build())
                                .primary(false)
                                .build())
                            .tags(Map.of("string", "string"))
                            .build())
                        .networkInterfaces(NetworkInterfaceReferenceArgs.builder()
                            .id("string")
                            .properties(NetworkInterfaceReferencePropertiesArgs.builder()
                                .deleteOption("string")
                                .primary(false)
                                .build())
                            .build())
                        .build())
                    .osProfile(OSProfileArgs.builder()
                        .adminPassword("string")
                        .adminUsername("string")
                        .allowExtensionOperations(false)
                        .computerName("string")
                        .customData("string")
                        .linuxConfiguration(LinuxConfigurationArgs.builder()
                            .disablePasswordAuthentication(false)
                            .enableVMAgentPlatformUpdates(false)
                            .patchSettings(LinuxPatchSettingsArgs.builder()
                                .assessmentMode("string")
                                .automaticByPlatformSettings(LinuxVMGuestPatchAutomaticByPlatformSettingsArgs.builder()
                                    .bypassPlatformSafetyChecksOnUserSchedule(false)
                                    .rebootSetting("string")
                                    .build())
                                .patchMode("string")
                                .build())
                            .provisionVMAgent(false)
                            .ssh(SshConfigurationArgs.builder()
                                .publicKeys(SshPublicKeyArgs.builder()
                                    .keyData("string")
                                    .path("string")
                                    .build())
                                .build())
                            .build())
                        .requireGuestProvisionSignal(false)
                        .secrets(VaultSecretGroupArgs.builder()
                            .sourceVault(SubResourceArgs.builder()
                                .id("string")
                                .build())
                            .vaultCertificates(VaultCertificateArgs.builder()
                                .certificateStore("string")
                                .certificateUrl("string")
                                .build())
                            .build())
                        .windowsConfiguration(WindowsConfigurationArgs.builder()
                            .additionalUnattendContent(AdditionalUnattendContentArgs.builder()
                                .componentName("Microsoft-Windows-Shell-Setup")
                                .content("string")
                                .passName("OobeSystem")
                                .settingName("string")
                                .build())
                            .enableAutomaticUpdates(false)
                            .patchSettings(PatchSettingsArgs.builder()
                                .assessmentMode("string")
                                .automaticByPlatformSettings(WindowsVMGuestPatchAutomaticByPlatformSettingsArgs.builder()
                                    .bypassPlatformSafetyChecksOnUserSchedule(false)
                                    .rebootSetting("string")
                                    .build())
                                .enableHotpatching(false)
                                .patchMode("string")
                                .build())
                            .provisionVMAgent(false)
                            .timeZone("string")
                            .winRM(WinRMConfigurationArgs.builder()
                                .listeners(WinRMListenerArgs.builder()
                                    .certificateUrl("string")
                                    .protocol("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .scheduledEventsPolicy(ScheduledEventsPolicyArgs.builder()
                        .allInstancesDown(AllInstancesDownArgs.builder()
                            .automaticallyApprove(false)
                            .build())
                        .scheduledEventsAdditionalPublishingTargets(ScheduledEventsAdditionalPublishingTargetsArgs.builder()
                            .eventGridAndResourceGraph(EventGridAndResourceGraphArgs.builder()
                                .enable(false)
                                .scheduledEventsApiVersion("string")
                                .build())
                            .build())
                        .userInitiatedReboot(UserInitiatedRebootArgs.builder()
                            .automaticallyApprove(false)
                            .build())
                        .userInitiatedRedeploy(UserInitiatedRedeployArgs.builder()
                            .automaticallyApprove(false)
                            .build())
                        .build())
                    .scheduledEventsProfile(ScheduledEventsProfileArgs.builder()
                        .osImageNotificationProfile(OSImageNotificationProfileArgs.builder()
                            .enable(false)
                            .notBeforeTimeout("string")
                            .build())
                        .terminateNotificationProfile(TerminateNotificationProfileArgs.builder()
                            .enable(false)
                            .notBeforeTimeout("string")
                            .build())
                        .build())
                    .securityProfile(SecurityProfileArgs.builder()
                        .encryptionAtHost(false)
                        .encryptionIdentity(EncryptionIdentityArgs.builder()
                            .userAssignedIdentityResourceId("string")
                            .build())
                        .proxyAgentSettings(ProxyAgentSettingsArgs.builder()
                            .addProxyAgentExtension(false)
                            .enabled(false)
                            .imds(HostEndpointSettingsArgs.builder()
                                .inVMAccessControlProfileReferenceId("string")
                                .mode("string")
                                .build())
                            .keyIncarnationId(0)
                            .mode("string")
                            .wireServer(HostEndpointSettingsArgs.builder()
                                .inVMAccessControlProfileReferenceId("string")
                                .mode("string")
                                .build())
                            .build())
                        .securityType("string")
                        .uefiSettings(UefiSettingsArgs.builder()
                            .secureBootEnabled(false)
                            .vTpmEnabled(false)
                            .build())
                        .build())
                    .storageProfile(StorageProfileArgs.builder()
                        .dataDisks(DataDiskArgs.builder()
                            .lun(0)
                            .createOption("string")
                            .detachOption("string")
                            .caching("string")
                            .diskSizeGB(0)
                            .image(VirtualHardDiskArgs.builder()
                                .uri("string")
                                .build())
                            .deleteOption("string")
                            .managedDisk(ManagedDiskParametersArgs.builder()
                                .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                    .id("string")
                                    .build())
                                .id("string")
                                .securityProfile(VMDiskSecurityProfileArgs.builder()
                                    .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                        .id("string")
                                        .build())
                                    .securityEncryptionType("string")
                                    .build())
                                .storageAccountType("string")
                                .build())
                            .name("string")
                            .sourceResource(ApiEntityReferenceArgs.builder()
                                .id("string")
                                .build())
                            .toBeDetached(false)
                            .vhd(VirtualHardDiskArgs.builder()
                                .uri("string")
                                .build())
                            .writeAcceleratorEnabled(false)
                            .build())
                        .diskControllerType("string")
                        .imageReference(ImageReferenceArgs.builder()
                            .communityGalleryImageId("string")
                            .id("string")
                            .offer("string")
                            .publisher("string")
                            .sharedGalleryImageId("string")
                            .sku("string")
                            .version("string")
                            .build())
                        .osDisk(OSDiskArgs.builder()
                            .createOption("string")
                            .caching("string")
                            .deleteOption("string")
                            .diffDiskSettings(DiffDiskSettingsArgs.builder()
                                .option("string")
                                .placement("string")
                                .build())
                            .diskSizeGB(0)
                            .encryptionSettings(DiskEncryptionSettingsArgs.builder()
                                .diskEncryptionKey(KeyVaultSecretReferenceArgs.builder()
                                    .secretUrl("string")
                                    .sourceVault(SubResourceArgs.builder()
                                        .id("string")
                                        .build())
                                    .build())
                                .enabled(false)
                                .keyEncryptionKey(KeyVaultKeyReferenceArgs.builder()
                                    .keyUrl("string")
                                    .sourceVault(SubResourceArgs.builder()
                                        .id("string")
                                        .build())
                                    .build())
                                .build())
                            .image(VirtualHardDiskArgs.builder()
                                .uri("string")
                                .build())
                            .managedDisk(ManagedDiskParametersArgs.builder()
                                .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                    .id("string")
                                    .build())
                                .id("string")
                                .securityProfile(VMDiskSecurityProfileArgs.builder()
                                    .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                        .id("string")
                                        .build())
                                    .securityEncryptionType("string")
                                    .build())
                                .storageAccountType("string")
                                .build())
                            .name("string")
                            .osType("string")
                            .vhd(VirtualHardDiskArgs.builder()
                                .uri("string")
                                .build())
                            .writeAcceleratorEnabled(false)
                            .build())
                        .build())
                    .userData("string")
                    .build())
                .computeApiVersion("string")
                .extensions(VirtualMachineExtensionArgs.builder()
                    .name("string")
                    .properties(VirtualMachineExtensionPropertiesArgs.builder()
                        .autoUpgradeMinorVersion(false)
                        .enableAutomaticUpgrade(false)
                        .forceUpdateTag("string")
                        .protectedSettings("any")
                        .protectedSettingsFromKeyVault(KeyVaultSecretReferenceArgs.builder()
                            .secretUrl("string")
                            .sourceVault(SubResourceArgs.builder()
                                .id("string")
                                .build())
                            .build())
                        .provisionAfterExtensions("string")
                        .publisher("string")
                        .settings("any")
                        .suppressFailures(false)
                        .type("string")
                        .typeHandlerVersion("string")
                        .build())
                    .build())
                .build())
            .priorityProfile(PriorityProfileArgs.builder()
                .allocationStrategy("string")
                .evictionPolicy("string")
                .maxPricePerVM(0.0)
                .type("string")
                .build())
            .capacityType("string")
            .retryPolicy(RetryPolicyArgs.builder()
                .retryCount(0)
                .retryWindowInMinutes(0)
                .build())
            .vmAttributes(VMAttributesArgs.builder()
                .architectureTypes("string")
                .vCpuCount(VMAttributeMinMaxIntegerArgs.builder()
                    .max(0)
                    .min(0)
                    .build())
                .memoryInGiB(VMAttributeMinMaxDoubleArgs.builder()
                    .max(0.0)
                    .min(0.0)
                    .build())
                .hyperVGenerations("string")
                .localStorageInGiB(VMAttributeMinMaxDoubleArgs.builder()
                    .max(0.0)
                    .min(0.0)
                    .build())
                .acceleratorTypes("string")
                .burstableSupport("string")
                .cpuManufacturers("string")
                .dataDiskCount(VMAttributeMinMaxIntegerArgs.builder()
                    .max(0)
                    .min(0)
                    .build())
                .excludedVMSizes("string")
                .acceleratorCount(VMAttributeMinMaxIntegerArgs.builder()
                    .max(0)
                    .min(0)
                    .build())
                .localStorageDiskTypes("string")
                .allowedVMSizes("string")
                .localStorageSupport("string")
                .acceleratorSupport("string")
                .memoryInGiBPerVCpu(VMAttributeMinMaxDoubleArgs.builder()
                    .max(0.0)
                    .min(0.0)
                    .build())
                .networkBandwidthInMbps(VMAttributeMinMaxDoubleArgs.builder()
                    .max(0.0)
                    .min(0.0)
                    .build())
                .networkInterfaceCount(VMAttributeMinMaxIntegerArgs.builder()
                    .max(0)
                    .min(0)
                    .build())
                .rdmaNetworkInterfaceCount(VMAttributeMinMaxIntegerArgs.builder()
                    .max(0)
                    .min(0)
                    .build())
                .rdmaSupport("string")
                .acceleratorManufacturers("string")
                .vmCategories("string")
                .build())
            .vmSizesProfile(VmSizeProfileArgs.builder()
                .name("string")
                .rank(0)
                .build())
            .zoneAllocationPolicy(ZoneAllocationPolicyArgs.builder()
                .distributionStrategy("string")
                .zonePreferences(ZonePreferenceArgs.builder()
                    .zone("string")
                    .rank(0)
                    .build())
                .build())
            .build())
        .tags(Map.of("string", "string"))
        .zones("string")
        .build());
    
    bulk_action_resource = azure_native.computebulkactions.BulkAction("bulkActionResource",
        location="string",
        resource_group_name="string",
        identity={
            "type": "string",
            "user_assigned_identities": ["string"],
        },
        name="string",
        plan={
            "name": "string",
            "product": "string",
            "publisher": "string",
            "promotion_code": "string",
            "version": "string",
        },
        properties={
            "capacity": 0,
            "compute_profile": {
                "virtual_machine_profile": {
                    "additional_capabilities": {
                        "hibernation_enabled": False,
                        "ultra_ssd_enabled": False,
                    },
                    "application_profile": {
                        "gallery_applications": [{
                            "package_reference_id": "string",
                            "configuration_reference": "string",
                            "enable_automatic_upgrade": False,
                            "order": 0,
                            "tags": "string",
                            "treat_failure_as_deployment_failure": False,
                        }],
                    },
                    "capacity_reservation": {
                        "capacity_reservation_group": {
                            "id": "string",
                        },
                    },
                    "diagnostics_profile": {
                        "boot_diagnostics": {
                            "enabled": False,
                            "storage_uri": "string",
                        },
                    },
                    "extensions_time_budget": "string",
                    "license_type": "string",
                    "network_profile": {
                        "network_api_version": "string",
                        "network_interface_configurations": [{
                            "name": "string",
                            "properties": {
                                "ip_configurations": [{
                                    "name": "string",
                                    "properties": {
                                        "application_gateway_backend_address_pools": [{
                                            "id": "string",
                                        }],
                                        "application_security_groups": [{
                                            "id": "string",
                                        }],
                                        "load_balancer_backend_address_pools": [{
                                            "id": "string",
                                        }],
                                        "primary": False,
                                        "private_ip_address_version": "string",
                                        "public_ip_address_configuration": {
                                            "name": "string",
                                            "properties": {
                                                "delete_option": "string",
                                                "dns_settings": {
                                                    "domain_name_label": "string",
                                                    "domain_name_label_scope": "string",
                                                },
                                                "idle_timeout_in_minutes": 0,
                                                "ip_tags": [{
                                                    "ip_tag_type": "string",
                                                    "tag": "string",
                                                }],
                                                "public_ip_address_version": "string",
                                                "public_ip_allocation_method": "string",
                                                "public_ip_prefix": {
                                                    "id": "string",
                                                },
                                            },
                                            "sku": {
                                                "name": "string",
                                                "tier": "string",
                                            },
                                            "tags": {
                                                "string": "string",
                                            },
                                        },
                                        "subnet": {
                                            "id": "string",
                                        },
                                    },
                                }],
                                "auxiliary_mode": "string",
                                "auxiliary_sku": "string",
                                "delete_option": "string",
                                "disable_tcp_state_tracking": False,
                                "dns_settings": {
                                    "dns_servers": ["string"],
                                },
                                "dscp_configuration": {
                                    "id": "string",
                                },
                                "enable_accelerated_networking": False,
                                "enable_fpga": False,
                                "enable_ip_forwarding": False,
                                "network_security_group": {
                                    "id": "string",
                                },
                                "primary": False,
                            },
                            "tags": {
                                "string": "string",
                            },
                        }],
                        "network_interfaces": [{
                            "id": "string",
                            "properties": {
                                "delete_option": "string",
                                "primary": False,
                            },
                        }],
                    },
                    "os_profile": {
                        "admin_password": "string",
                        "admin_username": "string",
                        "allow_extension_operations": False,
                        "computer_name": "string",
                        "custom_data": "string",
                        "linux_configuration": {
                            "disable_password_authentication": False,
                            "enable_vm_agent_platform_updates": False,
                            "patch_settings": {
                                "assessment_mode": "string",
                                "automatic_by_platform_settings": {
                                    "bypass_platform_safety_checks_on_user_schedule": False,
                                    "reboot_setting": "string",
                                },
                                "patch_mode": "string",
                            },
                            "provision_vm_agent": False,
                            "ssh": {
                                "public_keys": [{
                                    "key_data": "string",
                                    "path": "string",
                                }],
                            },
                        },
                        "require_guest_provision_signal": False,
                        "secrets": [{
                            "source_vault": {
                                "id": "string",
                            },
                            "vault_certificates": [{
                                "certificate_store": "string",
                                "certificate_url": "string",
                            }],
                        }],
                        "windows_configuration": {
                            "additional_unattend_content": [{
                                "component_name": azure_native.computebulkactions.ComponentName.MICROSOFT_WINDOWS_SHELL_SETUP,
                                "content": "string",
                                "pass_name": azure_native.computebulkactions.PassName.OOBE_SYSTEM,
                                "setting_name": "string",
                            }],
                            "enable_automatic_updates": False,
                            "patch_settings": {
                                "assessment_mode": "string",
                                "automatic_by_platform_settings": {
                                    "bypass_platform_safety_checks_on_user_schedule": False,
                                    "reboot_setting": "string",
                                },
                                "enable_hotpatching": False,
                                "patch_mode": "string",
                            },
                            "provision_vm_agent": False,
                            "time_zone": "string",
                            "win_rm": {
                                "listeners": [{
                                    "certificate_url": "string",
                                    "protocol": "string",
                                }],
                            },
                        },
                    },
                    "scheduled_events_policy": {
                        "all_instances_down": {
                            "automatically_approve": False,
                        },
                        "scheduled_events_additional_publishing_targets": {
                            "event_grid_and_resource_graph": {
                                "enable": False,
                                "scheduled_events_api_version": "string",
                            },
                        },
                        "user_initiated_reboot": {
                            "automatically_approve": False,
                        },
                        "user_initiated_redeploy": {
                            "automatically_approve": False,
                        },
                    },
                    "scheduled_events_profile": {
                        "os_image_notification_profile": {
                            "enable": False,
                            "not_before_timeout": "string",
                        },
                        "terminate_notification_profile": {
                            "enable": False,
                            "not_before_timeout": "string",
                        },
                    },
                    "security_profile": {
                        "encryption_at_host": False,
                        "encryption_identity": {
                            "user_assigned_identity_resource_id": "string",
                        },
                        "proxy_agent_settings": {
                            "add_proxy_agent_extension": False,
                            "enabled": False,
                            "imds": {
                                "in_vm_access_control_profile_reference_id": "string",
                                "mode": "string",
                            },
                            "key_incarnation_id": 0,
                            "mode": "string",
                            "wire_server": {
                                "in_vm_access_control_profile_reference_id": "string",
                                "mode": "string",
                            },
                        },
                        "security_type": "string",
                        "uefi_settings": {
                            "secure_boot_enabled": False,
                            "v_tpm_enabled": False,
                        },
                    },
                    "storage_profile": {
                        "data_disks": [{
                            "lun": 0,
                            "create_option": "string",
                            "detach_option": "string",
                            "caching": "string",
                            "disk_size_gb": 0,
                            "image": {
                                "uri": "string",
                            },
                            "delete_option": "string",
                            "managed_disk": {
                                "disk_encryption_set": {
                                    "id": "string",
                                },
                                "id": "string",
                                "security_profile": {
                                    "disk_encryption_set": {
                                        "id": "string",
                                    },
                                    "security_encryption_type": "string",
                                },
                                "storage_account_type": "string",
                            },
                            "name": "string",
                            "source_resource": {
                                "id": "string",
                            },
                            "to_be_detached": False,
                            "vhd": {
                                "uri": "string",
                            },
                            "write_accelerator_enabled": False,
                        }],
                        "disk_controller_type": "string",
                        "image_reference": {
                            "community_gallery_image_id": "string",
                            "id": "string",
                            "offer": "string",
                            "publisher": "string",
                            "shared_gallery_image_id": "string",
                            "sku": "string",
                            "version": "string",
                        },
                        "os_disk": {
                            "create_option": "string",
                            "caching": "string",
                            "delete_option": "string",
                            "diff_disk_settings": {
                                "option": "string",
                                "placement": "string",
                            },
                            "disk_size_gb": 0,
                            "encryption_settings": {
                                "disk_encryption_key": {
                                    "secret_url": "string",
                                    "source_vault": {
                                        "id": "string",
                                    },
                                },
                                "enabled": False,
                                "key_encryption_key": {
                                    "key_url": "string",
                                    "source_vault": {
                                        "id": "string",
                                    },
                                },
                            },
                            "image": {
                                "uri": "string",
                            },
                            "managed_disk": {
                                "disk_encryption_set": {
                                    "id": "string",
                                },
                                "id": "string",
                                "security_profile": {
                                    "disk_encryption_set": {
                                        "id": "string",
                                    },
                                    "security_encryption_type": "string",
                                },
                                "storage_account_type": "string",
                            },
                            "name": "string",
                            "os_type": "string",
                            "vhd": {
                                "uri": "string",
                            },
                            "write_accelerator_enabled": False,
                        },
                    },
                    "user_data": "string",
                },
                "compute_api_version": "string",
                "extensions": [{
                    "name": "string",
                    "properties": {
                        "auto_upgrade_minor_version": False,
                        "enable_automatic_upgrade": False,
                        "force_update_tag": "string",
                        "protected_settings": "any",
                        "protected_settings_from_key_vault": {
                            "secret_url": "string",
                            "source_vault": {
                                "id": "string",
                            },
                        },
                        "provision_after_extensions": ["string"],
                        "publisher": "string",
                        "settings": "any",
                        "suppress_failures": False,
                        "type": "string",
                        "type_handler_version": "string",
                    },
                }],
            },
            "priority_profile": {
                "allocation_strategy": "string",
                "eviction_policy": "string",
                "max_price_per_vm": 0,
                "type": "string",
            },
            "capacity_type": "string",
            "retry_policy": {
                "retry_count": 0,
                "retry_window_in_minutes": 0,
            },
            "vm_attributes": {
                "architecture_types": ["string"],
                "v_cpu_count": {
                    "max": 0,
                    "min": 0,
                },
                "memory_in_gi_b": {
                    "max": 0,
                    "min": 0,
                },
                "hyper_v_generations": ["string"],
                "local_storage_in_gi_b": {
                    "max": 0,
                    "min": 0,
                },
                "accelerator_types": ["string"],
                "burstable_support": "string",
                "cpu_manufacturers": ["string"],
                "data_disk_count": {
                    "max": 0,
                    "min": 0,
                },
                "excluded_vm_sizes": ["string"],
                "accelerator_count": {
                    "max": 0,
                    "min": 0,
                },
                "local_storage_disk_types": ["string"],
                "allowed_vm_sizes": ["string"],
                "local_storage_support": "string",
                "accelerator_support": "string",
                "memory_in_gi_b_per_v_cpu": {
                    "max": 0,
                    "min": 0,
                },
                "network_bandwidth_in_mbps": {
                    "max": 0,
                    "min": 0,
                },
                "network_interface_count": {
                    "max": 0,
                    "min": 0,
                },
                "rdma_network_interface_count": {
                    "max": 0,
                    "min": 0,
                },
                "rdma_support": "string",
                "accelerator_manufacturers": ["string"],
                "vm_categories": ["string"],
            },
            "vm_sizes_profile": [{
                "name": "string",
                "rank": 0,
            }],
            "zone_allocation_policy": {
                "distribution_strategy": "string",
                "zone_preferences": [{
                    "zone": "string",
                    "rank": 0,
                }],
            },
        },
        tags={
            "string": "string",
        },
        zones=["string"])
    
    const bulkActionResource = new azure_native.computebulkactions.BulkAction("bulkActionResource", {
        location: "string",
        resourceGroupName: "string",
        identity: {
            type: "string",
            userAssignedIdentities: ["string"],
        },
        name: "string",
        plan: {
            name: "string",
            product: "string",
            publisher: "string",
            promotionCode: "string",
            version: "string",
        },
        properties: {
            capacity: 0,
            computeProfile: {
                virtualMachineProfile: {
                    additionalCapabilities: {
                        hibernationEnabled: false,
                        ultraSSDEnabled: false,
                    },
                    applicationProfile: {
                        galleryApplications: [{
                            packageReferenceId: "string",
                            configurationReference: "string",
                            enableAutomaticUpgrade: false,
                            order: 0,
                            tags: "string",
                            treatFailureAsDeploymentFailure: false,
                        }],
                    },
                    capacityReservation: {
                        capacityReservationGroup: {
                            id: "string",
                        },
                    },
                    diagnosticsProfile: {
                        bootDiagnostics: {
                            enabled: false,
                            storageUri: "string",
                        },
                    },
                    extensionsTimeBudget: "string",
                    licenseType: "string",
                    networkProfile: {
                        networkApiVersion: "string",
                        networkInterfaceConfigurations: [{
                            name: "string",
                            properties: {
                                ipConfigurations: [{
                                    name: "string",
                                    properties: {
                                        applicationGatewayBackendAddressPools: [{
                                            id: "string",
                                        }],
                                        applicationSecurityGroups: [{
                                            id: "string",
                                        }],
                                        loadBalancerBackendAddressPools: [{
                                            id: "string",
                                        }],
                                        primary: false,
                                        privateIPAddressVersion: "string",
                                        publicIPAddressConfiguration: {
                                            name: "string",
                                            properties: {
                                                deleteOption: "string",
                                                dnsSettings: {
                                                    domainNameLabel: "string",
                                                    domainNameLabelScope: "string",
                                                },
                                                idleTimeoutInMinutes: 0,
                                                ipTags: [{
                                                    ipTagType: "string",
                                                    tag: "string",
                                                }],
                                                publicIPAddressVersion: "string",
                                                publicIPAllocationMethod: "string",
                                                publicIPPrefix: {
                                                    id: "string",
                                                },
                                            },
                                            sku: {
                                                name: "string",
                                                tier: "string",
                                            },
                                            tags: {
                                                string: "string",
                                            },
                                        },
                                        subnet: {
                                            id: "string",
                                        },
                                    },
                                }],
                                auxiliaryMode: "string",
                                auxiliarySku: "string",
                                deleteOption: "string",
                                disableTcpStateTracking: false,
                                dnsSettings: {
                                    dnsServers: ["string"],
                                },
                                dscpConfiguration: {
                                    id: "string",
                                },
                                enableAcceleratedNetworking: false,
                                enableFpga: false,
                                enableIPForwarding: false,
                                networkSecurityGroup: {
                                    id: "string",
                                },
                                primary: false,
                            },
                            tags: {
                                string: "string",
                            },
                        }],
                        networkInterfaces: [{
                            id: "string",
                            properties: {
                                deleteOption: "string",
                                primary: false,
                            },
                        }],
                    },
                    osProfile: {
                        adminPassword: "string",
                        adminUsername: "string",
                        allowExtensionOperations: false,
                        computerName: "string",
                        customData: "string",
                        linuxConfiguration: {
                            disablePasswordAuthentication: false,
                            enableVMAgentPlatformUpdates: false,
                            patchSettings: {
                                assessmentMode: "string",
                                automaticByPlatformSettings: {
                                    bypassPlatformSafetyChecksOnUserSchedule: false,
                                    rebootSetting: "string",
                                },
                                patchMode: "string",
                            },
                            provisionVMAgent: false,
                            ssh: {
                                publicKeys: [{
                                    keyData: "string",
                                    path: "string",
                                }],
                            },
                        },
                        requireGuestProvisionSignal: false,
                        secrets: [{
                            sourceVault: {
                                id: "string",
                            },
                            vaultCertificates: [{
                                certificateStore: "string",
                                certificateUrl: "string",
                            }],
                        }],
                        windowsConfiguration: {
                            additionalUnattendContent: [{
                                componentName: azure_native.computebulkactions.ComponentName.Microsoft_Windows_Shell_Setup,
                                content: "string",
                                passName: azure_native.computebulkactions.PassName.OobeSystem,
                                settingName: "string",
                            }],
                            enableAutomaticUpdates: false,
                            patchSettings: {
                                assessmentMode: "string",
                                automaticByPlatformSettings: {
                                    bypassPlatformSafetyChecksOnUserSchedule: false,
                                    rebootSetting: "string",
                                },
                                enableHotpatching: false,
                                patchMode: "string",
                            },
                            provisionVMAgent: false,
                            timeZone: "string",
                            winRM: {
                                listeners: [{
                                    certificateUrl: "string",
                                    protocol: "string",
                                }],
                            },
                        },
                    },
                    scheduledEventsPolicy: {
                        allInstancesDown: {
                            automaticallyApprove: false,
                        },
                        scheduledEventsAdditionalPublishingTargets: {
                            eventGridAndResourceGraph: {
                                enable: false,
                                scheduledEventsApiVersion: "string",
                            },
                        },
                        userInitiatedReboot: {
                            automaticallyApprove: false,
                        },
                        userInitiatedRedeploy: {
                            automaticallyApprove: false,
                        },
                    },
                    scheduledEventsProfile: {
                        osImageNotificationProfile: {
                            enable: false,
                            notBeforeTimeout: "string",
                        },
                        terminateNotificationProfile: {
                            enable: false,
                            notBeforeTimeout: "string",
                        },
                    },
                    securityProfile: {
                        encryptionAtHost: false,
                        encryptionIdentity: {
                            userAssignedIdentityResourceId: "string",
                        },
                        proxyAgentSettings: {
                            addProxyAgentExtension: false,
                            enabled: false,
                            imds: {
                                inVMAccessControlProfileReferenceId: "string",
                                mode: "string",
                            },
                            keyIncarnationId: 0,
                            mode: "string",
                            wireServer: {
                                inVMAccessControlProfileReferenceId: "string",
                                mode: "string",
                            },
                        },
                        securityType: "string",
                        uefiSettings: {
                            secureBootEnabled: false,
                            vTpmEnabled: false,
                        },
                    },
                    storageProfile: {
                        dataDisks: [{
                            lun: 0,
                            createOption: "string",
                            detachOption: "string",
                            caching: "string",
                            diskSizeGB: 0,
                            image: {
                                uri: "string",
                            },
                            deleteOption: "string",
                            managedDisk: {
                                diskEncryptionSet: {
                                    id: "string",
                                },
                                id: "string",
                                securityProfile: {
                                    diskEncryptionSet: {
                                        id: "string",
                                    },
                                    securityEncryptionType: "string",
                                },
                                storageAccountType: "string",
                            },
                            name: "string",
                            sourceResource: {
                                id: "string",
                            },
                            toBeDetached: false,
                            vhd: {
                                uri: "string",
                            },
                            writeAcceleratorEnabled: false,
                        }],
                        diskControllerType: "string",
                        imageReference: {
                            communityGalleryImageId: "string",
                            id: "string",
                            offer: "string",
                            publisher: "string",
                            sharedGalleryImageId: "string",
                            sku: "string",
                            version: "string",
                        },
                        osDisk: {
                            createOption: "string",
                            caching: "string",
                            deleteOption: "string",
                            diffDiskSettings: {
                                option: "string",
                                placement: "string",
                            },
                            diskSizeGB: 0,
                            encryptionSettings: {
                                diskEncryptionKey: {
                                    secretUrl: "string",
                                    sourceVault: {
                                        id: "string",
                                    },
                                },
                                enabled: false,
                                keyEncryptionKey: {
                                    keyUrl: "string",
                                    sourceVault: {
                                        id: "string",
                                    },
                                },
                            },
                            image: {
                                uri: "string",
                            },
                            managedDisk: {
                                diskEncryptionSet: {
                                    id: "string",
                                },
                                id: "string",
                                securityProfile: {
                                    diskEncryptionSet: {
                                        id: "string",
                                    },
                                    securityEncryptionType: "string",
                                },
                                storageAccountType: "string",
                            },
                            name: "string",
                            osType: "string",
                            vhd: {
                                uri: "string",
                            },
                            writeAcceleratorEnabled: false,
                        },
                    },
                    userData: "string",
                },
                computeApiVersion: "string",
                extensions: [{
                    name: "string",
                    properties: {
                        autoUpgradeMinorVersion: false,
                        enableAutomaticUpgrade: false,
                        forceUpdateTag: "string",
                        protectedSettings: "any",
                        protectedSettingsFromKeyVault: {
                            secretUrl: "string",
                            sourceVault: {
                                id: "string",
                            },
                        },
                        provisionAfterExtensions: ["string"],
                        publisher: "string",
                        settings: "any",
                        suppressFailures: false,
                        type: "string",
                        typeHandlerVersion: "string",
                    },
                }],
            },
            priorityProfile: {
                allocationStrategy: "string",
                evictionPolicy: "string",
                maxPricePerVM: 0,
                type: "string",
            },
            capacityType: "string",
            retryPolicy: {
                retryCount: 0,
                retryWindowInMinutes: 0,
            },
            vmAttributes: {
                architectureTypes: ["string"],
                vCpuCount: {
                    max: 0,
                    min: 0,
                },
                memoryInGiB: {
                    max: 0,
                    min: 0,
                },
                hyperVGenerations: ["string"],
                localStorageInGiB: {
                    max: 0,
                    min: 0,
                },
                acceleratorTypes: ["string"],
                burstableSupport: "string",
                cpuManufacturers: ["string"],
                dataDiskCount: {
                    max: 0,
                    min: 0,
                },
                excludedVMSizes: ["string"],
                acceleratorCount: {
                    max: 0,
                    min: 0,
                },
                localStorageDiskTypes: ["string"],
                allowedVMSizes: ["string"],
                localStorageSupport: "string",
                acceleratorSupport: "string",
                memoryInGiBPerVCpu: {
                    max: 0,
                    min: 0,
                },
                networkBandwidthInMbps: {
                    max: 0,
                    min: 0,
                },
                networkInterfaceCount: {
                    max: 0,
                    min: 0,
                },
                rdmaNetworkInterfaceCount: {
                    max: 0,
                    min: 0,
                },
                rdmaSupport: "string",
                acceleratorManufacturers: ["string"],
                vmCategories: ["string"],
            },
            vmSizesProfile: [{
                name: "string",
                rank: 0,
            }],
            zoneAllocationPolicy: {
                distributionStrategy: "string",
                zonePreferences: [{
                    zone: "string",
                    rank: 0,
                }],
            },
        },
        tags: {
            string: "string",
        },
        zones: ["string"],
    });
    
    type: azure-native:computebulkactions:BulkAction
    properties:
        identity:
            type: string
            userAssignedIdentities:
                - string
        location: string
        name: string
        plan:
            name: string
            product: string
            promotionCode: string
            publisher: string
            version: string
        properties:
            capacity: 0
            capacityType: string
            computeProfile:
                computeApiVersion: string
                extensions:
                    - name: string
                      properties:
                        autoUpgradeMinorVersion: false
                        enableAutomaticUpgrade: false
                        forceUpdateTag: string
                        protectedSettings: any
                        protectedSettingsFromKeyVault:
                            secretUrl: string
                            sourceVault:
                                id: string
                        provisionAfterExtensions:
                            - string
                        publisher: string
                        settings: any
                        suppressFailures: false
                        type: string
                        typeHandlerVersion: string
                virtualMachineProfile:
                    additionalCapabilities:
                        hibernationEnabled: false
                        ultraSSDEnabled: false
                    applicationProfile:
                        galleryApplications:
                            - configurationReference: string
                              enableAutomaticUpgrade: false
                              order: 0
                              packageReferenceId: string
                              tags: string
                              treatFailureAsDeploymentFailure: false
                    capacityReservation:
                        capacityReservationGroup:
                            id: string
                    diagnosticsProfile:
                        bootDiagnostics:
                            enabled: false
                            storageUri: string
                    extensionsTimeBudget: string
                    licenseType: string
                    networkProfile:
                        networkApiVersion: string
                        networkInterfaceConfigurations:
                            - name: string
                              properties:
                                auxiliaryMode: string
                                auxiliarySku: string
                                deleteOption: string
                                disableTcpStateTracking: false
                                dnsSettings:
                                    dnsServers:
                                        - string
                                dscpConfiguration:
                                    id: string
                                enableAcceleratedNetworking: false
                                enableFpga: false
                                enableIPForwarding: false
                                ipConfigurations:
                                    - name: string
                                      properties:
                                        applicationGatewayBackendAddressPools:
                                            - id: string
                                        applicationSecurityGroups:
                                            - id: string
                                        loadBalancerBackendAddressPools:
                                            - id: string
                                        primary: false
                                        privateIPAddressVersion: string
                                        publicIPAddressConfiguration:
                                            name: string
                                            properties:
                                                deleteOption: string
                                                dnsSettings:
                                                    domainNameLabel: string
                                                    domainNameLabelScope: string
                                                idleTimeoutInMinutes: 0
                                                ipTags:
                                                    - ipTagType: string
                                                      tag: string
                                                publicIPAddressVersion: string
                                                publicIPAllocationMethod: string
                                                publicIPPrefix:
                                                    id: string
                                            sku:
                                                name: string
                                                tier: string
                                            tags:
                                                string: string
                                        subnet:
                                            id: string
                                networkSecurityGroup:
                                    id: string
                                primary: false
                              tags:
                                string: string
                        networkInterfaces:
                            - id: string
                              properties:
                                deleteOption: string
                                primary: false
                    osProfile:
                        adminPassword: string
                        adminUsername: string
                        allowExtensionOperations: false
                        computerName: string
                        customData: string
                        linuxConfiguration:
                            disablePasswordAuthentication: false
                            enableVMAgentPlatformUpdates: false
                            patchSettings:
                                assessmentMode: string
                                automaticByPlatformSettings:
                                    bypassPlatformSafetyChecksOnUserSchedule: false
                                    rebootSetting: string
                                patchMode: string
                            provisionVMAgent: false
                            ssh:
                                publicKeys:
                                    - keyData: string
                                      path: string
                        requireGuestProvisionSignal: false
                        secrets:
                            - sourceVault:
                                id: string
                              vaultCertificates:
                                - certificateStore: string
                                  certificateUrl: string
                        windowsConfiguration:
                            additionalUnattendContent:
                                - componentName: Microsoft-Windows-Shell-Setup
                                  content: string
                                  passName: OobeSystem
                                  settingName: string
                            enableAutomaticUpdates: false
                            patchSettings:
                                assessmentMode: string
                                automaticByPlatformSettings:
                                    bypassPlatformSafetyChecksOnUserSchedule: false
                                    rebootSetting: string
                                enableHotpatching: false
                                patchMode: string
                            provisionVMAgent: false
                            timeZone: string
                            winRM:
                                listeners:
                                    - certificateUrl: string
                                      protocol: string
                    scheduledEventsPolicy:
                        allInstancesDown:
                            automaticallyApprove: false
                        scheduledEventsAdditionalPublishingTargets:
                            eventGridAndResourceGraph:
                                enable: false
                                scheduledEventsApiVersion: string
                        userInitiatedReboot:
                            automaticallyApprove: false
                        userInitiatedRedeploy:
                            automaticallyApprove: false
                    scheduledEventsProfile:
                        osImageNotificationProfile:
                            enable: false
                            notBeforeTimeout: string
                        terminateNotificationProfile:
                            enable: false
                            notBeforeTimeout: string
                    securityProfile:
                        encryptionAtHost: false
                        encryptionIdentity:
                            userAssignedIdentityResourceId: string
                        proxyAgentSettings:
                            addProxyAgentExtension: false
                            enabled: false
                            imds:
                                inVMAccessControlProfileReferenceId: string
                                mode: string
                            keyIncarnationId: 0
                            mode: string
                            wireServer:
                                inVMAccessControlProfileReferenceId: string
                                mode: string
                        securityType: string
                        uefiSettings:
                            secureBootEnabled: false
                            vTpmEnabled: false
                    storageProfile:
                        dataDisks:
                            - caching: string
                              createOption: string
                              deleteOption: string
                              detachOption: string
                              diskSizeGB: 0
                              image:
                                uri: string
                              lun: 0
                              managedDisk:
                                diskEncryptionSet:
                                    id: string
                                id: string
                                securityProfile:
                                    diskEncryptionSet:
                                        id: string
                                    securityEncryptionType: string
                                storageAccountType: string
                              name: string
                              sourceResource:
                                id: string
                              toBeDetached: false
                              vhd:
                                uri: string
                              writeAcceleratorEnabled: false
                        diskControllerType: string
                        imageReference:
                            communityGalleryImageId: string
                            id: string
                            offer: string
                            publisher: string
                            sharedGalleryImageId: string
                            sku: string
                            version: string
                        osDisk:
                            caching: string
                            createOption: string
                            deleteOption: string
                            diffDiskSettings:
                                option: string
                                placement: string
                            diskSizeGB: 0
                            encryptionSettings:
                                diskEncryptionKey:
                                    secretUrl: string
                                    sourceVault:
                                        id: string
                                enabled: false
                                keyEncryptionKey:
                                    keyUrl: string
                                    sourceVault:
                                        id: string
                            image:
                                uri: string
                            managedDisk:
                                diskEncryptionSet:
                                    id: string
                                id: string
                                securityProfile:
                                    diskEncryptionSet:
                                        id: string
                                    securityEncryptionType: string
                                storageAccountType: string
                            name: string
                            osType: string
                            vhd:
                                uri: string
                            writeAcceleratorEnabled: false
                    userData: string
            priorityProfile:
                allocationStrategy: string
                evictionPolicy: string
                maxPricePerVM: 0
                type: string
            retryPolicy:
                retryCount: 0
                retryWindowInMinutes: 0
            vmAttributes:
                acceleratorCount:
                    max: 0
                    min: 0
                acceleratorManufacturers:
                    - string
                acceleratorSupport: string
                acceleratorTypes:
                    - string
                allowedVMSizes:
                    - string
                architectureTypes:
                    - string
                burstableSupport: string
                cpuManufacturers:
                    - string
                dataDiskCount:
                    max: 0
                    min: 0
                excludedVMSizes:
                    - string
                hyperVGenerations:
                    - string
                localStorageDiskTypes:
                    - string
                localStorageInGiB:
                    max: 0
                    min: 0
                localStorageSupport: string
                memoryInGiB:
                    max: 0
                    min: 0
                memoryInGiBPerVCpu:
                    max: 0
                    min: 0
                networkBandwidthInMbps:
                    max: 0
                    min: 0
                networkInterfaceCount:
                    max: 0
                    min: 0
                rdmaNetworkInterfaceCount:
                    max: 0
                    min: 0
                rdmaSupport: string
                vCpuCount:
                    max: 0
                    min: 0
                vmCategories:
                    - string
            vmSizesProfile:
                - name: string
                  rank: 0
            zoneAllocationPolicy:
                distributionStrategy: string
                zonePreferences:
                    - rank: 0
                      zone: string
        resourceGroupName: string
        tags:
            string: string
        zones:
            - string
    

    BulkAction Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The BulkAction resource accepts the following input properties:

    Location string
    The location name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Identity Pulumi.AzureNative.ComputeBulkActions.Inputs.ManagedServiceIdentity
    The managed service identities assigned to this resource.
    Name string
    The name of the LaunchBulkInstancesOperation.
    Plan Pulumi.AzureNative.ComputeBulkActions.Inputs.Plan
    Details of the resource plan.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.LaunchBulkInstancesOperationProperties
    The resource-specific properties for this resource.
    Tags Dictionary<string, string>
    Resource tags.
    Zones List<string>
    Zones in which the LaunchBulkInstancesOperation is available
    Location string
    The location name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    Name string
    The name of the LaunchBulkInstancesOperation.
    Plan PlanArgs
    Details of the resource plan.
    Properties LaunchBulkInstancesOperationPropertiesArgs
    The resource-specific properties for this resource.
    Tags map[string]string
    Resource tags.
    Zones []string
    Zones in which the LaunchBulkInstancesOperation is available
    location String
    The location name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    name String
    The name of the LaunchBulkInstancesOperation.
    plan Plan
    Details of the resource plan.
    properties LaunchBulkInstancesOperationProperties
    The resource-specific properties for this resource.
    tags Map<String,String>
    Resource tags.
    zones List<String>
    Zones in which the LaunchBulkInstancesOperation is available
    location string
    The location name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    name string
    The name of the LaunchBulkInstancesOperation.
    plan Plan
    Details of the resource plan.
    properties LaunchBulkInstancesOperationProperties
    The resource-specific properties for this resource.
    tags {[key: string]: string}
    Resource tags.
    zones string[]
    Zones in which the LaunchBulkInstancesOperation is available
    location str
    The location name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    name str
    The name of the LaunchBulkInstancesOperation.
    plan PlanArgs
    Details of the resource plan.
    properties LaunchBulkInstancesOperationPropertiesArgs
    The resource-specific properties for this resource.
    tags Mapping[str, str]
    Resource tags.
    zones Sequence[str]
    Zones in which the LaunchBulkInstancesOperation is available
    location String
    The location name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    identity Property Map
    The managed service identities assigned to this resource.
    name String
    The name of the LaunchBulkInstancesOperation.
    plan Property Map
    Details of the resource plan.
    properties Property Map
    The resource-specific properties for this resource.
    tags Map<String>
    Resource tags.
    zones List<String>
    Zones in which the LaunchBulkInstancesOperation is available

    Outputs

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

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    SystemData Pulumi.AzureNative.ComputeBulkActions.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion string
    The Azure API version of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azure_api_version str
    The Azure API version of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AcceleratorManufacturer, AcceleratorManufacturerArgs

    AMD
    AMD AMD GpuType
    Nvidia
    Nvidia Nvidia GpuType
    Xilinx
    Xilinx Xilinx GpuType
    AcceleratorManufacturerAMD
    AMD AMD GpuType
    AcceleratorManufacturerNvidia
    Nvidia Nvidia GpuType
    AcceleratorManufacturerXilinx
    Xilinx Xilinx GpuType
    AMD
    AMD AMD GpuType
    Nvidia
    Nvidia Nvidia GpuType
    Xilinx
    Xilinx Xilinx GpuType
    AMD
    AMD AMD GpuType
    Nvidia
    Nvidia Nvidia GpuType
    Xilinx
    Xilinx Xilinx GpuType
    AMD
    AMD AMD GpuType
    NVIDIA
    Nvidia Nvidia GpuType
    XILINX
    Xilinx Xilinx GpuType
    "AMD"
    AMD AMD GpuType
    "Nvidia"
    Nvidia Nvidia GpuType
    "Xilinx"
    Xilinx Xilinx GpuType

    AcceleratorType, AcceleratorTypeArgs

    GPU
    GPU GPU Accelerator
    FPGA
    FPGA FPGA Accelerator
    AcceleratorTypeGPU
    GPU GPU Accelerator
    AcceleratorTypeFPGA
    FPGA FPGA Accelerator
    GPU
    GPU GPU Accelerator
    FPGA
    FPGA FPGA Accelerator
    GPU
    GPU GPU Accelerator
    FPGA
    FPGA FPGA Accelerator
    GPU
    GPU GPU Accelerator
    FPGA
    FPGA FPGA Accelerator
    "GPU"
    GPU GPU Accelerator
    "FPGA"
    FPGA FPGA Accelerator

    AdditionalCapabilities, AdditionalCapabilitiesArgs

    Enables or disables a capability on the virtual machine or virtual machine scale set.
    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

    Enables or disables a capability on the virtual machine or virtual machine scale set.
    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

    Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
    ComponentName Pulumi.AzureNative.ComputeBulkActions.ComponentName
    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.ComputeBulkActions.PassName
    The pass name. Currently, the only allowable value is OobeSystem.
    SettingName string | Pulumi.AzureNative.ComputeBulkActions.SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    ComponentName ComponentName
    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 PassName
    The pass name. Currently, the only allowable value is OobeSystem.
    SettingName string | SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName ComponentName
    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 PassName
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName String | SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    componentName ComponentName
    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 PassName
    The pass name. Currently, the only allowable value is OobeSystem.
    settingName string | SettingNames
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
    component_name ComponentName
    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 PassName
    The pass name. Currently, the only allowable value is OobeSystem.
    setting_name str | 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 String | "AutoLogon" | "FirstLogonCommands"
    Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.

    AdditionalUnattendContentResponse, AdditionalUnattendContentResponseArgs

    Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
    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.

    AllInstancesDown, AllInstancesDownArgs

    Specifies if Scheduled Events should be auto-approved when all instances are down.
    AutomaticallyApprove bool
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    AutomaticallyApprove bool
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automaticallyApprove Boolean
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automaticallyApprove boolean
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automatically_approve bool
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automaticallyApprove Boolean
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.

    AllInstancesDownResponse, AllInstancesDownResponseArgs

    Specifies if Scheduled Events should be auto-approved when all instances are down.
    AutomaticallyApprove bool
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    AutomaticallyApprove bool
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automaticallyApprove Boolean
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automaticallyApprove boolean
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automatically_approve bool
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
    automaticallyApprove Boolean
    Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.

    AllocationStrategy, AllocationStrategyArgs

    LowestPrice
    LowestPrice Default. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    CapacityOptimized
    CapacityOptimized VM sizes distribution will be determined to optimize for capacity.
    Prioritized
    Prioritized VM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
    AllocationStrategyLowestPrice
    LowestPrice Default. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    AllocationStrategyCapacityOptimized
    CapacityOptimized VM sizes distribution will be determined to optimize for capacity.
    AllocationStrategyPrioritized
    Prioritized VM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
    LowestPrice
    LowestPrice Default. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    CapacityOptimized
    CapacityOptimized VM sizes distribution will be determined to optimize for capacity.
    Prioritized
    Prioritized VM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
    LowestPrice
    LowestPrice Default. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    CapacityOptimized
    CapacityOptimized VM sizes distribution will be determined to optimize for capacity.
    Prioritized
    Prioritized VM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
    LOWEST_PRICE
    LowestPrice Default. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    CAPACITY_OPTIMIZED
    CapacityOptimized VM sizes distribution will be determined to optimize for capacity.
    PRIORITIZED
    Prioritized VM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
    "LowestPrice"
    LowestPrice Default. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    "CapacityOptimized"
    CapacityOptimized VM sizes distribution will be determined to optimize for capacity.
    "Prioritized"
    Prioritized VM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.

    ApiEntityReference, ApiEntityReferenceArgs

    The API entity reference.
    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

    The API entity reference.
    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}/...

    ApplicationProfile, ApplicationProfileArgs

    Contains the list of gallery applications that should be made available to the VM
    GalleryApplications List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VMGalleryApplication>
    Specifies the gallery applications that should be made available to the VM
    GalleryApplications []VMGalleryApplication
    Specifies the gallery applications that should be made available to the VM
    galleryApplications List<VMGalleryApplication>
    Specifies the gallery applications that should be made available to the VM
    galleryApplications VMGalleryApplication[]
    Specifies the gallery applications that should be made available to the VM
    gallery_applications Sequence[VMGalleryApplication]
    Specifies the gallery applications that should be made available to the VM
    galleryApplications List<Property Map>
    Specifies the gallery applications that should be made available to the VM

    ApplicationProfileResponse, ApplicationProfileResponseArgs

    Contains the list of gallery applications that should be made available to the VM
    GalleryApplications List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VMGalleryApplicationResponse>
    Specifies the gallery applications that should be made available to the VM
    GalleryApplications []VMGalleryApplicationResponse
    Specifies the gallery applications that should be made available to the VM
    galleryApplications List<VMGalleryApplicationResponse>
    Specifies the gallery applications that should be made available to the VM
    galleryApplications VMGalleryApplicationResponse[]
    Specifies the gallery applications that should be made available to the VM
    gallery_applications Sequence[VMGalleryApplicationResponse]
    Specifies the gallery applications that should be made available to the VM
    galleryApplications List<Property Map>
    Specifies the gallery applications that should be made available to the VM

    ArchitectureType, ArchitectureTypeArgs

    ARM64
    ARM64 ARM64 Architecture
    X64
    X64 X64 Architecture
    ArchitectureTypeARM64
    ARM64 ARM64 Architecture
    ArchitectureTypeX64
    X64 X64 Architecture
    ARM64
    ARM64 ARM64 Architecture
    X64
    X64 X64 Architecture
    ARM64
    ARM64 ARM64 Architecture
    X64
    X64 X64 Architecture
    ARM64
    ARM64 ARM64 Architecture
    X64
    X64 X64 Architecture
    "ARM64"
    ARM64 ARM64 Architecture
    "X64"
    X64 X64 Architecture

    BootDiagnostics, BootDiagnosticsArgs

    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.
    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.

    BootDiagnosticsResponse, BootDiagnosticsResponseArgs

    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.
    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 Caching type:None
    ReadOnly
    ReadOnly Caching type:ReadOnly
    ReadWrite
    ReadWrite Caching type:ReadWrite
    CachingTypesNone
    None Caching type:None
    CachingTypesReadOnly
    ReadOnly Caching type:ReadOnly
    CachingTypesReadWrite
    ReadWrite Caching type:ReadWrite
    None
    None Caching type:None
    ReadOnly
    ReadOnly Caching type:ReadOnly
    ReadWrite
    ReadWrite Caching type:ReadWrite
    None
    None Caching type:None
    ReadOnly
    ReadOnly Caching type:ReadOnly
    ReadWrite
    ReadWrite Caching type:ReadWrite
    NONE
    None Caching type:None
    READ_ONLY
    ReadOnly Caching type:ReadOnly
    READ_WRITE
    ReadWrite Caching type:ReadWrite
    "None"
    None Caching type:None
    "ReadOnly"
    ReadOnly Caching type:ReadOnly
    "ReadWrite"
    ReadWrite Caching type:ReadWrite

    CapacityReservationProfile, CapacityReservationProfileArgs

    The parameters of a capacity reservation Profile.
    CapacityReservationGroup Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResource
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    CapacityReservationGroup SubResource
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacityReservationGroup SubResource
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacityReservationGroup SubResource
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacity_reservation_group SubResource
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacityReservationGroup Property Map
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.

    CapacityReservationProfileResponse, CapacityReservationProfileResponseArgs

    The parameters of a capacity reservation Profile.
    CapacityReservationGroup Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResourceResponse
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    CapacityReservationGroup SubResourceResponse
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacityReservationGroup SubResourceResponse
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacityReservationGroup SubResourceResponse
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacity_reservation_group SubResourceResponse
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
    capacityReservationGroup Property Map
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.

    CapacityType, CapacityTypeArgs

    VM
    VM Default. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.
    VCpu
    VCpu VCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
    CapacityTypeVM
    VM Default. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.
    CapacityTypeVCpu
    VCpu VCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
    VM
    VM Default. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.
    VCpu
    VCpu VCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
    VM
    VM Default. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.
    VCpu
    VCpu VCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
    VM
    VM Default. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.
    V_CPU
    VCpu VCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
    "VM"
    VM Default. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.
    "VCpu"
    VCpu VCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.

    ComponentName, ComponentNameArgs

    Microsoft_Windows_Shell_Setup
    Microsoft-Windows-Shell-Setup
    ComponentName_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

    ComputeProfile, ComputeProfileArgs

    Compute Profile to configure the Virtual Machines.
    VirtualMachineProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    Extensions List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtension>
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    VirtualMachineProfile VirtualMachineProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    Extensions []VirtualMachineExtension
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtualMachineProfile VirtualMachineProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions List<VirtualMachineExtension>
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtualMachineProfile VirtualMachineProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    computeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions VirtualMachineExtension[]
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtual_machine_profile VirtualMachineProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    compute_api_version str
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions Sequence[VirtualMachineExtension]
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtualMachineProfile Property Map
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions List<Property Map>
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"

    ComputeProfileResponse, ComputeProfileResponseArgs

    Compute Profile to configure the Virtual Machines.
    VirtualMachineProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    Extensions List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtensionResponse>
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    VirtualMachineProfile VirtualMachineProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    Extensions []VirtualMachineExtensionResponse
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtualMachineProfile VirtualMachineProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions List<VirtualMachineExtensionResponse>
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtualMachineProfile VirtualMachineProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    computeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions VirtualMachineExtensionResponse[]
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtual_machine_profile VirtualMachineProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    compute_api_version str
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions Sequence[VirtualMachineExtensionResponse]
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
    virtualMachineProfile Property Map
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
    extensions List<Property Map>
    Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"

    CpuManufacturer, CpuManufacturerArgs

    Intel
    Intel Intel CPU.
    AMD
    AMD AMD CPU.
    Microsoft
    Microsoft Microsoft CPU.
    Ampere
    Ampere Ampere CPU.
    CpuManufacturerIntel
    Intel Intel CPU.
    CpuManufacturerAMD
    AMD AMD CPU.
    CpuManufacturerMicrosoft
    Microsoft Microsoft CPU.
    CpuManufacturerAmpere
    Ampere Ampere CPU.
    Intel
    Intel Intel CPU.
    AMD
    AMD AMD CPU.
    Microsoft
    Microsoft Microsoft CPU.
    Ampere
    Ampere Ampere CPU.
    Intel
    Intel Intel CPU.
    AMD
    AMD AMD CPU.
    Microsoft
    Microsoft Microsoft CPU.
    Ampere
    Ampere Ampere CPU.
    INTEL
    Intel Intel CPU.
    AMD
    AMD AMD CPU.
    MICROSOFT
    Microsoft Microsoft CPU.
    AMPERE
    Ampere Ampere CPU.
    "Intel"
    Intel Intel CPU.
    "AMD"
    AMD AMD CPU.
    "Microsoft"
    Microsoft Microsoft CPU.
    "Ampere"
    Ampere Ampere CPU.

    DataDisk, DataDiskArgs

    Describes a data disk.
    CreateOption string | Pulumi.AzureNative.ComputeBulkActions.DiskCreateOptionTypes
    Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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 | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
    DetachOption string | Pulumi.AzureNative.ComputeBulkActions.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. This feature is still in preview. 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.ComputeBulkActions.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.ComputeBulkActions.Inputs.ManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    SourceResource Pulumi.AzureNative.ComputeBulkActions.Inputs.ApiEntityReference
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    ToBeDetached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
    Vhd Pulumi.AzureNative.ComputeBulkActions.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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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 | 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, Detach. 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. This feature is still in preview. 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.
    SourceResource ApiEntityReference
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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 | 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, Detach. 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. This feature is still in preview. 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.
    sourceResource ApiEntityReference
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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 | 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, Detach. 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. This feature is still in preview. 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.
    sourceResource ApiEntityReference
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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 | 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, Detach. 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. This feature is still in preview. 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.
    source_resource ApiEntityReference
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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" | "Copy" | "Restore"
    Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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 | "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, Detach. 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. This feature is still in preview. 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.
    sourceResource Property Map
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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

    Describes a data disk.
    CreateOption string
    Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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, Detach. 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. This feature is still in preview. 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.ComputeBulkActions.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.ComputeBulkActions.Inputs.ManagedDiskParametersResponse
    The managed disk parameters.
    Name string
    The disk name.
    SourceResource Pulumi.AzureNative.ComputeBulkActions.Inputs.ApiEntityReferenceResponse
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    ToBeDetached bool
    Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
    Vhd Pulumi.AzureNative.ComputeBulkActions.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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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, Detach. 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. This feature is still in preview. 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.
    SourceResource ApiEntityReferenceResponse
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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, Detach. 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. This feature is still in preview. 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.
    sourceResource ApiEntityReferenceResponse
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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, Detach. 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. This feature is still in preview. 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.
    sourceResource ApiEntityReferenceResponse
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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, Detach. 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. This feature is still in preview. 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.
    source_resource ApiEntityReferenceResponse
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
    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, Detach. 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. This feature is still in preview. 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.
    sourceResource Property Map
    The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
    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 Delete network interface when the VM is deleted
    Detach
    Detach Detach network interface when the VM is deleted
    DeleteOptionsDelete
    Delete Delete network interface when the VM is deleted
    DeleteOptionsDetach
    Detach Detach network interface when the VM is deleted
    Delete
    Delete Delete network interface when the VM is deleted
    Detach
    Detach Detach network interface when the VM is deleted
    Delete
    Delete Delete network interface when the VM is deleted
    Detach
    Detach Detach network interface when the VM is deleted
    DELETE
    Delete Delete network interface when the VM is deleted
    DETACH
    Detach Detach network interface when the VM is deleted
    "Delete"
    Delete Delete network interface when the VM is deleted
    "Detach"
    Detach Detach network interface when the VM is deleted

    DiagnosticsProfile, DiagnosticsProfileArgs

    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    BootDiagnostics Pulumi.AzureNative.ComputeBulkActions.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

    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    BootDiagnostics Pulumi.AzureNative.ComputeBulkActions.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 Local Ephemeral disk option: Local
    DiffDiskOptionsLocal
    Local Local Ephemeral disk option: Local
    Local
    Local Local Ephemeral disk option: Local
    Local
    Local Local Ephemeral disk option: Local
    LOCAL
    Local Local Ephemeral disk option: Local
    "Local"
    Local Local Ephemeral disk option: Local

    DiffDiskPlacement, DiffDiskPlacementArgs

    CacheDisk
    CacheDisk CacheDisk disk placement
    ResourceDisk
    ResourceDisk ResourceDisk disk placement
    NvmeDisk
    NvmeDisk NvmeDisk disk placement
    DiffDiskPlacementCacheDisk
    CacheDisk CacheDisk disk placement
    DiffDiskPlacementResourceDisk
    ResourceDisk ResourceDisk disk placement
    DiffDiskPlacementNvmeDisk
    NvmeDisk NvmeDisk disk placement
    CacheDisk
    CacheDisk CacheDisk disk placement
    ResourceDisk
    ResourceDisk ResourceDisk disk placement
    NvmeDisk
    NvmeDisk NvmeDisk disk placement
    CacheDisk
    CacheDisk CacheDisk disk placement
    ResourceDisk
    ResourceDisk ResourceDisk disk placement
    NvmeDisk
    NvmeDisk NvmeDisk disk placement
    CACHE_DISK
    CacheDisk CacheDisk disk placement
    RESOURCE_DISK
    ResourceDisk ResourceDisk disk placement
    NVME_DISK
    NvmeDisk NvmeDisk disk placement
    "CacheDisk"
    CacheDisk CacheDisk disk placement
    "ResourceDisk"
    ResourceDisk ResourceDisk disk placement
    "NvmeDisk"
    NvmeDisk NvmeDisk disk placement

    DiffDiskSettings, DiffDiskSettingsArgs

    Describes the parameters of ephemeral disk settings that can be specified for operating system disk. Note: The ephemeral disk settings can only be specified for managed disk.
    Option string | Pulumi.AzureNative.ComputeBulkActions.DiffDiskOptions
    Specifies the ephemeral disk settings for operating system disk.
    Placement string | Pulumi.AzureNative.ComputeBulkActions.DiffDiskPlacement
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    option String | "Local"
    Specifies the ephemeral disk settings for operating system disk.
    placement String | "CacheDisk" | "ResourceDisk" | "NvmeDisk"
    Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.

    DiffDiskSettingsResponse, DiffDiskSettingsResponseArgs

    Describes the parameters of ephemeral disk settings that can be specified for operating system disk. Note: The ephemeral disk settings can only be specified for managed 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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
    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, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.

    DiskControllerTypes, DiskControllerTypesArgs

    SCSI
    SCSI SCSI disk controller type
    NVMe
    NVMe NVMe disk controller type
    DiskControllerTypesSCSI
    SCSI SCSI disk controller type
    DiskControllerTypesNVMe
    NVMe NVMe disk controller type
    SCSI
    SCSI SCSI disk controller type
    NVMe
    NVMe NVMe disk controller type
    SCSI
    SCSI SCSI disk controller type
    NVMe
    NVMe NVMe disk controller type
    SCSI
    SCSI SCSI disk controller type
    NV_ME
    NVMe NVMe disk controller type
    "SCSI"
    SCSI SCSI disk controller type
    "NVMe"
    NVMe NVMe disk controller type

    DiskCreateOptionTypes, DiskCreateOptionTypesArgs

    FromImage
    FromImage Create disk FromImage
    Empty
    Empty Empty value
    Attach
    Attach Create disk by Attach
    Copy
    Copy Create disk by Copy
    Restore
    Restore Create disk by Restore
    DiskCreateOptionTypesFromImage
    FromImage Create disk FromImage
    DiskCreateOptionTypesEmpty
    Empty Empty value
    DiskCreateOptionTypesAttach
    Attach Create disk by Attach
    DiskCreateOptionTypesCopy
    Copy Create disk by Copy
    DiskCreateOptionTypesRestore
    Restore Create disk by Restore
    FromImage
    FromImage Create disk FromImage
    Empty
    Empty Empty value
    Attach
    Attach Create disk by Attach
    Copy
    Copy Create disk by Copy
    Restore
    Restore Create disk by Restore
    FromImage
    FromImage Create disk FromImage
    Empty
    Empty Empty value
    Attach
    Attach Create disk by Attach
    Copy
    Copy Create disk by Copy
    Restore
    Restore Create disk by Restore
    FROM_IMAGE
    FromImage Create disk FromImage
    EMPTY
    Empty Empty value
    ATTACH
    Attach Create disk by Attach
    COPY
    Copy Create disk by Copy
    RESTORE
    Restore Create disk by Restore
    "FromImage"
    FromImage Create disk FromImage
    "Empty"
    Empty Empty value
    "Attach"
    Attach Create disk by Attach
    "Copy"
    Copy Create disk by Copy
    "Restore"
    Restore Create disk by Restore

    DiskDeleteOptionTypes, DiskDeleteOptionTypesArgs

    Delete
    Delete Delete the disk upon VM deletion
    Detach
    Detach Detach the disk upon VM deletion
    DiskDeleteOptionTypesDelete
    Delete Delete the disk upon VM deletion
    DiskDeleteOptionTypesDetach
    Detach Detach the disk upon VM deletion
    Delete
    Delete Delete the disk upon VM deletion
    Detach
    Detach Detach the disk upon VM deletion
    Delete
    Delete Delete the disk upon VM deletion
    Detach
    Detach Detach the disk upon VM deletion
    DELETE
    Delete Delete the disk upon VM deletion
    DETACH
    Detach Detach the disk upon VM deletion
    "Delete"
    Delete Delete the disk upon VM deletion
    "Detach"
    Detach Detach the disk upon VM deletion

    DiskDetachOptionTypes, DiskDetachOptionTypesArgs

    ForceDetach
    ForceDetach ForceDetach the disk
    DiskDetachOptionTypesForceDetach
    ForceDetach ForceDetach the disk
    ForceDetach
    ForceDetach ForceDetach the disk
    ForceDetach
    ForceDetach ForceDetach the disk
    FORCE_DETACH
    ForceDetach ForceDetach the disk
    "ForceDetach"
    ForceDetach ForceDetach the disk

    DiskEncryptionSetParameters, DiskEncryptionSetParametersArgs

    Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. Note: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
    Id string
    The ID of the sub-resource.
    Id string
    The ID of the sub-resource.
    id String
    The ID of the sub-resource.
    id string
    The ID of the sub-resource.
    id str
    The ID of the sub-resource.
    id String
    The ID of the sub-resource.

    DiskEncryptionSetParametersResponse, DiskEncryptionSetParametersResponseArgs

    Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. Note: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
    Id string
    The ID of the sub-resource.
    Id string
    The ID of the sub-resource.
    id String
    The ID of the sub-resource.
    id string
    The ID of the sub-resource.
    id str
    The ID of the sub-resource.
    id String
    The ID of the sub-resource.

    DiskEncryptionSettings, DiskEncryptionSettingsArgs

    Describes a Encryption Settings for a Disk
    DiskEncryptionKey Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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

    Describes a Encryption Settings for a Disk
    DiskEncryptionKey Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.

    DomainNameLabelScopeTypes, DomainNameLabelScopeTypesArgs

    TenantReuse
    TenantReuse TenantReuse scope type
    SubscriptionReuse
    SubscriptionReuse SubscriptionReuse scope type
    ResourceGroupReuse
    ResourceGroupReuse ResourceGroupReuse scope type
    NoReuse
    NoReuse NoReuse scope type
    DomainNameLabelScopeTypesTenantReuse
    TenantReuse TenantReuse scope type
    DomainNameLabelScopeTypesSubscriptionReuse
    SubscriptionReuse SubscriptionReuse scope type
    DomainNameLabelScopeTypesResourceGroupReuse
    ResourceGroupReuse ResourceGroupReuse scope type
    DomainNameLabelScopeTypesNoReuse
    NoReuse NoReuse scope type
    TenantReuse
    TenantReuse TenantReuse scope type
    SubscriptionReuse
    SubscriptionReuse SubscriptionReuse scope type
    ResourceGroupReuse
    ResourceGroupReuse ResourceGroupReuse scope type
    NoReuse
    NoReuse NoReuse scope type
    TenantReuse
    TenantReuse TenantReuse scope type
    SubscriptionReuse
    SubscriptionReuse SubscriptionReuse scope type
    ResourceGroupReuse
    ResourceGroupReuse ResourceGroupReuse scope type
    NoReuse
    NoReuse NoReuse scope type
    TENANT_REUSE
    TenantReuse TenantReuse scope type
    SUBSCRIPTION_REUSE
    SubscriptionReuse SubscriptionReuse scope type
    RESOURCE_GROUP_REUSE
    ResourceGroupReuse ResourceGroupReuse scope type
    NO_REUSE
    NoReuse NoReuse scope type
    "TenantReuse"
    TenantReuse TenantReuse scope type
    "SubscriptionReuse"
    SubscriptionReuse SubscriptionReuse scope type
    "ResourceGroupReuse"
    ResourceGroupReuse ResourceGroupReuse scope type
    "NoReuse"
    NoReuse NoReuse scope type

    EncryptionIdentity, EncryptionIdentityArgs

    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    UserAssignedIdentityResourceId string
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    UserAssignedIdentityResourceId string
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    userAssignedIdentityResourceId String
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    userAssignedIdentityResourceId string
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    user_assigned_identity_resource_id str
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    userAssignedIdentityResourceId String
    Specifies ARM Resource ID of one of the user identities associated with the VM.

    EncryptionIdentityResponse, EncryptionIdentityResponseArgs

    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    UserAssignedIdentityResourceId string
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    UserAssignedIdentityResourceId string
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    userAssignedIdentityResourceId String
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    userAssignedIdentityResourceId string
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    user_assigned_identity_resource_id str
    Specifies ARM Resource ID of one of the user identities associated with the VM.
    userAssignedIdentityResourceId String
    Specifies ARM Resource ID of one of the user identities associated with the VM.

    EventGridAndResourceGraph, EventGridAndResourceGraphArgs

    Specifies eventGridAndResourceGraph related Scheduled Event related configurations.
    Enable bool
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    ScheduledEventsApiVersion string
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    Enable bool
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    ScheduledEventsApiVersion string
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable Boolean
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduledEventsApiVersion String
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable boolean
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduledEventsApiVersion string
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable bool
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduled_events_api_version str
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable Boolean
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduledEventsApiVersion String
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.

    EventGridAndResourceGraphResponse, EventGridAndResourceGraphResponseArgs

    Specifies eventGridAndResourceGraph related Scheduled Event related configurations.
    Enable bool
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    ScheduledEventsApiVersion string
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    Enable bool
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    ScheduledEventsApiVersion string
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable Boolean
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduledEventsApiVersion String
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable boolean
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduledEventsApiVersion string
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable bool
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduled_events_api_version str
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
    enable Boolean
    Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
    scheduledEventsApiVersion String
    Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.

    EvictionPolicy, EvictionPolicyArgs

    Delete
    Delete When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.
    Deallocate
    Deallocate When evicted, the Spot VM will be deallocated/stopped
    EvictionPolicyDelete
    Delete When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.
    EvictionPolicyDeallocate
    Deallocate When evicted, the Spot VM will be deallocated/stopped
    Delete
    Delete When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.
    Deallocate
    Deallocate When evicted, the Spot VM will be deallocated/stopped
    Delete
    Delete When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.
    Deallocate
    Deallocate When evicted, the Spot VM will be deallocated/stopped
    DELETE
    Delete When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.
    DEALLOCATE
    Deallocate When evicted, the Spot VM will be deallocated/stopped
    "Delete"
    Delete When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.
    "Deallocate"
    Deallocate When evicted, the Spot VM will be deallocated/stopped

    HostEndpointSettings, HostEndpointSettingsArgs

    Specifies particular host endpoint settings.
    InVMAccessControlProfileReferenceId string
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    Mode string | Pulumi.AzureNative.ComputeBulkActions.Modes
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    InVMAccessControlProfileReferenceId string
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    Mode string | Modes
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    inVMAccessControlProfileReferenceId String
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode String | Modes
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    inVMAccessControlProfileReferenceId string
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode string | Modes
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    in_vm_access_control_profile_reference_id str
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode str | Modes
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    inVMAccessControlProfileReferenceId String
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode String | "Audit" | "Enforce" | "Disabled"
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.

    HostEndpointSettingsResponse, HostEndpointSettingsResponseArgs

    Specifies particular host endpoint settings.
    InVMAccessControlProfileReferenceId string
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    Mode string
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    InVMAccessControlProfileReferenceId string
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    Mode string
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    inVMAccessControlProfileReferenceId String
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode String
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    inVMAccessControlProfileReferenceId string
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode string
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    in_vm_access_control_profile_reference_id str
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode str
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
    inVMAccessControlProfileReferenceId String
    Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
    mode String
    Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.

    HyperVGeneration, HyperVGenerationArgs

    Gen1
    Gen1 Gen1 hyperV.
    Gen2
    Gen2 Gen2 hyperV.
    HyperVGenerationGen1
    Gen1 Gen1 hyperV.
    HyperVGenerationGen2
    Gen2 Gen2 hyperV.
    Gen1
    Gen1 Gen1 hyperV.
    Gen2
    Gen2 Gen2 hyperV.
    Gen1
    Gen1 Gen1 hyperV.
    Gen2
    Gen2 Gen2 hyperV.
    GEN1
    Gen1 Gen1 hyperV.
    GEN2
    Gen2 Gen2 hyperV.
    "Gen1"
    Gen1 Gen1 hyperV.
    "Gen2"
    Gen2 Gen2 hyperV.

    IPVersions, IPVersionsArgs

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

    ImageReference, ImageReferenceArgs

    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. NOTE: Image reference publisher and offer can only be set when you create the scale set.
    CommunityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    Id string
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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

    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. NOTE: Image reference publisher and offer can only be set when you create the scale set.
    CommunityGalleryImageId string
    Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
    Id string
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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.

    KeyVaultKeyReference, KeyVaultKeyReferenceArgs

    Describes a reference to Key Vault Key
    KeyUrl string
    The URL referencing a key encryption key in Key Vault.
    SourceVault Pulumi.AzureNative.ComputeBulkActions.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

    Describes a reference to Key Vault Key
    KeyUrl string
    The URL referencing a key encryption key in Key Vault.
    SourceVault Pulumi.AzureNative.ComputeBulkActions.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

    Describes a reference to Key Vault Secret
    SecretUrl string
    The URL referencing a secret in a Key Vault.
    SourceVault Pulumi.AzureNative.ComputeBulkActions.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

    Describes a reference to Key Vault Secret
    SecretUrl string
    The URL referencing a secret in a Key Vault.
    SourceVault Pulumi.AzureNative.ComputeBulkActions.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.

    LaunchBulkInstancesOperationProperties, LaunchBulkInstancesOperationPropertiesArgs

    Details of the LaunchBulkInstancesOperation.
    Capacity int
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    ComputeProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.ComputeProfile
    Compute Profile to configure the Virtual Machines.
    PriorityProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.PriorityProfile
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    CapacityType string | Pulumi.AzureNative.ComputeBulkActions.CapacityType
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    RetryPolicy Pulumi.AzureNative.ComputeBulkActions.Inputs.RetryPolicy
    Retry policy the user can pass
    VmAttributes Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributes
    Attributes to launch instances.
    VmSizesProfile List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VmSizeProfile>
    List of VM sizes supported for LaunchBulkInstancesOperation
    ZoneAllocationPolicy Pulumi.AzureNative.ComputeBulkActions.Inputs.ZoneAllocationPolicy
    Zone Allocation Policy for launching instances.
    Capacity int
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    ComputeProfile ComputeProfile
    Compute Profile to configure the Virtual Machines.
    PriorityProfile PriorityProfile
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    CapacityType string | CapacityType
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    RetryPolicy RetryPolicy
    Retry policy the user can pass
    VmAttributes VMAttributes
    Attributes to launch instances.
    VmSizesProfile []VmSizeProfile
    List of VM sizes supported for LaunchBulkInstancesOperation
    ZoneAllocationPolicy ZoneAllocationPolicy
    Zone Allocation Policy for launching instances.
    capacity Integer
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    computeProfile ComputeProfile
    Compute Profile to configure the Virtual Machines.
    priorityProfile PriorityProfile
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    capacityType String | CapacityType
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retryPolicy RetryPolicy
    Retry policy the user can pass
    vmAttributes VMAttributes
    Attributes to launch instances.
    vmSizesProfile List<VmSizeProfile>
    List of VM sizes supported for LaunchBulkInstancesOperation
    zoneAllocationPolicy ZoneAllocationPolicy
    Zone Allocation Policy for launching instances.
    capacity number
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    computeProfile ComputeProfile
    Compute Profile to configure the Virtual Machines.
    priorityProfile PriorityProfile
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    capacityType string | CapacityType
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retryPolicy RetryPolicy
    Retry policy the user can pass
    vmAttributes VMAttributes
    Attributes to launch instances.
    vmSizesProfile VmSizeProfile[]
    List of VM sizes supported for LaunchBulkInstancesOperation
    zoneAllocationPolicy ZoneAllocationPolicy
    Zone Allocation Policy for launching instances.
    capacity int
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    compute_profile ComputeProfile
    Compute Profile to configure the Virtual Machines.
    priority_profile PriorityProfile
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    capacity_type str | CapacityType
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retry_policy RetryPolicy
    Retry policy the user can pass
    vm_attributes VMAttributes
    Attributes to launch instances.
    vm_sizes_profile Sequence[VmSizeProfile]
    List of VM sizes supported for LaunchBulkInstancesOperation
    zone_allocation_policy ZoneAllocationPolicy
    Zone Allocation Policy for launching instances.
    capacity Number
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    computeProfile Property Map
    Compute Profile to configure the Virtual Machines.
    priorityProfile Property Map
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    capacityType String | "VM" | "VCpu"
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retryPolicy Property Map
    Retry policy the user can pass
    vmAttributes Property Map
    Attributes to launch instances.
    vmSizesProfile List<Property Map>
    List of VM sizes supported for LaunchBulkInstancesOperation
    zoneAllocationPolicy Property Map
    Zone Allocation Policy for launching instances.

    LaunchBulkInstancesOperationPropertiesResponse, LaunchBulkInstancesOperationPropertiesResponseArgs

    Details of the LaunchBulkInstancesOperation.
    Capacity int
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    ComputeProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.ComputeProfileResponse
    Compute Profile to configure the Virtual Machines.
    PriorityProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.PriorityProfileResponse
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    ProvisioningState string
    The status of the last operation.
    CapacityType string
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    RetryPolicy Pulumi.AzureNative.ComputeBulkActions.Inputs.RetryPolicyResponse
    Retry policy the user can pass
    VmAttributes Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributesResponse
    Attributes to launch instances.
    VmSizesProfile List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VmSizeProfileResponse>
    List of VM sizes supported for LaunchBulkInstancesOperation
    ZoneAllocationPolicy Pulumi.AzureNative.ComputeBulkActions.Inputs.ZoneAllocationPolicyResponse
    Zone Allocation Policy for launching instances.
    Capacity int
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    ComputeProfile ComputeProfileResponse
    Compute Profile to configure the Virtual Machines.
    PriorityProfile PriorityProfileResponse
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    ProvisioningState string
    The status of the last operation.
    CapacityType string
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    RetryPolicy RetryPolicyResponse
    Retry policy the user can pass
    VmAttributes VMAttributesResponse
    Attributes to launch instances.
    VmSizesProfile []VmSizeProfileResponse
    List of VM sizes supported for LaunchBulkInstancesOperation
    ZoneAllocationPolicy ZoneAllocationPolicyResponse
    Zone Allocation Policy for launching instances.
    capacity Integer
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    computeProfile ComputeProfileResponse
    Compute Profile to configure the Virtual Machines.
    priorityProfile PriorityProfileResponse
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    provisioningState String
    The status of the last operation.
    capacityType String
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retryPolicy RetryPolicyResponse
    Retry policy the user can pass
    vmAttributes VMAttributesResponse
    Attributes to launch instances.
    vmSizesProfile List<VmSizeProfileResponse>
    List of VM sizes supported for LaunchBulkInstancesOperation
    zoneAllocationPolicy ZoneAllocationPolicyResponse
    Zone Allocation Policy for launching instances.
    capacity number
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    computeProfile ComputeProfileResponse
    Compute Profile to configure the Virtual Machines.
    priorityProfile PriorityProfileResponse
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    provisioningState string
    The status of the last operation.
    capacityType string
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retryPolicy RetryPolicyResponse
    Retry policy the user can pass
    vmAttributes VMAttributesResponse
    Attributes to launch instances.
    vmSizesProfile VmSizeProfileResponse[]
    List of VM sizes supported for LaunchBulkInstancesOperation
    zoneAllocationPolicy ZoneAllocationPolicyResponse
    Zone Allocation Policy for launching instances.
    capacity int
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    compute_profile ComputeProfileResponse
    Compute Profile to configure the Virtual Machines.
    priority_profile PriorityProfileResponse
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    provisioning_state str
    The status of the last operation.
    capacity_type str
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retry_policy RetryPolicyResponse
    Retry policy the user can pass
    vm_attributes VMAttributesResponse
    Attributes to launch instances.
    vm_sizes_profile Sequence[VmSizeProfileResponse]
    List of VM sizes supported for LaunchBulkInstancesOperation
    zone_allocation_policy ZoneAllocationPolicyResponse
    Zone Allocation Policy for launching instances.
    capacity Number
    Total capacity to achieve. It can be in terms of VMs or vCPUs.
    computeProfile Property Map
    Compute Profile to configure the Virtual Machines.
    priorityProfile Property Map
    Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
    provisioningState String
    The status of the last operation.
    capacityType String
    Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
    retryPolicy Property Map
    Retry policy the user can pass
    vmAttributes Property Map
    Attributes to launch instances.
    vmSizesProfile List<Property Map>
    List of VM sizes supported for LaunchBulkInstancesOperation
    zoneAllocationPolicy Property Map
    Zone Allocation Policy for launching instances.

    LinuxConfiguration, LinuxConfigurationArgs

    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    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.ComputeBulkActions.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.ComputeBulkActions.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

    Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
    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.ComputeBulkActions.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.ComputeBulkActions.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 ImageDefault mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform mode
    LinuxPatchAssessmentModeImageDefault
    ImageDefault ImageDefault mode
    LinuxPatchAssessmentModeAutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform mode
    ImageDefault
    ImageDefault ImageDefault mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform mode
    ImageDefault
    ImageDefault ImageDefault mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform mode
    IMAGE_DEFAULT
    ImageDefault ImageDefault mode
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform AutomaticByPlatform mode
    "ImageDefault"
    ImageDefault ImageDefault mode
    "AutomaticByPlatform"
    AutomaticByPlatform AutomaticByPlatform mode

    LinuxPatchSettings, LinuxPatchSettingsArgs

    Specifies settings related to VM Guest Patching on Linux.
    AssessmentMode string | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.LinuxVMGuestPatchAutomaticByPlatformSettings
    Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
    PatchMode string | Pulumi.AzureNative.ComputeBulkActions.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

    Specifies settings related to VM Guest Patching on Linux.
    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.ComputeBulkActions.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 Unknown reboot setting
    IfRequired
    IfRequired Reboot if required
    Never
    Never Never reboot
    Always
    Always Always reboot
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingUnknown
    Unknown Unknown reboot setting
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingIfRequired
    IfRequired Reboot if required
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingNever
    Never Never reboot
    LinuxVMGuestPatchAutomaticByPlatformRebootSettingAlways
    Always Always reboot
    Unknown
    Unknown Unknown reboot setting
    IfRequired
    IfRequired Reboot if required
    Never
    Never Never reboot
    Always
    Always Always reboot
    Unknown
    Unknown Unknown reboot setting
    IfRequired
    IfRequired Reboot if required
    Never
    Never Never reboot
    Always
    Always Always reboot
    UNKNOWN
    Unknown Unknown reboot setting
    IF_REQUIRED
    IfRequired Reboot if required
    NEVER
    Never Never reboot
    ALWAYS
    Always Always reboot
    "Unknown"
    Unknown Unknown reboot setting
    "IfRequired"
    IfRequired Reboot if required
    "Never"
    Never Never reboot
    "Always"
    Always Always reboot

    LinuxVMGuestPatchAutomaticByPlatformSettings, LinuxVMGuestPatchAutomaticByPlatformSettingsArgs

    Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string | Pulumi.AzureNative.ComputeBulkActions.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

    Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
    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 ImageDefault linux VM guest patch mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform linux VM guest patch mode
    LinuxVMGuestPatchModeImageDefault
    ImageDefault ImageDefault linux VM guest patch mode
    LinuxVMGuestPatchModeAutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform linux VM guest patch mode
    ImageDefault
    ImageDefault ImageDefault linux VM guest patch mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform linux VM guest patch mode
    ImageDefault
    ImageDefault ImageDefault linux VM guest patch mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform linux VM guest patch mode
    IMAGE_DEFAULT
    ImageDefault ImageDefault linux VM guest patch mode
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform AutomaticByPlatform linux VM guest patch mode
    "ImageDefault"
    ImageDefault ImageDefault linux VM guest patch mode
    "AutomaticByPlatform"
    AutomaticByPlatform AutomaticByPlatform linux VM guest patch mode

    LocalStorageDiskType, LocalStorageDiskTypeArgs

    HDD
    HDD HDD DiskType.
    SSD
    SSD SSD DiskType.
    LocalStorageDiskTypeHDD
    HDD HDD DiskType.
    LocalStorageDiskTypeSSD
    SSD SSD DiskType.
    HDD
    HDD HDD DiskType.
    SSD
    SSD SSD DiskType.
    HDD
    HDD HDD DiskType.
    SSD
    SSD SSD DiskType.
    HDD
    HDD HDD DiskType.
    SSD
    SSD SSD DiskType.
    "HDD"
    HDD HDD DiskType.
    "SSD"
    SSD SSD DiskType.

    ManagedDiskParameters, ManagedDiskParametersArgs

    The parameters of a managed disk.
    DiskEncryptionSet Pulumi.AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk.
    Id string
    The ID of the sub-resource.
    SecurityProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.VMDiskSecurityProfile
    Specifies the security profile for the managed disk.
    StorageAccountType string | Pulumi.AzureNative.ComputeBulkActions.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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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

    The parameters of a managed disk.
    DiskEncryptionSet Pulumi.AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk.
    Id string
    The ID of the sub-resource.
    SecurityProfile Pulumi.AzureNative.ComputeBulkActions.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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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
    The ID of the sub-resource.
    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.

    ManagedServiceIdentity, ManagedServiceIdentityArgs

    Managed service identity (system assigned and/or user assigned identities)
    Type string | Pulumi.AzureNative.ComputeBulkActions.ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities List<string>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    Type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities []string
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities string[]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type str | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Sequence[str]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs

    Managed service identity (system assigned and/or user assigned identities)
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.ComputeBulkActions.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs

    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    ManagedServiceIdentityTypeNone
    None
    ManagedServiceIdentityTypeSystemAssigned
    SystemAssigned
    ManagedServiceIdentityTypeUserAssigned
    UserAssigned
    ManagedServiceIdentityType_SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    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

    Mode, ModeArgs

    Audit
    Audit Audit mode
    Enforce
    Enforce Enforce mode
    ModeAudit
    Audit Audit mode
    ModeEnforce
    Enforce Enforce mode
    Audit
    Audit Audit mode
    Enforce
    Enforce Enforce mode
    Audit
    Audit Audit mode
    Enforce
    Enforce Enforce mode
    AUDIT
    Audit Audit mode
    ENFORCE
    Enforce Enforce mode
    "Audit"
    Audit Audit mode
    "Enforce"
    Enforce Enforce mode

    Modes, ModesArgs

    Audit
    Audit Audit mode
    Enforce
    Enforce Enforce mode
    Disabled
    Disabled Disabled mode
    ModesAudit
    Audit Audit mode
    ModesEnforce
    Enforce Enforce mode
    ModesDisabled
    Disabled Disabled mode
    Audit
    Audit Audit mode
    Enforce
    Enforce Enforce mode
    Disabled
    Disabled Disabled mode
    Audit
    Audit Audit mode
    Enforce
    Enforce Enforce mode
    Disabled
    Disabled Disabled mode
    AUDIT
    Audit Audit mode
    ENFORCE
    Enforce Enforce mode
    DISABLED
    Disabled Disabled mode
    "Audit"
    Audit Audit mode
    "Enforce"
    Enforce Enforce mode
    "Disabled"
    Disabled Disabled mode

    NetworkApiVersion, NetworkApiVersionArgs

    NetworkApiVersion_2020_11_01
    2020-11-01 2020-11-01 version
    NetworkApiVersion_2022_11_01
    2022-11-01 2022-11-01 version
    NetworkApiVersion_2020_11_01
    2020-11-01 2020-11-01 version
    NetworkApiVersion_2022_11_01
    2022-11-01 2022-11-01 version
    _20201101
    2020-11-01 2020-11-01 version
    _20221101
    2022-11-01 2022-11-01 version
    NetworkApiVersion_2020_11_01
    2020-11-01 2020-11-01 version
    NetworkApiVersion_2022_11_01
    2022-11-01 2022-11-01 version
    NETWORK_API_VERSION_2020_11_01
    2020-11-01 2020-11-01 version
    NETWORK_API_VERSION_2022_11_01
    2022-11-01 2022-11-01 version
    "2020-11-01"
    2020-11-01 2020-11-01 version
    "2022-11-01"
    2022-11-01 2022-11-01 version

    NetworkInterfaceAuxiliaryMode, NetworkInterfaceAuxiliaryModeArgs

    None
    None None mode
    AcceleratedConnections
    AcceleratedConnections AcceleratedConnections mode
    Floating
    Floating Floating mode
    NetworkInterfaceAuxiliaryModeNone
    None None mode
    NetworkInterfaceAuxiliaryModeAcceleratedConnections
    AcceleratedConnections AcceleratedConnections mode
    NetworkInterfaceAuxiliaryModeFloating
    Floating Floating mode
    None
    None None mode
    AcceleratedConnections
    AcceleratedConnections AcceleratedConnections mode
    Floating
    Floating Floating mode
    None
    None None mode
    AcceleratedConnections
    AcceleratedConnections AcceleratedConnections mode
    Floating
    Floating Floating mode
    NONE
    None None mode
    ACCELERATED_CONNECTIONS
    AcceleratedConnections AcceleratedConnections mode
    FLOATING
    Floating Floating mode
    "None"
    None None mode
    "AcceleratedConnections"
    AcceleratedConnections AcceleratedConnections mode
    "Floating"
    Floating Floating mode

    NetworkInterfaceAuxiliarySku, NetworkInterfaceAuxiliarySkuArgs

    None
    None None: None sku
    A1
    A1 A1 sku
    A2
    A2 A2 sku
    A4
    A4 A4 sku
    A8
    A8 A8 sku
    NetworkInterfaceAuxiliarySkuNone
    None None: None sku
    NetworkInterfaceAuxiliarySkuA1
    A1 A1 sku
    NetworkInterfaceAuxiliarySkuA2
    A2 A2 sku
    NetworkInterfaceAuxiliarySkuA4
    A4 A4 sku
    NetworkInterfaceAuxiliarySkuA8
    A8 A8 sku
    None
    None None: None sku
    A1
    A1 A1 sku
    A2
    A2 A2 sku
    A4
    A4 A4 sku
    A8
    A8 A8 sku
    None
    None None: None sku
    A1
    A1 A1 sku
    A2
    A2 A2 sku
    A4
    A4 A4 sku
    A8
    A8 A8 sku
    NONE
    None None: None sku
    A1
    A1 A1 sku
    A2
    A2 A2 sku
    A4
    A4 A4 sku
    A8
    A8 A8 sku
    "None"
    None None: None sku
    "A1"
    A1 A1 sku
    "A2"
    A2 A2 sku
    "A4"
    A4 A4 sku
    "A8"
    A8 A8 sku

    NetworkInterfaceReference, NetworkInterfaceReferenceArgs

    Describes a network interface reference.
    Id string
    The ID of the sub-resource.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.NetworkInterfaceReferenceProperties
    Describes a network interface reference properties.
    Id string
    The ID of the sub-resource.
    Properties NetworkInterfaceReferenceProperties
    Describes a network interface reference properties.
    id String
    The ID of the sub-resource.
    properties NetworkInterfaceReferenceProperties
    Describes a network interface reference properties.
    id string
    The ID of the sub-resource.
    properties NetworkInterfaceReferenceProperties
    Describes a network interface reference properties.
    id str
    The ID of the sub-resource.
    properties NetworkInterfaceReferenceProperties
    Describes a network interface reference properties.
    id String
    The ID of the sub-resource.
    properties Property Map
    Describes a network interface reference properties.

    NetworkInterfaceReferenceProperties, NetworkInterfaceReferencePropertiesArgs

    Describes a network interface reference properties.
    DeleteOption string | Pulumi.AzureNative.ComputeBulkActions.DeleteOptions
    Specify what happens to the network interface when the VM is deleted
    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
    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
    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
    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
    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
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    NetworkInterfaceReferencePropertiesResponse, NetworkInterfaceReferencePropertiesResponseArgs

    Describes a network interface reference properties.
    DeleteOption string
    Specify what happens to the network interface when the VM is deleted
    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
    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
    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
    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
    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
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    NetworkInterfaceReferenceResponse, NetworkInterfaceReferenceResponseArgs

    Describes a network interface reference.
    Id string
    The ID of the sub-resource.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.NetworkInterfaceReferencePropertiesResponse
    Describes a network interface reference properties.
    Id string
    The ID of the sub-resource.
    Properties NetworkInterfaceReferencePropertiesResponse
    Describes a network interface reference properties.
    id String
    The ID of the sub-resource.
    properties NetworkInterfaceReferencePropertiesResponse
    Describes a network interface reference properties.
    id string
    The ID of the sub-resource.
    properties NetworkInterfaceReferencePropertiesResponse
    Describes a network interface reference properties.
    id str
    The ID of the sub-resource.
    properties NetworkInterfaceReferencePropertiesResponse
    Describes a network interface reference properties.
    id String
    The ID of the sub-resource.
    properties Property Map
    Describes a network interface reference properties.

    NetworkProfile, NetworkProfileArgs

    Specifies the network interfaces or the networking configuration of the virtual machine.
    NetworkApiVersion string | Pulumi.AzureNative.ComputeBulkActions.NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    NetworkInterfaceConfigurations List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfiguration>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    NetworkInterfaces List<Pulumi.AzureNative.ComputeBulkActions.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" | "2022-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

    Specifies the network interfaces or the networking configuration of the virtual machine.
    NetworkApiVersion string
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
    NetworkInterfaceConfigurations List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfigurationResponse>
    Specifies the networking configurations that will be used to create the virtual machine networking resources.
    NetworkInterfaces List<Pulumi.AzureNative.ComputeBulkActions.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

    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.
    CreateOption string | Pulumi.AzureNative.ComputeBulkActions.DiskCreateOptionTypes
    Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. 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 | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. 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.ComputeBulkActions.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.ComputeBulkActions.Inputs.DiskEncryptionSettings
    Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
    Image Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.ManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    OsType string | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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 disk should be created. Possible values are Attach, FromImage. 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 | 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, Detach. 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 compute 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 string | 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 disk should be created. Possible values are Attach, FromImage. 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 | 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, Detach. 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 compute 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 String | 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 disk should be created. Possible values are Attach, FromImage. 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 | 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, Detach. 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 compute 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 string | 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 disk should be created. Possible values are Attach, FromImage. 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 | 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, Detach. 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 compute 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 str | 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" | "Copy" | "Restore"
    Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. 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 | "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, Detach. 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 compute 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 | "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

    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.
    CreateOption string
    Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. 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, Detach. 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.ComputeBulkActions.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.ComputeBulkActions.Inputs.DiskEncryptionSettingsResponse
    Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
    Image Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.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 disk should be created. Possible values are Attach, FromImage. 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, Detach. 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 compute 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 disk should be created. Possible values are Attach, FromImage. 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, Detach. 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 compute 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 disk should be created. Possible values are Attach, FromImage. 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, Detach. 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 compute 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 disk should be created. Possible values are Attach, FromImage. 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, Detach. 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 compute 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 disk should be created. Possible values are Attach, FromImage. 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, Detach. 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 compute 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.

    OSImageNotificationProfile, OSImageNotificationProfileArgs

    Profile for the OS Image Scheduled event.
    Enable bool
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    Enable bool
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable Boolean
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable boolean
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    notBeforeTimeout string
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable bool
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    not_before_timeout str
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable Boolean
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)

    OSImageNotificationProfileResponse, OSImageNotificationProfileResponseArgs

    Profile for the OS Image Scheduled event.
    Enable bool
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    Enable bool
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable Boolean
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable boolean
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    notBeforeTimeout string
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable bool
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    not_before_timeout str
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
    enable Boolean
    Specifies whether the OS Image Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)

    OSProfile, OSProfileArgs

    Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    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.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.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

    Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    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.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.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 Windows OS
    Linux
    Linux Linux OS
    OperatingSystemTypesWindows
    Windows Windows OS
    OperatingSystemTypesLinux
    Linux Linux OS
    Windows
    Windows Windows OS
    Linux
    Linux Linux OS
    Windows
    Windows Windows OS
    Linux
    Linux Linux OS
    WINDOWS
    Windows Windows OS
    LINUX
    Linux Linux OS
    "Windows"
    Windows Windows OS
    "Linux"
    Linux Linux OS

    PassName, PassNameArgs

    OobeSystem
    OobeSystem
    PassNameOobeSystem
    OobeSystem
    OobeSystem
    OobeSystem
    OobeSystem
    OobeSystem
    OOBE_SYSTEM
    OobeSystem
    "OobeSystem"
    OobeSystem

    PatchSettings, PatchSettingsArgs

    Specifies settings related to VM Guest Patching on Windows.
    AssessmentMode string | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.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

    Specifies settings related to VM Guest Patching on Windows.
    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.ComputeBulkActions.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

    Plan for the resource.
    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.
    name string
    A user defined name of the 3rd Party Artifact that is being procured.
    product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version string
    The version of the desired product/artifact.
    name str
    A user defined name of the 3rd Party Artifact that is being procured.
    product str
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher str
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotion_code str
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version str
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.

    PlanResponse, PlanResponseArgs

    Plan for the resource.
    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.
    name string
    A user defined name of the 3rd Party Artifact that is being procured.
    product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version string
    The version of the desired product/artifact.
    name str
    A user defined name of the 3rd Party Artifact that is being procured.
    product str
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher str
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotion_code str
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version str
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.

    PriorityProfile, PriorityProfileArgs

    Contains properties that are applicable to both Spot and Regular.
    AllocationStrategy string | Pulumi.AzureNative.ComputeBulkActions.AllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution.
    EvictionPolicy string | Pulumi.AzureNative.ComputeBulkActions.EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    MaxPricePerVM double
    Price per hour of each Spot VM will never exceed this.
    Type string | Pulumi.AzureNative.ComputeBulkActions.VirtualMachineType
    Specifies the type of Virtual Machine.
    AllocationStrategy string | AllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution.
    EvictionPolicy string | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    MaxPricePerVM float64
    Price per hour of each Spot VM will never exceed this.
    Type string | VirtualMachineType
    Specifies the type of Virtual Machine.
    allocationStrategy String | AllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution.
    evictionPolicy String | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    maxPricePerVM Double
    Price per hour of each Spot VM will never exceed this.
    type String | VirtualMachineType
    Specifies the type of Virtual Machine.
    allocationStrategy string | AllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution.
    evictionPolicy string | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    maxPricePerVM number
    Price per hour of each Spot VM will never exceed this.
    type string | VirtualMachineType
    Specifies the type of Virtual Machine.
    allocation_strategy str | AllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution.
    eviction_policy str | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    max_price_per_vm float
    Price per hour of each Spot VM will never exceed this.
    type str | VirtualMachineType
    Specifies the type of Virtual Machine.
    allocationStrategy String | "LowestPrice" | "CapacityOptimized" | "Prioritized"
    Allocation strategy to follow when determining the VM sizes distribution.
    evictionPolicy String | "Delete" | "Deallocate"
    Eviction Policy to follow when evicting Spot VMs.
    maxPricePerVM Number
    Price per hour of each Spot VM will never exceed this.
    type String | "Regular" | "Spot"
    Specifies the type of Virtual Machine.

    PriorityProfileResponse, PriorityProfileResponseArgs

    Contains properties that are applicable to both Spot and Regular.
    AllocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution.
    EvictionPolicy string
    Eviction Policy to follow when evicting Spot VMs.
    MaxPricePerVM double
    Price per hour of each Spot VM will never exceed this.
    Type string
    Specifies the type of Virtual Machine.
    AllocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution.
    EvictionPolicy string
    Eviction Policy to follow when evicting Spot VMs.
    MaxPricePerVM float64
    Price per hour of each Spot VM will never exceed this.
    Type string
    Specifies the type of Virtual Machine.
    allocationStrategy String
    Allocation strategy to follow when determining the VM sizes distribution.
    evictionPolicy String
    Eviction Policy to follow when evicting Spot VMs.
    maxPricePerVM Double
    Price per hour of each Spot VM will never exceed this.
    type String
    Specifies the type of Virtual Machine.
    allocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution.
    evictionPolicy string
    Eviction Policy to follow when evicting Spot VMs.
    maxPricePerVM number
    Price per hour of each Spot VM will never exceed this.
    type string
    Specifies the type of Virtual Machine.
    allocation_strategy str
    Allocation strategy to follow when determining the VM sizes distribution.
    eviction_policy str
    Eviction Policy to follow when evicting Spot VMs.
    max_price_per_vm float
    Price per hour of each Spot VM will never exceed this.
    type str
    Specifies the type of Virtual Machine.
    allocationStrategy String
    Allocation strategy to follow when determining the VM sizes distribution.
    evictionPolicy String
    Eviction Policy to follow when evicting Spot VMs.
    maxPricePerVM Number
    Price per hour of each Spot VM will never exceed this.
    type String
    Specifies the type of Virtual Machine.

    ProtocolTypes, ProtocolTypesArgs

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

    ProxyAgentSettings, ProxyAgentSettingsArgs

    Specifies ProxyAgent settings for the virtual machine or virtual machine scale set. Minimum api-version: 2023-09-01.
    AddProxyAgentExtension bool
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    Imds Pulumi.AzureNative.ComputeBulkActions.Inputs.HostEndpointSettings
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    KeyIncarnationId int
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    Mode string | Pulumi.AzureNative.ComputeBulkActions.Mode
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    WireServer Pulumi.AzureNative.ComputeBulkActions.Inputs.HostEndpointSettings
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    AddProxyAgentExtension bool
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    Imds HostEndpointSettings
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    KeyIncarnationId int
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    Mode string | Mode
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    WireServer HostEndpointSettings
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    addProxyAgentExtension Boolean
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds HostEndpointSettings
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    keyIncarnationId Integer
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode String | Mode
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wireServer HostEndpointSettings
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    addProxyAgentExtension boolean
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds HostEndpointSettings
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    keyIncarnationId number
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode string | Mode
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wireServer HostEndpointSettings
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    add_proxy_agent_extension bool
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds HostEndpointSettings
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    key_incarnation_id int
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode str | Mode
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wire_server HostEndpointSettings
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    addProxyAgentExtension Boolean
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds Property Map
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    keyIncarnationId Number
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode String | "Audit" | "Enforce"
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wireServer Property Map
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.

    ProxyAgentSettingsResponse, ProxyAgentSettingsResponseArgs

    Specifies ProxyAgent settings for the virtual machine or virtual machine scale set. Minimum api-version: 2023-09-01.
    AddProxyAgentExtension bool
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    Imds Pulumi.AzureNative.ComputeBulkActions.Inputs.HostEndpointSettingsResponse
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    KeyIncarnationId int
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    Mode string
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    WireServer Pulumi.AzureNative.ComputeBulkActions.Inputs.HostEndpointSettingsResponse
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    AddProxyAgentExtension bool
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    Imds HostEndpointSettingsResponse
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    KeyIncarnationId int
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    Mode string
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    WireServer HostEndpointSettingsResponse
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    addProxyAgentExtension Boolean
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds HostEndpointSettingsResponse
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    keyIncarnationId Integer
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode String
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wireServer HostEndpointSettingsResponse
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    addProxyAgentExtension boolean
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds HostEndpointSettingsResponse
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    keyIncarnationId number
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode string
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wireServer HostEndpointSettingsResponse
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    add_proxy_agent_extension bool
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds HostEndpointSettingsResponse
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    key_incarnation_id int
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode str
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wire_server HostEndpointSettingsResponse
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    addProxyAgentExtension Boolean
    Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    imds Property Map
    Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
    keyIncarnationId Number
    Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
    mode String
    Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
    wireServer Property Map
    Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.

    PublicIPAddressSku, PublicIPAddressSkuArgs

    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    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 Basic IP sku name
    Standard
    Standard Standard IP sku name
    PublicIPAddressSkuNameBasic
    Basic Basic IP sku name
    PublicIPAddressSkuNameStandard
    Standard Standard IP sku name
    Basic
    Basic Basic IP sku name
    Standard
    Standard Standard IP sku name
    Basic
    Basic Basic IP sku name
    Standard
    Standard Standard IP sku name
    BASIC
    Basic Basic IP sku name
    STANDARD
    Standard Standard IP sku name
    "Basic"
    Basic Basic IP sku name
    "Standard"
    Standard Standard IP sku name

    PublicIPAddressSkuResponse, PublicIPAddressSkuResponseArgs

    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    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 Regional IP address sku tier
    Global
    Global Global IP address sku tier
    PublicIPAddressSkuTierRegional
    Regional Regional IP address sku tier
    PublicIPAddressSkuTierGlobal
    Global Global IP address sku tier
    Regional
    Regional Regional IP address sku tier
    Global
    Global Global IP address sku tier
    Regional
    Regional Regional IP address sku tier
    Global
    Global Global IP address sku tier
    REGIONAL
    Regional Regional IP address sku tier
    GLOBAL_
    Global Global IP address sku tier
    "Regional"
    Regional Regional IP address sku tier
    "Global"
    Global Global IP address sku tier

    PublicIPAllocationMethod, PublicIPAllocationMethodArgs

    Dynamic
    Dynamic Dynamic IP allocation
    Static
    Static Static IP allocation
    PublicIPAllocationMethodDynamic
    Dynamic Dynamic IP allocation
    PublicIPAllocationMethodStatic
    Static Static IP allocation
    Dynamic
    Dynamic Dynamic IP allocation
    Static
    Static Static IP allocation
    Dynamic
    Dynamic Dynamic IP allocation
    Static
    Static Static IP allocation
    DYNAMIC
    Dynamic Dynamic IP allocation
    STATIC
    Static Static IP allocation
    "Dynamic"
    Dynamic Dynamic IP allocation
    "Static"
    Static Static IP allocation

    RetryPolicy, RetryPolicyArgs

    The retry policy for the user request
    RetryCount int
    Retry count for user request
    RetryWindowInMinutes int
    Retry window in minutes for user request
    RetryCount int
    Retry count for user request
    RetryWindowInMinutes int
    Retry window in minutes for user request
    retryCount Integer
    Retry count for user request
    retryWindowInMinutes Integer
    Retry window in minutes for user request
    retryCount number
    Retry count for user request
    retryWindowInMinutes number
    Retry window in minutes for user request
    retry_count int
    Retry count for user request
    retry_window_in_minutes int
    Retry window in minutes for user request
    retryCount Number
    Retry count for user request
    retryWindowInMinutes Number
    Retry window in minutes for user request

    RetryPolicyResponse, RetryPolicyResponseArgs

    The retry policy for the user request
    RetryCount int
    Retry count for user request
    RetryWindowInMinutes int
    Retry window in minutes for user request
    RetryCount int
    Retry count for user request
    RetryWindowInMinutes int
    Retry window in minutes for user request
    retryCount Integer
    Retry count for user request
    retryWindowInMinutes Integer
    Retry window in minutes for user request
    retryCount number
    Retry count for user request
    retryWindowInMinutes number
    Retry window in minutes for user request
    retry_count int
    Retry count for user request
    retry_window_in_minutes int
    Retry window in minutes for user request
    retryCount Number
    Retry count for user request
    retryWindowInMinutes Number
    Retry window in minutes for user request

    ScheduledEventsAdditionalPublishingTargets, ScheduledEventsAdditionalPublishingTargetsArgs

    Specifies additional publishing targets for scheduled events.
    EventGridAndResourceGraph Pulumi.AzureNative.ComputeBulkActions.Inputs.EventGridAndResourceGraph
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    EventGridAndResourceGraph EventGridAndResourceGraph
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    eventGridAndResourceGraph EventGridAndResourceGraph
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    eventGridAndResourceGraph EventGridAndResourceGraph
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    event_grid_and_resource_graph EventGridAndResourceGraph
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    eventGridAndResourceGraph Property Map
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.

    ScheduledEventsAdditionalPublishingTargetsResponse, ScheduledEventsAdditionalPublishingTargetsResponseArgs

    Specifies additional publishing targets for scheduled events.
    EventGridAndResourceGraph Pulumi.AzureNative.ComputeBulkActions.Inputs.EventGridAndResourceGraphResponse
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    EventGridAndResourceGraph EventGridAndResourceGraphResponse
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    eventGridAndResourceGraph EventGridAndResourceGraphResponse
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    eventGridAndResourceGraph EventGridAndResourceGraphResponse
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    event_grid_and_resource_graph EventGridAndResourceGraphResponse
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
    eventGridAndResourceGraph Property Map
    The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.

    ScheduledEventsPolicy, ScheduledEventsPolicyArgs

    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations.
    AllInstancesDown Pulumi.AzureNative.ComputeBulkActions.Inputs.AllInstancesDown
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    ScheduledEventsAdditionalPublishingTargets Pulumi.AzureNative.ComputeBulkActions.Inputs.ScheduledEventsAdditionalPublishingTargets
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    UserInitiatedReboot Pulumi.AzureNative.ComputeBulkActions.Inputs.UserInitiatedReboot
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    UserInitiatedRedeploy Pulumi.AzureNative.ComputeBulkActions.Inputs.UserInitiatedRedeploy
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    AllInstancesDown AllInstancesDown
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    ScheduledEventsAdditionalPublishingTargets ScheduledEventsAdditionalPublishingTargets
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    UserInitiatedReboot UserInitiatedReboot
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    UserInitiatedRedeploy UserInitiatedRedeploy
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    allInstancesDown AllInstancesDown
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduledEventsAdditionalPublishingTargets ScheduledEventsAdditionalPublishingTargets
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    userInitiatedReboot UserInitiatedReboot
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    userInitiatedRedeploy UserInitiatedRedeploy
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    allInstancesDown AllInstancesDown
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduledEventsAdditionalPublishingTargets ScheduledEventsAdditionalPublishingTargets
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    userInitiatedReboot UserInitiatedReboot
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    userInitiatedRedeploy UserInitiatedRedeploy
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    all_instances_down AllInstancesDown
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduled_events_additional_publishing_targets ScheduledEventsAdditionalPublishingTargets
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    user_initiated_reboot UserInitiatedReboot
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    user_initiated_redeploy UserInitiatedRedeploy
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    allInstancesDown Property Map
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduledEventsAdditionalPublishingTargets Property Map
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    userInitiatedReboot Property Map
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    userInitiatedRedeploy Property Map
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.

    ScheduledEventsPolicyResponse, ScheduledEventsPolicyResponseArgs

    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations.
    AllInstancesDown Pulumi.AzureNative.ComputeBulkActions.Inputs.AllInstancesDownResponse
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    ScheduledEventsAdditionalPublishingTargets Pulumi.AzureNative.ComputeBulkActions.Inputs.ScheduledEventsAdditionalPublishingTargetsResponse
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    UserInitiatedReboot Pulumi.AzureNative.ComputeBulkActions.Inputs.UserInitiatedRebootResponse
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    UserInitiatedRedeploy Pulumi.AzureNative.ComputeBulkActions.Inputs.UserInitiatedRedeployResponse
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    AllInstancesDown AllInstancesDownResponse
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    ScheduledEventsAdditionalPublishingTargets ScheduledEventsAdditionalPublishingTargetsResponse
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    UserInitiatedReboot UserInitiatedRebootResponse
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    UserInitiatedRedeploy UserInitiatedRedeployResponse
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    allInstancesDown AllInstancesDownResponse
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduledEventsAdditionalPublishingTargets ScheduledEventsAdditionalPublishingTargetsResponse
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    userInitiatedReboot UserInitiatedRebootResponse
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    userInitiatedRedeploy UserInitiatedRedeployResponse
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    allInstancesDown AllInstancesDownResponse
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduledEventsAdditionalPublishingTargets ScheduledEventsAdditionalPublishingTargetsResponse
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    userInitiatedReboot UserInitiatedRebootResponse
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    userInitiatedRedeploy UserInitiatedRedeployResponse
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    all_instances_down AllInstancesDownResponse
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduled_events_additional_publishing_targets ScheduledEventsAdditionalPublishingTargetsResponse
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    user_initiated_reboot UserInitiatedRebootResponse
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    user_initiated_redeploy UserInitiatedRedeployResponse
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
    allInstancesDown Property Map
    The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
    scheduledEventsAdditionalPublishingTargets Property Map
    The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
    userInitiatedReboot Property Map
    The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
    userInitiatedRedeploy Property Map
    The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.

    ScheduledEventsProfile, ScheduledEventsProfileArgs

    Profile for the scheduled events.
    OsImageNotificationProfile OSImageNotificationProfile
    Specifies OS Image Scheduled Event related configurations.
    TerminateNotificationProfile TerminateNotificationProfile
    Specifies Terminate Scheduled Event related configurations.
    osImageNotificationProfile OSImageNotificationProfile
    Specifies OS Image Scheduled Event related configurations.
    terminateNotificationProfile TerminateNotificationProfile
    Specifies Terminate Scheduled Event related configurations.
    osImageNotificationProfile OSImageNotificationProfile
    Specifies OS Image Scheduled Event related configurations.
    terminateNotificationProfile TerminateNotificationProfile
    Specifies Terminate Scheduled Event related configurations.
    os_image_notification_profile OSImageNotificationProfile
    Specifies OS Image Scheduled Event related configurations.
    terminate_notification_profile TerminateNotificationProfile
    Specifies Terminate Scheduled Event related configurations.
    osImageNotificationProfile Property Map
    Specifies OS Image Scheduled Event related configurations.
    terminateNotificationProfile Property Map
    Specifies Terminate Scheduled Event related configurations.

    ScheduledEventsProfileResponse, ScheduledEventsProfileResponseArgs

    Profile for the scheduled events.
    OsImageNotificationProfile OSImageNotificationProfileResponse
    Specifies OS Image Scheduled Event related configurations.
    TerminateNotificationProfile TerminateNotificationProfileResponse
    Specifies Terminate Scheduled Event related configurations.
    osImageNotificationProfile OSImageNotificationProfileResponse
    Specifies OS Image Scheduled Event related configurations.
    terminateNotificationProfile TerminateNotificationProfileResponse
    Specifies Terminate Scheduled Event related configurations.
    osImageNotificationProfile OSImageNotificationProfileResponse
    Specifies OS Image Scheduled Event related configurations.
    terminateNotificationProfile TerminateNotificationProfileResponse
    Specifies Terminate Scheduled Event related configurations.
    os_image_notification_profile OSImageNotificationProfileResponse
    Specifies OS Image Scheduled Event related configurations.
    terminate_notification_profile TerminateNotificationProfileResponse
    Specifies Terminate Scheduled Event related configurations.
    osImageNotificationProfile Property Map
    Specifies OS Image Scheduled Event related configurations.
    terminateNotificationProfile Property Map
    Specifies Terminate Scheduled Event related configurations.

    SecurityEncryptionTypes, SecurityEncryptionTypesArgs

    VMGuestStateOnly
    VMGuestStateOnly VMGuestStateOnly encryption
    DiskWithVMGuestState
    DiskWithVMGuestState DiskWithVMGuestState encryption
    NonPersistedTPM
    NonPersistedTPM NonPersistedTPM encryption
    SecurityEncryptionTypesVMGuestStateOnly
    VMGuestStateOnly VMGuestStateOnly encryption
    SecurityEncryptionTypesDiskWithVMGuestState
    DiskWithVMGuestState DiskWithVMGuestState encryption
    SecurityEncryptionTypesNonPersistedTPM
    NonPersistedTPM NonPersistedTPM encryption
    VMGuestStateOnly
    VMGuestStateOnly VMGuestStateOnly encryption
    DiskWithVMGuestState
    DiskWithVMGuestState DiskWithVMGuestState encryption
    NonPersistedTPM
    NonPersistedTPM NonPersistedTPM encryption
    VMGuestStateOnly
    VMGuestStateOnly VMGuestStateOnly encryption
    DiskWithVMGuestState
    DiskWithVMGuestState DiskWithVMGuestState encryption
    NonPersistedTPM
    NonPersistedTPM NonPersistedTPM encryption
    VM_GUEST_STATE_ONLY
    VMGuestStateOnly VMGuestStateOnly encryption
    DISK_WITH_VM_GUEST_STATE
    DiskWithVMGuestState DiskWithVMGuestState encryption
    NON_PERSISTED_TPM
    NonPersistedTPM NonPersistedTPM encryption
    "VMGuestStateOnly"
    VMGuestStateOnly VMGuestStateOnly encryption
    "DiskWithVMGuestState"
    DiskWithVMGuestState DiskWithVMGuestState encryption
    "NonPersistedTPM"
    NonPersistedTPM NonPersistedTPM encryption

    SecurityProfile, SecurityProfileArgs

    Specifies the Security profile settings for the virtual machine or virtual machine scale set.
    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.
    EncryptionIdentity Pulumi.AzureNative.ComputeBulkActions.Inputs.EncryptionIdentity
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    ProxyAgentSettings Pulumi.AzureNative.ComputeBulkActions.Inputs.ProxyAgentSettings
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    SecurityType string | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.UefiSettings
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute 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.
    EncryptionIdentity EncryptionIdentity
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    ProxyAgentSettings ProxyAgentSettings
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryptionIdentity EncryptionIdentity
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxyAgentSettings ProxyAgentSettings
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryptionIdentity EncryptionIdentity
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxyAgentSettings ProxyAgentSettings
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryption_identity EncryptionIdentity
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxy_agent_settings ProxyAgentSettings
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryptionIdentity Property Map
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxyAgentSettings Property Map
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute api-version: 2020-12-01.

    SecurityProfileResponse, SecurityProfileResponseArgs

    Specifies the Security profile settings for the virtual machine or virtual machine scale set.
    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.
    EncryptionIdentity Pulumi.AzureNative.ComputeBulkActions.Inputs.EncryptionIdentityResponse
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    ProxyAgentSettings Pulumi.AzureNative.ComputeBulkActions.Inputs.ProxyAgentSettingsResponse
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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.ComputeBulkActions.Inputs.UefiSettingsResponse
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute 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.
    EncryptionIdentity EncryptionIdentityResponse
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    ProxyAgentSettings ProxyAgentSettingsResponse
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryptionIdentity EncryptionIdentityResponse
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxyAgentSettings ProxyAgentSettingsResponse
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryptionIdentity EncryptionIdentityResponse
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxyAgentSettings ProxyAgentSettingsResponse
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryption_identity EncryptionIdentityResponse
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxy_agent_settings ProxyAgentSettingsResponse
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute 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.
    encryptionIdentity Property Map
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    proxyAgentSettings Property Map
    Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
    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 compute api-version: 2020-12-01.

    SecurityTypes, SecurityTypesArgs

    TrustedLaunch
    TrustedLaunch TrustedLaunch security type
    ConfidentialVM
    ConfidentialVM ConfidentialVM security type
    SecurityTypesTrustedLaunch
    TrustedLaunch TrustedLaunch security type
    SecurityTypesConfidentialVM
    ConfidentialVM ConfidentialVM security type
    TrustedLaunch
    TrustedLaunch TrustedLaunch security type
    ConfidentialVM
    ConfidentialVM ConfidentialVM security type
    TrustedLaunch
    TrustedLaunch TrustedLaunch security type
    ConfidentialVM
    ConfidentialVM ConfidentialVM security type
    TRUSTED_LAUNCH
    TrustedLaunch TrustedLaunch security type
    CONFIDENTIAL_VM
    ConfidentialVM ConfidentialVM security type
    "TrustedLaunch"
    TrustedLaunch TrustedLaunch security type
    "ConfidentialVM"
    ConfidentialVM ConfidentialVM security type

    SettingNames, SettingNamesArgs

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

    SshConfiguration, SshConfigurationArgs

    SSH configuration for Linux based VMs running on Azure
    PublicKeys List<Pulumi.AzureNative.ComputeBulkActions.Inputs.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.
    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

    SSH configuration for Linux based VMs running on Azure
    PublicKeys List<Pulumi.AzureNative.ComputeBulkActions.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

    Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
    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

    Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
    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 Standard_LRS storage account type
    Premium_LRS
    Premium_LRS Premium_LRS storage account type
    StandardSSD_LRS
    StandardSSD_LRS StandardSSD_LRS storage account type
    UltraSSD_LRS
    UltraSSD_LRS UltraSSD_LRS storage account type
    Premium_ZRS
    Premium_ZRS Premium_ZRS storage account type
    StandardSSD_ZRS
    StandardSSD_ZRS StandardSSD_ZRS storage account type
    PremiumV2_LRS
    PremiumV2_LRS PremiumV2_LRS storage account type
    StorageAccountTypes_Standard_LRS
    Standard_LRS Standard_LRS storage account type
    StorageAccountTypes_Premium_LRS
    Premium_LRS Premium_LRS storage account type
    StorageAccountTypes_StandardSSD_LRS
    StandardSSD_LRS StandardSSD_LRS storage account type
    StorageAccountTypes_UltraSSD_LRS
    UltraSSD_LRS UltraSSD_LRS storage account type
    StorageAccountTypes_Premium_ZRS
    Premium_ZRS Premium_ZRS storage account type
    StorageAccountTypes_StandardSSD_ZRS
    StandardSSD_ZRS StandardSSD_ZRS storage account type
    StorageAccountTypes_PremiumV2_LRS
    PremiumV2_LRS PremiumV2_LRS storage account type
    Standard_LRS
    Standard_LRS Standard_LRS storage account type
    Premium_LRS
    Premium_LRS Premium_LRS storage account type
    StandardSSD_LRS
    StandardSSD_LRS StandardSSD_LRS storage account type
    UltraSSD_LRS
    UltraSSD_LRS UltraSSD_LRS storage account type
    Premium_ZRS
    Premium_ZRS Premium_ZRS storage account type
    StandardSSD_ZRS
    StandardSSD_ZRS StandardSSD_ZRS storage account type
    PremiumV2_LRS
    PremiumV2_LRS PremiumV2_LRS storage account type
    Standard_LRS
    Standard_LRS Standard_LRS storage account type
    Premium_LRS
    Premium_LRS Premium_LRS storage account type
    StandardSSD_LRS
    StandardSSD_LRS StandardSSD_LRS storage account type
    UltraSSD_LRS
    UltraSSD_LRS UltraSSD_LRS storage account type
    Premium_ZRS
    Premium_ZRS Premium_ZRS storage account type
    StandardSSD_ZRS
    StandardSSD_ZRS StandardSSD_ZRS storage account type
    PremiumV2_LRS
    PremiumV2_LRS PremiumV2_LRS storage account type
    STANDARD_LRS
    Standard_LRS Standard_LRS storage account type
    PREMIUM_LRS
    Premium_LRS Premium_LRS storage account type
    STANDARD_SS_D_LRS
    StandardSSD_LRS StandardSSD_LRS storage account type
    ULTRA_SS_D_LRS
    UltraSSD_LRS UltraSSD_LRS storage account type
    PREMIUM_ZRS
    Premium_ZRS Premium_ZRS storage account type
    STANDARD_SS_D_ZRS
    StandardSSD_ZRS StandardSSD_ZRS storage account type
    PREMIUM_V2_LRS
    PremiumV2_LRS PremiumV2_LRS storage account type
    "Standard_LRS"
    Standard_LRS Standard_LRS storage account type
    "Premium_LRS"
    Premium_LRS Premium_LRS storage account type
    "StandardSSD_LRS"
    StandardSSD_LRS StandardSSD_LRS storage account type
    "UltraSSD_LRS"
    UltraSSD_LRS UltraSSD_LRS storage account type
    "Premium_ZRS"
    Premium_ZRS Premium_ZRS storage account type
    "StandardSSD_ZRS"
    StandardSSD_ZRS StandardSSD_ZRS storage account type
    "PremiumV2_LRS"
    PremiumV2_LRS PremiumV2_LRS storage account type

    StorageProfile, StorageProfileArgs

    Specifies the storage settings for the virtual machine disks.
    DataDisks List<Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.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

    Specifies the storage settings for the virtual machine disks.
    DataDisks List<Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.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

    Describes a reference to a sub-resource.
    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

    Describes a reference to a sub-resource.
    Id string
    The ID of the sub-resource.
    Id string
    The ID of the sub-resource.
    id String
    The ID of the sub-resource.
    id string
    The ID of the sub-resource.
    id str
    The ID of the sub-resource.
    id String
    The ID of the sub-resource.

    SystemDataResponse, SystemDataResponseArgs

    Metadata pertaining to creation and last modification of the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TerminateNotificationProfile, TerminateNotificationProfileArgs

    Profile properties for the Terminate Scheduled event.
    Enable bool
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    Enable bool
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable Boolean
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable boolean
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    notBeforeTimeout string
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable bool
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    not_before_timeout str
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable Boolean
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)

    TerminateNotificationProfileResponse, TerminateNotificationProfileResponseArgs

    Profile properties for the Terminate Scheduled event.
    Enable bool
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    Enable bool
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    NotBeforeTimeout string
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable Boolean
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable boolean
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    notBeforeTimeout string
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable bool
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    not_before_timeout str
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
    enable Boolean
    Specifies whether the Terminate Scheduled event is enabled or disabled.
    notBeforeTimeout String
    Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)

    UefiSettings, UefiSettingsArgs

    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secureBootEnabled boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    vTpmEnabled boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secure_boot_enabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    v_tpm_enabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.

    UefiSettingsResponse, UefiSettingsResponseArgs

    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    SecureBootEnabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    VTpmEnabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secureBootEnabled boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    vTpmEnabled boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secure_boot_enabled bool
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    v_tpm_enabled bool
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    secureBootEnabled Boolean
    Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
    vTpmEnabled Boolean
    Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.

    UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs

    User assigned identity properties
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    UserInitiatedReboot, UserInitiatedRebootArgs

    Specifies Reboot related Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Reboot Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Reboot Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Reboot Scheduled Event related configurations.
    automaticallyApprove boolean
    Specifies Reboot Scheduled Event related configurations.
    automatically_approve bool
    Specifies Reboot Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Reboot Scheduled Event related configurations.

    UserInitiatedRebootResponse, UserInitiatedRebootResponseArgs

    Specifies Reboot related Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Reboot Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Reboot Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Reboot Scheduled Event related configurations.
    automaticallyApprove boolean
    Specifies Reboot Scheduled Event related configurations.
    automatically_approve bool
    Specifies Reboot Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Reboot Scheduled Event related configurations.

    UserInitiatedRedeploy, UserInitiatedRedeployArgs

    Specifies Redeploy related Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Redeploy Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Redeploy Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Redeploy Scheduled Event related configurations.
    automaticallyApprove boolean
    Specifies Redeploy Scheduled Event related configurations.
    automatically_approve bool
    Specifies Redeploy Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Redeploy Scheduled Event related configurations.

    UserInitiatedRedeployResponse, UserInitiatedRedeployResponseArgs

    Specifies Redeploy related Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Redeploy Scheduled Event related configurations.
    AutomaticallyApprove bool
    Specifies Redeploy Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Redeploy Scheduled Event related configurations.
    automaticallyApprove boolean
    Specifies Redeploy Scheduled Event related configurations.
    automatically_approve bool
    Specifies Redeploy Scheduled Event related configurations.
    automaticallyApprove Boolean
    Specifies Redeploy Scheduled Event related configurations.

    VMAttributeMinMaxDouble, VMAttributeMinMaxDoubleArgs

    VMAttributes using double values.
    Max double
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    Min double
    Minimum value. If not specified, no minimum filter is applied.
    Max float64
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    Min float64
    Minimum value. If not specified, no minimum filter is applied.
    max Double
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min Double
    Minimum value. If not specified, no minimum filter is applied.
    max number
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min number
    Minimum value. If not specified, no minimum filter is applied.
    max float
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min float
    Minimum value. If not specified, no minimum filter is applied.
    max Number
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min Number
    Minimum value. If not specified, no minimum filter is applied.

    VMAttributeMinMaxDoubleResponse, VMAttributeMinMaxDoubleResponseArgs

    VMAttributes using double values.
    Max double
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    Min double
    Minimum value. If not specified, no minimum filter is applied.
    Max float64
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    Min float64
    Minimum value. If not specified, no minimum filter is applied.
    max Double
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min Double
    Minimum value. If not specified, no minimum filter is applied.
    max number
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min number
    Minimum value. If not specified, no minimum filter is applied.
    max float
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min float
    Minimum value. If not specified, no minimum filter is applied.
    max Number
    Maximum value. Must be greater than zero. Double.MaxValue(1.7976931348623157E+308).
    min Number
    Minimum value. If not specified, no minimum filter is applied.

    VMAttributeMinMaxInteger, VMAttributeMinMaxIntegerArgs

    While retrieving VMSizes from CRS, Min = 0 (uint.MinValue) if not specified, Max = 4294967295 (uint.MaxValue) if not specified. This allows to filter VMAttributes on all available VMSizes.
    Max int
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    Min int
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    Max int
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    Min int
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max Integer
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min Integer
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max number
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min number
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max int
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min int
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max Number
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min Number
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.

    VMAttributeMinMaxIntegerResponse, VMAttributeMinMaxIntegerResponseArgs

    While retrieving VMSizes from CRS, Min = 0 (uint.MinValue) if not specified, Max = 4294967295 (uint.MaxValue) if not specified. This allows to filter VMAttributes on all available VMSizes.
    Max int
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    Min int
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    Max int
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    Min int
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max Integer
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min Integer
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max number
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min number
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max int
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min int
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
    max Number
    Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
    min Number
    Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.

    VMAttributeSupport, VMAttributeSupportArgs

    Excluded
    Excluded All VMSizes having the feature support will be excluded.
    Included
    Included VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.
    Required
    Required Only the VMSizes having the feature support will be used.
    VMAttributeSupportExcluded
    Excluded All VMSizes having the feature support will be excluded.
    VMAttributeSupportIncluded
    Included VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.
    VMAttributeSupportRequired
    Required Only the VMSizes having the feature support will be used.
    Excluded
    Excluded All VMSizes having the feature support will be excluded.
    Included
    Included VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.
    Required
    Required Only the VMSizes having the feature support will be used.
    Excluded
    Excluded All VMSizes having the feature support will be excluded.
    Included
    Included VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.
    Required
    Required Only the VMSizes having the feature support will be used.
    EXCLUDED
    Excluded All VMSizes having the feature support will be excluded.
    INCLUDED
    Included VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.
    REQUIRED
    Required Only the VMSizes having the feature support will be used.
    "Excluded"
    Excluded All VMSizes having the feature support will be excluded.
    "Included"
    Included VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.
    "Required"
    Required Only the VMSizes having the feature support will be used.

    VMAttributes, VMAttributesArgs

    VMAttributes that will be used to filter VMSizes which will be used to launch instances.
    ArchitectureTypes List<Union<string, Pulumi.AzureNative.ComputeBulkActions.ArchitectureType>>
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    MemoryInGiB Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDouble
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    VCpuCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxInteger
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    AcceleratorCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxInteger
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorManufacturers List<Union<string, Pulumi.AzureNative.ComputeBulkActions.AcceleratorManufacturer>>
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorSupport string | Pulumi.AzureNative.ComputeBulkActions.VMAttributeSupport
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorTypes List<Union<string, Pulumi.AzureNative.ComputeBulkActions.AcceleratorType>>
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AllowedVMSizes List<string>
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    BurstableSupport string | Pulumi.AzureNative.ComputeBulkActions.VMAttributeSupport
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    CpuManufacturers List<Union<string, Pulumi.AzureNative.ComputeBulkActions.CpuManufacturer>>
    The VM CPU manufacturers specified as a list. Optional parameter.
    DataDiskCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxInteger
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    ExcludedVMSizes List<string>
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    HyperVGenerations List<Union<string, Pulumi.AzureNative.ComputeBulkActions.HyperVGeneration>>
    The hyperV generations specified as a list. Optional parameter.
    LocalStorageDiskTypes List<Union<string, Pulumi.AzureNative.ComputeBulkActions.LocalStorageDiskType>>
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageInGiB Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDouble
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageSupport string | Pulumi.AzureNative.ComputeBulkActions.VMAttributeSupport
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    MemoryInGiBPerVCpu Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDouble
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    NetworkBandwidthInMbps Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDouble
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    NetworkInterfaceCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxInteger
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    RdmaNetworkInterfaceCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxInteger
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    RdmaSupport string | Pulumi.AzureNative.ComputeBulkActions.VMAttributeSupport
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    VmCategories List<Union<string, Pulumi.AzureNative.ComputeBulkActions.VMCategory>>
    The VM category specified as a list. Optional parameter.
    ArchitectureTypes []string
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    MemoryInGiB VMAttributeMinMaxDouble
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    VCpuCount VMAttributeMinMaxInteger
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    AcceleratorCount VMAttributeMinMaxInteger
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorManufacturers []string
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorTypes []string
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AllowedVMSizes []string
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    BurstableSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    CpuManufacturers []string
    The VM CPU manufacturers specified as a list. Optional parameter.
    DataDiskCount VMAttributeMinMaxInteger
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    ExcludedVMSizes []string
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    HyperVGenerations []string
    The hyperV generations specified as a list. Optional parameter.
    LocalStorageDiskTypes []string
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageInGiB VMAttributeMinMaxDouble
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    MemoryInGiBPerVCpu VMAttributeMinMaxDouble
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    NetworkBandwidthInMbps VMAttributeMinMaxDouble
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    NetworkInterfaceCount VMAttributeMinMaxInteger
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    RdmaNetworkInterfaceCount VMAttributeMinMaxInteger
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    RdmaSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    VmCategories []string
    The VM category specified as a list. Optional parameter.
    architectureTypes List<Either<String,ArchitectureType>>
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memoryInGiB VMAttributeMinMaxDouble
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    vCpuCount VMAttributeMinMaxInteger
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    acceleratorCount VMAttributeMinMaxInteger
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorManufacturers List<Either<String,AcceleratorManufacturer>>
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorSupport String | VMAttributeSupport
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorTypes List<Either<String,AcceleratorType>>
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowedVMSizes List<String>
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstableSupport String | VMAttributeSupport
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpuManufacturers List<Either<String,CpuManufacturer>>
    The VM CPU manufacturers specified as a list. Optional parameter.
    dataDiskCount VMAttributeMinMaxInteger
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excludedVMSizes List<String>
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyperVGenerations List<Either<String,HyperVGeneration>>
    The hyperV generations specified as a list. Optional parameter.
    localStorageDiskTypes List<Either<String,LocalStorageDiskType>>
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageInGiB VMAttributeMinMaxDouble
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageSupport String | VMAttributeSupport
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memoryInGiBPerVCpu VMAttributeMinMaxDouble
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    networkBandwidthInMbps VMAttributeMinMaxDouble
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    networkInterfaceCount VMAttributeMinMaxInteger
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdmaNetworkInterfaceCount VMAttributeMinMaxInteger
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdmaSupport String | VMAttributeSupport
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vmCategories List<Either<String,VMCategory>>
    The VM category specified as a list. Optional parameter.
    architectureTypes (string | ArchitectureType)[]
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memoryInGiB VMAttributeMinMaxDouble
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    vCpuCount VMAttributeMinMaxInteger
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    acceleratorCount VMAttributeMinMaxInteger
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorManufacturers (string | AcceleratorManufacturer)[]
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorTypes (string | AcceleratorType)[]
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowedVMSizes string[]
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstableSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpuManufacturers (string | CpuManufacturer)[]
    The VM CPU manufacturers specified as a list. Optional parameter.
    dataDiskCount VMAttributeMinMaxInteger
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excludedVMSizes string[]
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyperVGenerations (string | HyperVGeneration)[]
    The hyperV generations specified as a list. Optional parameter.
    localStorageDiskTypes (string | LocalStorageDiskType)[]
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageInGiB VMAttributeMinMaxDouble
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memoryInGiBPerVCpu VMAttributeMinMaxDouble
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    networkBandwidthInMbps VMAttributeMinMaxDouble
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    networkInterfaceCount VMAttributeMinMaxInteger
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdmaNetworkInterfaceCount VMAttributeMinMaxInteger
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdmaSupport string | VMAttributeSupport
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vmCategories (string | VMCategory)[]
    The VM category specified as a list. Optional parameter.
    architecture_types Sequence[Union[str, ArchitectureType]]
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memory_in_gi_b VMAttributeMinMaxDouble
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    v_cpu_count VMAttributeMinMaxInteger
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    accelerator_count VMAttributeMinMaxInteger
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    accelerator_manufacturers Sequence[Union[str, AcceleratorManufacturer]]
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    accelerator_support str | VMAttributeSupport
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    accelerator_types Sequence[Union[str, AcceleratorType]]
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowed_vm_sizes Sequence[str]
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstable_support str | VMAttributeSupport
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpu_manufacturers Sequence[Union[str, CpuManufacturer]]
    The VM CPU manufacturers specified as a list. Optional parameter.
    data_disk_count VMAttributeMinMaxInteger
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excluded_vm_sizes Sequence[str]
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyper_v_generations Sequence[Union[str, HyperVGeneration]]
    The hyperV generations specified as a list. Optional parameter.
    local_storage_disk_types Sequence[Union[str, LocalStorageDiskType]]
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    local_storage_in_gi_b VMAttributeMinMaxDouble
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    local_storage_support str | VMAttributeSupport
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memory_in_gi_b_per_v_cpu VMAttributeMinMaxDouble
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    network_bandwidth_in_mbps VMAttributeMinMaxDouble
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    network_interface_count VMAttributeMinMaxInteger
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdma_network_interface_count VMAttributeMinMaxInteger
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdma_support str | VMAttributeSupport
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vm_categories Sequence[Union[str, VMCategory]]
    The VM category specified as a list. Optional parameter.
    architectureTypes List<String | "ARM64" | "X64">
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memoryInGiB Property Map
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    vCpuCount Property Map
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    acceleratorCount Property Map
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorManufacturers List<String | "AMD" | "Nvidia" | "Xilinx">
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorSupport String | "Excluded" | "Included" | "Required"
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorTypes List<String | "GPU" | "FPGA">
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowedVMSizes List<String>
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstableSupport String | "Excluded" | "Included" | "Required"
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpuManufacturers List<String | "Intel" | "AMD" | "Microsoft" | "Ampere">
    The VM CPU manufacturers specified as a list. Optional parameter.
    dataDiskCount Property Map
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excludedVMSizes List<String>
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyperVGenerations List<String | "Gen1" | "Gen2">
    The hyperV generations specified as a list. Optional parameter.
    localStorageDiskTypes List<String | "HDD" | "SSD">
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageInGiB Property Map
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageSupport String | "Excluded" | "Included" | "Required"
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memoryInGiBPerVCpu Property Map
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    networkBandwidthInMbps Property Map
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    networkInterfaceCount Property Map
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdmaNetworkInterfaceCount Property Map
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdmaSupport String | "Excluded" | "Included" | "Required"
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vmCategories List<String | "GeneralPurpose" | "ComputeOptimized" | "MemoryOptimized" | "StorageOptimized" | "GpuAccelerated" | "FpgaAccelerated" | "HighPerformanceCompute">
    The VM category specified as a list. Optional parameter.

    VMAttributesResponse, VMAttributesResponseArgs

    VMAttributes that will be used to filter VMSizes which will be used to launch instances.
    ArchitectureTypes List<string>
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    MemoryInGiB Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleResponse
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    VCpuCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerResponse
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    AcceleratorCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerResponse
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorManufacturers List<string>
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorSupport string
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorTypes List<string>
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AllowedVMSizes List<string>
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    BurstableSupport string
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    CpuManufacturers List<string>
    The VM CPU manufacturers specified as a list. Optional parameter.
    DataDiskCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerResponse
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    ExcludedVMSizes List<string>
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    HyperVGenerations List<string>
    The hyperV generations specified as a list. Optional parameter.
    LocalStorageDiskTypes List<string>
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageInGiB Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleResponse
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageSupport string
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    MemoryInGiBPerVCpu Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleResponse
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    NetworkBandwidthInMbps Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleResponse
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    NetworkInterfaceCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerResponse
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    RdmaNetworkInterfaceCount Pulumi.AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerResponse
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    RdmaSupport string
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    VmCategories List<string>
    The VM category specified as a list. Optional parameter.
    ArchitectureTypes []string
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    MemoryInGiB VMAttributeMinMaxDoubleResponse
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    VCpuCount VMAttributeMinMaxIntegerResponse
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    AcceleratorCount VMAttributeMinMaxIntegerResponse
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorManufacturers []string
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorSupport string
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AcceleratorTypes []string
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    AllowedVMSizes []string
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    BurstableSupport string
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    CpuManufacturers []string
    The VM CPU manufacturers specified as a list. Optional parameter.
    DataDiskCount VMAttributeMinMaxIntegerResponse
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    ExcludedVMSizes []string
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    HyperVGenerations []string
    The hyperV generations specified as a list. Optional parameter.
    LocalStorageDiskTypes []string
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageInGiB VMAttributeMinMaxDoubleResponse
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    LocalStorageSupport string
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    MemoryInGiBPerVCpu VMAttributeMinMaxDoubleResponse
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    NetworkBandwidthInMbps VMAttributeMinMaxDoubleResponse
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    NetworkInterfaceCount VMAttributeMinMaxIntegerResponse
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    RdmaNetworkInterfaceCount VMAttributeMinMaxIntegerResponse
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    RdmaSupport string
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    VmCategories []string
    The VM category specified as a list. Optional parameter.
    architectureTypes List<String>
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memoryInGiB VMAttributeMinMaxDoubleResponse
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    vCpuCount VMAttributeMinMaxIntegerResponse
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    acceleratorCount VMAttributeMinMaxIntegerResponse
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorManufacturers List<String>
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorSupport String
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorTypes List<String>
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowedVMSizes List<String>
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstableSupport String
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpuManufacturers List<String>
    The VM CPU manufacturers specified as a list. Optional parameter.
    dataDiskCount VMAttributeMinMaxIntegerResponse
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excludedVMSizes List<String>
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyperVGenerations List<String>
    The hyperV generations specified as a list. Optional parameter.
    localStorageDiskTypes List<String>
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageInGiB VMAttributeMinMaxDoubleResponse
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageSupport String
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memoryInGiBPerVCpu VMAttributeMinMaxDoubleResponse
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    networkBandwidthInMbps VMAttributeMinMaxDoubleResponse
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    networkInterfaceCount VMAttributeMinMaxIntegerResponse
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdmaNetworkInterfaceCount VMAttributeMinMaxIntegerResponse
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdmaSupport String
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vmCategories List<String>
    The VM category specified as a list. Optional parameter.
    architectureTypes string[]
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memoryInGiB VMAttributeMinMaxDoubleResponse
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    vCpuCount VMAttributeMinMaxIntegerResponse
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    acceleratorCount VMAttributeMinMaxIntegerResponse
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorManufacturers string[]
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorSupport string
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorTypes string[]
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowedVMSizes string[]
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstableSupport string
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpuManufacturers string[]
    The VM CPU manufacturers specified as a list. Optional parameter.
    dataDiskCount VMAttributeMinMaxIntegerResponse
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excludedVMSizes string[]
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyperVGenerations string[]
    The hyperV generations specified as a list. Optional parameter.
    localStorageDiskTypes string[]
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageInGiB VMAttributeMinMaxDoubleResponse
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageSupport string
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memoryInGiBPerVCpu VMAttributeMinMaxDoubleResponse
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    networkBandwidthInMbps VMAttributeMinMaxDoubleResponse
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    networkInterfaceCount VMAttributeMinMaxIntegerResponse
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdmaNetworkInterfaceCount VMAttributeMinMaxIntegerResponse
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdmaSupport string
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vmCategories string[]
    The VM category specified as a list. Optional parameter.
    architecture_types Sequence[str]
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memory_in_gi_b VMAttributeMinMaxDoubleResponse
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    v_cpu_count VMAttributeMinMaxIntegerResponse
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    accelerator_count VMAttributeMinMaxIntegerResponse
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    accelerator_manufacturers Sequence[str]
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    accelerator_support str
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    accelerator_types Sequence[str]
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowed_vm_sizes Sequence[str]
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstable_support str
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpu_manufacturers Sequence[str]
    The VM CPU manufacturers specified as a list. Optional parameter.
    data_disk_count VMAttributeMinMaxIntegerResponse
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excluded_vm_sizes Sequence[str]
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyper_v_generations Sequence[str]
    The hyperV generations specified as a list. Optional parameter.
    local_storage_disk_types Sequence[str]
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    local_storage_in_gi_b VMAttributeMinMaxDoubleResponse
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    local_storage_support str
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memory_in_gi_b_per_v_cpu VMAttributeMinMaxDoubleResponse
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    network_bandwidth_in_mbps VMAttributeMinMaxDoubleResponse
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    network_interface_count VMAttributeMinMaxIntegerResponse
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdma_network_interface_count VMAttributeMinMaxIntegerResponse
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdma_support str
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vm_categories Sequence[str]
    The VM category specified as a list. Optional parameter.
    architectureTypes List<String>
    The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
    memoryInGiB Property Map
    The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    vCpuCount Property Map
    The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
    acceleratorCount Property Map
    The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorManufacturers List<String>
    The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorSupport String
    Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    acceleratorTypes List<String>
    The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
    allowedVMSizes List<String>
    Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    burstableSupport String
    Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
    cpuManufacturers List<String>
    The VM CPU manufacturers specified as a list. Optional parameter.
    dataDiskCount Property Map
    The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    excludedVMSizes List<String>
    Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
    hyperVGenerations List<String>
    The hyperV generations specified as a list. Optional parameter.
    localStorageDiskTypes List<String>
    The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageInGiB Property Map
    LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
    localStorageSupport String
    Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
    memoryInGiBPerVCpu Property Map
    The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
    networkBandwidthInMbps Property Map
    The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    networkInterfaceCount Property Map
    The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
    rdmaNetworkInterfaceCount Property Map
    The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
    rdmaSupport String
    Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
    vmCategories List<String>
    The VM category specified as a list. Optional parameter.

    VMCategory, VMCategoryArgs

    GeneralPurpose
    GeneralPurpose
    General purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.
    ComputeOptimized
    ComputeOptimized
    Compute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.
    MemoryOptimized
    MemoryOptimized
    Memory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.
    StorageOptimized
    StorageOptimized
    Storage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. 
    Examples include Cassandra, MongoDB, Cloudera, and Redis.
    GpuAccelerated
    GpuAccelerated
    GPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. 
    These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.
    FpgaAccelerated
    FpgaAccelerated
    FPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. 
    These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. 
    Storage throughput and network bandwidth are also included for each size in this grouping.
    HighPerformanceCompute
    HighPerformanceCompute
    Azure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, 
    rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
    VMCategoryGeneralPurpose
    GeneralPurpose
    General purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.
    VMCategoryComputeOptimized
    ComputeOptimized
    Compute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.
    VMCategoryMemoryOptimized
    MemoryOptimized
    Memory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.
    VMCategoryStorageOptimized
    StorageOptimized
    Storage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. 
    Examples include Cassandra, MongoDB, Cloudera, and Redis.
    VMCategoryGpuAccelerated
    GpuAccelerated
    GPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. 
    These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.
    VMCategoryFpgaAccelerated
    FpgaAccelerated
    FPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. 
    These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. 
    Storage throughput and network bandwidth are also included for each size in this grouping.
    VMCategoryHighPerformanceCompute
    HighPerformanceCompute
    Azure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, 
    rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
    GeneralPurpose
    GeneralPurpose
    General purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.
    ComputeOptimized
    ComputeOptimized
    Compute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.
    MemoryOptimized
    MemoryOptimized
    Memory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.
    StorageOptimized
    StorageOptimized
    Storage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. 
    Examples include Cassandra, MongoDB, Cloudera, and Redis.
    GpuAccelerated
    GpuAccelerated
    GPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. 
    These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.
    FpgaAccelerated
    FpgaAccelerated
    FPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. 
    These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. 
    Storage throughput and network bandwidth are also included for each size in this grouping.
    HighPerformanceCompute
    HighPerformanceCompute
    Azure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, 
    rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
    GeneralPurpose
    GeneralPurpose
    General purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.
    ComputeOptimized
    ComputeOptimized
    Compute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.
    MemoryOptimized
    MemoryOptimized
    Memory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.
    StorageOptimized
    StorageOptimized
    Storage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. 
    Examples include Cassandra, MongoDB, Cloudera, and Redis.
    GpuAccelerated
    GpuAccelerated
    GPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. 
    These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.
    FpgaAccelerated
    FpgaAccelerated
    FPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. 
    These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. 
    Storage throughput and network bandwidth are also included for each size in this grouping.
    HighPerformanceCompute
    HighPerformanceCompute
    Azure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, 
    rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
    GENERAL_PURPOSE
    GeneralPurpose
    General purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.
    COMPUTE_OPTIMIZED
    ComputeOptimized
    Compute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.
    MEMORY_OPTIMIZED
    MemoryOptimized
    Memory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.
    STORAGE_OPTIMIZED
    StorageOptimized
    Storage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. 
    Examples include Cassandra, MongoDB, Cloudera, and Redis.
    GPU_ACCELERATED
    GpuAccelerated
    GPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. 
    These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.
    FPGA_ACCELERATED
    FpgaAccelerated
    FPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. 
    These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. 
    Storage throughput and network bandwidth are also included for each size in this grouping.
    HIGH_PERFORMANCE_COMPUTE
    HighPerformanceCompute
    Azure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, 
    rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
    "GeneralPurpose"
    GeneralPurpose
    General purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.
    "ComputeOptimized"
    ComputeOptimized
    Compute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.
    "MemoryOptimized"
    MemoryOptimized
    Memory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.
    "StorageOptimized"
    StorageOptimized
    Storage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. 
    Examples include Cassandra, MongoDB, Cloudera, and Redis.
    "GpuAccelerated"
    GpuAccelerated
    GPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. 
    These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.
    "FpgaAccelerated"
    FpgaAccelerated
    FPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. 
    These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. 
    Storage throughput and network bandwidth are also included for each size in this grouping.
    "HighPerformanceCompute"
    HighPerformanceCompute
    Azure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, 
    rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.

    VMDiskSecurityProfile, VMDiskSecurityProfileArgs

    Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs.
    DiskEncryptionSet Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.SecurityEncryptionTypes
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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" | "NonPersistedTPM"
    Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.

    VMDiskSecurityProfileResponse, VMDiskSecurityProfileResponseArgs

    Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs.
    DiskEncryptionSet Pulumi.AzureNative.ComputeBulkActions.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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in 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, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.

    VMGalleryApplication, VMGalleryApplicationArgs

    Specifies the required information to reference a compute gallery application version
    PackageReferenceId string
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    ConfigurationReference string
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    EnableAutomaticUpgrade bool
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    Order int
    Optional, Specifies the order in which the packages have to be installed
    Tags string
    Optional, Specifies a passthrough value for more generic context.
    TreatFailureAsDeploymentFailure bool
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    PackageReferenceId string
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    ConfigurationReference string
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    EnableAutomaticUpgrade bool
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    Order int
    Optional, Specifies the order in which the packages have to be installed
    Tags string
    Optional, Specifies a passthrough value for more generic context.
    TreatFailureAsDeploymentFailure bool
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    packageReferenceId String
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configurationReference String
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enableAutomaticUpgrade Boolean
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order Integer
    Optional, Specifies the order in which the packages have to be installed
    tags String
    Optional, Specifies a passthrough value for more generic context.
    treatFailureAsDeploymentFailure Boolean
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    packageReferenceId string
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configurationReference string
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enableAutomaticUpgrade boolean
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order number
    Optional, Specifies the order in which the packages have to be installed
    tags string
    Optional, Specifies a passthrough value for more generic context.
    treatFailureAsDeploymentFailure boolean
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    package_reference_id str
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configuration_reference str
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enable_automatic_upgrade bool
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order int
    Optional, Specifies the order in which the packages have to be installed
    tags str
    Optional, Specifies a passthrough value for more generic context.
    treat_failure_as_deployment_failure bool
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    packageReferenceId String
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configurationReference String
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enableAutomaticUpgrade Boolean
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order Number
    Optional, Specifies the order in which the packages have to be installed
    tags String
    Optional, Specifies a passthrough value for more generic context.
    treatFailureAsDeploymentFailure Boolean
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment

    VMGalleryApplicationResponse, VMGalleryApplicationResponseArgs

    Specifies the required information to reference a compute gallery application version
    PackageReferenceId string
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    ConfigurationReference string
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    EnableAutomaticUpgrade bool
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    Order int
    Optional, Specifies the order in which the packages have to be installed
    Tags string
    Optional, Specifies a passthrough value for more generic context.
    TreatFailureAsDeploymentFailure bool
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    PackageReferenceId string
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    ConfigurationReference string
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    EnableAutomaticUpgrade bool
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    Order int
    Optional, Specifies the order in which the packages have to be installed
    Tags string
    Optional, Specifies a passthrough value for more generic context.
    TreatFailureAsDeploymentFailure bool
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    packageReferenceId String
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configurationReference String
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enableAutomaticUpgrade Boolean
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order Integer
    Optional, Specifies the order in which the packages have to be installed
    tags String
    Optional, Specifies a passthrough value for more generic context.
    treatFailureAsDeploymentFailure Boolean
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    packageReferenceId string
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configurationReference string
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enableAutomaticUpgrade boolean
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order number
    Optional, Specifies the order in which the packages have to be installed
    tags string
    Optional, Specifies a passthrough value for more generic context.
    treatFailureAsDeploymentFailure boolean
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    package_reference_id str
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configuration_reference str
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enable_automatic_upgrade bool
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order int
    Optional, Specifies the order in which the packages have to be installed
    tags str
    Optional, Specifies a passthrough value for more generic context.
    treat_failure_as_deployment_failure bool
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment
    packageReferenceId String
    Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
    configurationReference String
    Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
    enableAutomaticUpgrade Boolean
    If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
    order Number
    Optional, Specifies the order in which the packages have to be installed
    tags String
    Optional, Specifies a passthrough value for more generic context.
    treatFailureAsDeploymentFailure Boolean
    Optional, If true, any failure for any operation in the VmApplication will fail the deployment

    VaultCertificate, VaultCertificateArgs

    Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
    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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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

    Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
    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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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 .crt for the X509 certificate file and .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

    Describes a set of certificates which are all in the same Key Vault.
    SourceVault Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResource
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates List<Pulumi.AzureNative.ComputeBulkActions.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

    Describes a set of certificates which are all in the same Key Vault.
    SourceVault Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates List<Pulumi.AzureNative.ComputeBulkActions.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

    Describes the uri of a disk.
    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

    Describes the uri of a disk.
    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.

    VirtualMachineExtension, VirtualMachineExtensionArgs

    Defines a virtual machine extension.
    Name string
    The name of the virtual machine extension.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtensionProperties
    Properties of the virtual machine extension.
    Name string
    The name of the virtual machine extension.
    Properties VirtualMachineExtensionProperties
    Properties of the virtual machine extension.
    name String
    The name of the virtual machine extension.
    properties VirtualMachineExtensionProperties
    Properties of the virtual machine extension.
    name string
    The name of the virtual machine extension.
    properties VirtualMachineExtensionProperties
    Properties of the virtual machine extension.
    name str
    The name of the virtual machine extension.
    properties VirtualMachineExtensionProperties
    Properties of the virtual machine extension.
    name String
    The name of the virtual machine extension.
    properties Property Map
    Properties of the virtual machine extension.

    VirtualMachineExtensionProperties, VirtualMachineExtensionPropertiesArgs

    Describes the properties of a Virtual Machine Extension.
    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.
    ProtectedSettings object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault Pulumi.AzureNative.ComputeBulkActions.Inputs.KeyVaultSecretReference
    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.
    Type string
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    TypeHandlerVersion string
    Specifies the version of the script handler.
    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.
    ProtectedSettings interface{}
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault KeyVaultSecretReference
    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.
    Type string
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    TypeHandlerVersion string
    Specifies the version of the script handler.
    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.
    protectedSettings Object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault KeyVaultSecretReference
    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.
    type String
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    typeHandlerVersion String
    Specifies the version of the script handler.
    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.
    protectedSettings any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault KeyVaultSecretReference
    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.
    type string
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    typeHandlerVersion string
    Specifies the version of the script handler.
    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.
    protected_settings Any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protected_settings_from_key_vault KeyVaultSecretReference
    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.
    type str
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    type_handler_version str
    Specifies the version of the script handler.
    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.
    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.
    type String
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    typeHandlerVersion String
    Specifies the version of the script handler.

    VirtualMachineExtensionPropertiesResponse, VirtualMachineExtensionPropertiesResponseArgs

    Describes the properties of a Virtual Machine Extension.
    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.
    ProtectedSettings object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault Pulumi.AzureNative.ComputeBulkActions.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.
    Type string
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    TypeHandlerVersion string
    Specifies the version of the script handler.
    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.
    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.
    Type string
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    TypeHandlerVersion string
    Specifies the version of the script handler.
    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.
    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.
    type String
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    typeHandlerVersion String
    Specifies the version of the script handler.
    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.
    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.
    type string
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    typeHandlerVersion string
    Specifies the version of the script handler.
    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.
    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.
    type str
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    type_handler_version str
    Specifies the version of the script handler.
    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.
    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.
    type String
    Specifies the type of the extension; an example is 'CustomScriptExtension'.
    typeHandlerVersion String
    Specifies the version of the script handler.

    VirtualMachineExtensionResponse, VirtualMachineExtensionResponseArgs

    Defines a virtual machine extension.
    Name string
    The name of the virtual machine extension.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtensionPropertiesResponse
    Properties of the virtual machine extension.
    Name string
    The name of the virtual machine extension.
    Properties VirtualMachineExtensionPropertiesResponse
    Properties of the virtual machine extension.
    name String
    The name of the virtual machine extension.
    properties VirtualMachineExtensionPropertiesResponse
    Properties of the virtual machine extension.
    name string
    The name of the virtual machine extension.
    properties VirtualMachineExtensionPropertiesResponse
    Properties of the virtual machine extension.
    name str
    The name of the virtual machine extension.
    properties VirtualMachineExtensionPropertiesResponse
    Properties of the virtual machine extension.
    name String
    The name of the virtual machine extension.
    properties Property Map
    Properties of the virtual machine extension.

    VirtualMachineIpTag, VirtualMachineIpTagArgs

    Contains the IP tag associated with the public IP address.
    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

    Contains the IP tag associated with the public IP address.
    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

    Describes a virtual machine network interface configurations.
    Name string
    The network interface configuration name.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfigurationProperties
    Describes a virtual machine network profile's IP configuration.
    Tags Dictionary<string, string>
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    Name string
    The network interface configuration name.
    Properties VirtualMachineNetworkInterfaceConfigurationProperties
    Describes a virtual machine network profile's IP configuration.
    Tags map[string]string
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name String
    The network interface configuration name.
    properties VirtualMachineNetworkInterfaceConfigurationProperties
    Describes a virtual machine network profile's IP configuration.
    tags Map<String,String>
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name string
    The network interface configuration name.
    properties VirtualMachineNetworkInterfaceConfigurationProperties
    Describes a virtual machine network profile's IP configuration.
    tags {[key: string]: string}
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name str
    The network interface configuration name.
    properties VirtualMachineNetworkInterfaceConfigurationProperties
    Describes a virtual machine network profile's IP configuration.
    tags Mapping[str, str]
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name String
    The network interface configuration name.
    properties Property Map
    Describes a virtual machine network profile's IP configuration.
    tags Map<String>
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration

    VirtualMachineNetworkInterfaceConfigurationProperties, VirtualMachineNetworkInterfaceConfigurationPropertiesArgs

    Describes a virtual machine network profile's IP configuration.
    IpConfigurations List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfiguration>
    Specifies the IP configurations of the network interface.
    AuxiliaryMode string | Pulumi.AzureNative.ComputeBulkActions.NetworkInterfaceAuxiliaryMode
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    AuxiliarySku string | Pulumi.AzureNative.ComputeBulkActions.NetworkInterfaceAuxiliarySku
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    DeleteOption string | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceDnsSettingsConfiguration
    The dns settings to be applied on the network interfaces.
    DscpConfiguration Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResource
    The DSCP configuration for the network interface.
    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.ComputeBulkActions.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.
    AuxiliaryMode string | NetworkInterfaceAuxiliaryMode
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    AuxiliarySku string | NetworkInterfaceAuxiliarySku
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliaryMode String | NetworkInterfaceAuxiliaryMode
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliarySku String | NetworkInterfaceAuxiliarySku
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliaryMode string | NetworkInterfaceAuxiliaryMode
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliarySku string | NetworkInterfaceAuxiliarySku
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliary_mode str | NetworkInterfaceAuxiliaryMode
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliary_sku str | NetworkInterfaceAuxiliarySku
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliaryMode String | "None" | "AcceleratedConnections" | "Floating"
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliarySku String | "None" | "A1" | "A2" | "A4" | "A8"
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.

    VirtualMachineNetworkInterfaceConfigurationPropertiesResponse, VirtualMachineNetworkInterfaceConfigurationPropertiesResponseArgs

    Describes a virtual machine network profile's IP configuration.
    IpConfigurations List<Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfigurationResponse>
    Specifies the IP configurations of the network interface.
    AuxiliaryMode string
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    AuxiliarySku string
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse
    The dns settings to be applied on the network interfaces.
    DscpConfiguration Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResourceResponse
    The DSCP configuration for the network interface.
    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.ComputeBulkActions.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.
    AuxiliaryMode string
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    AuxiliarySku string
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliaryMode String
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliarySku String
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliaryMode string
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliarySku string
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliary_mode str
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliary_sku str
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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.
    auxiliaryMode String
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    auxiliarySku String
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    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
    The DSCP configuration for the network interface.
    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

    Describes a virtual machine network interface configurations.
    Name string
    The network interface configuration name.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfigurationPropertiesResponse
    Describes a virtual machine network profile's IP configuration.
    Tags Dictionary<string, string>
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    Name string
    The network interface configuration name.
    Properties VirtualMachineNetworkInterfaceConfigurationPropertiesResponse
    Describes a virtual machine network profile's IP configuration.
    Tags map[string]string
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name String
    The network interface configuration name.
    properties VirtualMachineNetworkInterfaceConfigurationPropertiesResponse
    Describes a virtual machine network profile's IP configuration.
    tags Map<String,String>
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name string
    The network interface configuration name.
    properties VirtualMachineNetworkInterfaceConfigurationPropertiesResponse
    Describes a virtual machine network profile's IP configuration.
    tags {[key: string]: string}
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name str
    The network interface configuration name.
    properties VirtualMachineNetworkInterfaceConfigurationPropertiesResponse
    Describes a virtual machine network profile's IP configuration.
    tags Mapping[str, str]
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
    name String
    The network interface configuration name.
    properties Property Map
    Describes a virtual machine network profile's IP configuration.
    tags Map<String>
    Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration

    VirtualMachineNetworkInterfaceDnsSettingsConfiguration, VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs

    Describes a virtual machines network configuration's DNS settings.
    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

    Describes a virtual machines network configuration's DNS settings.
    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

    Describes a virtual machine network profile's IP configuration.
    Name string
    The IP configuration name.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfigurationProperties
    Describes a virtual machine network interface IP configuration properties.
    Name string
    The IP configuration name.
    Properties VirtualMachineNetworkInterfaceIPConfigurationProperties
    Describes a virtual machine network interface IP configuration properties.
    name String
    The IP configuration name.
    properties VirtualMachineNetworkInterfaceIPConfigurationProperties
    Describes a virtual machine network interface IP configuration properties.
    name string
    The IP configuration name.
    properties VirtualMachineNetworkInterfaceIPConfigurationProperties
    Describes a virtual machine network interface IP configuration properties.
    name str
    The IP configuration name.
    properties VirtualMachineNetworkInterfaceIPConfigurationProperties
    Describes a virtual machine network interface IP configuration properties.
    name String
    The IP configuration name.
    properties Property Map
    Describes a virtual machine network interface IP configuration properties.

    VirtualMachineNetworkInterfaceIPConfigurationProperties, VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs

    Describes a virtual machine network interface IP configuration properties.
    ApplicationGatewayBackendAddressPools List<Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.SubResource>
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools List<Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfiguration
    The publicIPAddressConfiguration.
    Subnet Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResource
    Specifies the identifier of the subnet.
    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.
    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.
    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.
    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.
    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.

    VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponse, VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponseArgs

    Describes a virtual machine network interface IP configuration properties.
    ApplicationGatewayBackendAddressPools List<Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.SubResourceResponse>
    Specifies an array of references to application security group.
    LoadBalancerBackendAddressPools List<Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfigurationResponse
    The publicIPAddressConfiguration.
    Subnet Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResourceResponse
    Specifies the identifier of the subnet.
    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.
    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.
    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.
    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.
    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.

    VirtualMachineNetworkInterfaceIPConfigurationResponse, VirtualMachineNetworkInterfaceIPConfigurationResponseArgs

    Describes a virtual machine network profile's IP configuration.
    Name string
    The IP configuration name.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponse
    Describes a virtual machine network interface IP configuration properties.
    Name string
    The IP configuration name.
    Properties VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponse
    Describes a virtual machine network interface IP configuration properties.
    name String
    The IP configuration name.
    properties VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponse
    Describes a virtual machine network interface IP configuration properties.
    name string
    The IP configuration name.
    properties VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponse
    Describes a virtual machine network interface IP configuration properties.
    name str
    The IP configuration name.
    properties VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponse
    Describes a virtual machine network interface IP configuration properties.
    name String
    The IP configuration name.
    properties Property Map
    Describes a virtual machine network interface IP configuration properties.

    VirtualMachineProfile, VirtualMachineProfileArgs

    Describes the properties of a Virtual Machine.
    AdditionalCapabilities Pulumi.AzureNative.ComputeBulkActions.Inputs.AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine.
    ApplicationProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.ApplicationProfile
    Specifies the gallery applications that should be made available to the VM.
    CapacityReservation Pulumi.AzureNative.ComputeBulkActions.Inputs.CapacityReservationProfile
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    DiagnosticsProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    ExtensionsTimeBudget string
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    NetworkProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.NetworkProfile
    Specifies the network interfaces of the virtual machine.
    OsProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.OSProfile
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    ScheduledEventsPolicy Pulumi.AzureNative.ComputeBulkActions.Inputs.ScheduledEventsPolicy
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    ScheduledEventsProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    SecurityProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    StorageProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.StorageProfile
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    AdditionalCapabilities AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine.
    ApplicationProfile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM.
    CapacityReservation CapacityReservationProfile
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    DiagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    ExtensionsTimeBudget string
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    NetworkProfile NetworkProfile
    Specifies the network interfaces of the virtual machine.
    OsProfile OSProfile
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    ScheduledEventsPolicy ScheduledEventsPolicy
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    ScheduledEventsProfile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    SecurityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    StorageProfile StorageProfile
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additionalCapabilities AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine.
    applicationProfile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM.
    capacityReservation CapacityReservationProfile
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensionsTimeBudget String
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    networkProfile NetworkProfile
    Specifies the network interfaces of the virtual machine.
    osProfile OSProfile
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduledEventsPolicy ScheduledEventsPolicy
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduledEventsProfile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    securityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    storageProfile StorageProfile
    Specifies the storage settings for the virtual machine disks.
    userData String
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additionalCapabilities AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine.
    applicationProfile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM.
    capacityReservation CapacityReservationProfile
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensionsTimeBudget string
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    networkProfile NetworkProfile
    Specifies the network interfaces of the virtual machine.
    osProfile OSProfile
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduledEventsPolicy ScheduledEventsPolicy
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduledEventsProfile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    securityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    storageProfile StorageProfile
    Specifies the storage settings for the virtual machine disks.
    userData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additional_capabilities AdditionalCapabilities
    Specifies additional capabilities enabled or disabled on the virtual machine.
    application_profile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM.
    capacity_reservation CapacityReservationProfile
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnostics_profile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensions_time_budget str
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    network_profile NetworkProfile
    Specifies the network interfaces of the virtual machine.
    os_profile OSProfile
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduled_events_policy ScheduledEventsPolicy
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduled_events_profile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    security_profile SecurityProfile
    Specifies the Security related profile settings for the virtual machine.
    storage_profile StorageProfile
    Specifies the storage settings for the virtual machine disks.
    user_data str
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additionalCapabilities Property Map
    Specifies additional capabilities enabled or disabled on the virtual machine.
    applicationProfile Property Map
    Specifies the gallery applications that should be made available to the VM.
    capacityReservation Property Map
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnosticsProfile Property Map
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensionsTimeBudget String
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    networkProfile Property Map
    Specifies the network interfaces of the virtual machine.
    osProfile Property Map
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduledEventsPolicy Property Map
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduledEventsProfile Property Map
    Specifies Scheduled Event related configurations.
    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.
    userData String
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.

    VirtualMachineProfileResponse, VirtualMachineProfileResponseArgs

    Describes the properties of a Virtual Machine.
    AdditionalCapabilities Pulumi.AzureNative.ComputeBulkActions.Inputs.AdditionalCapabilitiesResponse
    Specifies additional capabilities enabled or disabled on the virtual machine.
    ApplicationProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM.
    CapacityReservation Pulumi.AzureNative.ComputeBulkActions.Inputs.CapacityReservationProfileResponse
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    DiagnosticsProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    ExtensionsTimeBudget string
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    NetworkProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.NetworkProfileResponse
    Specifies the network interfaces of the virtual machine.
    OsProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.OSProfileResponse
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    ScheduledEventsPolicy Pulumi.AzureNative.ComputeBulkActions.Inputs.ScheduledEventsPolicyResponse
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    ScheduledEventsProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    SecurityProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machine.
    StorageProfile Pulumi.AzureNative.ComputeBulkActions.Inputs.StorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    AdditionalCapabilities AdditionalCapabilitiesResponse
    Specifies additional capabilities enabled or disabled on the virtual machine.
    ApplicationProfile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM.
    CapacityReservation CapacityReservationProfileResponse
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    DiagnosticsProfile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    ExtensionsTimeBudget string
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    NetworkProfile NetworkProfileResponse
    Specifies the network interfaces of the virtual machine.
    OsProfile OSProfileResponse
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    ScheduledEventsPolicy ScheduledEventsPolicyResponse
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    ScheduledEventsProfile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    SecurityProfile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machine.
    StorageProfile StorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additionalCapabilities AdditionalCapabilitiesResponse
    Specifies additional capabilities enabled or disabled on the virtual machine.
    applicationProfile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM.
    capacityReservation CapacityReservationProfileResponse
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensionsTimeBudget String
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    networkProfile NetworkProfileResponse
    Specifies the network interfaces of the virtual machine.
    osProfile OSProfileResponse
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduledEventsPolicy ScheduledEventsPolicyResponse
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduledEventsProfile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    securityProfile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machine.
    storageProfile StorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    userData String
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additionalCapabilities AdditionalCapabilitiesResponse
    Specifies additional capabilities enabled or disabled on the virtual machine.
    applicationProfile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM.
    capacityReservation CapacityReservationProfileResponse
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensionsTimeBudget string
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    networkProfile NetworkProfileResponse
    Specifies the network interfaces of the virtual machine.
    osProfile OSProfileResponse
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduledEventsPolicy ScheduledEventsPolicyResponse
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduledEventsProfile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    securityProfile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machine.
    storageProfile StorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    userData string
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additional_capabilities AdditionalCapabilitiesResponse
    Specifies additional capabilities enabled or disabled on the virtual machine.
    application_profile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM.
    capacity_reservation CapacityReservationProfileResponse
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnostics_profile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensions_time_budget str
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    network_profile NetworkProfileResponse
    Specifies the network interfaces of the virtual machine.
    os_profile OSProfileResponse
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduled_events_policy ScheduledEventsPolicyResponse
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduled_events_profile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    security_profile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machine.
    storage_profile StorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    user_data str
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
    additionalCapabilities Property Map
    Specifies additional capabilities enabled or disabled on the virtual machine.
    applicationProfile Property Map
    Specifies the gallery applications that should be made available to the VM.
    capacityReservation Property Map
    Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
    diagnosticsProfile Property Map
    Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
    extensionsTimeBudget String
    Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
    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
    networkProfile Property Map
    Specifies the network interfaces of the virtual machine.
    osProfile Property Map
    Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
    scheduledEventsPolicy Property Map
    Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
    scheduledEventsProfile Property Map
    Specifies Scheduled Event related configurations.
    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.
    userData String
    UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.

    VirtualMachinePublicIPAddressConfiguration, VirtualMachinePublicIPAddressConfigurationArgs

    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    Name string
    The publicIP address configuration name.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfigurationProperties
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    Sku Pulumi.AzureNative.ComputeBulkActions.Inputs.PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Tags Dictionary<string, string>
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    Name string
    The publicIP address configuration name.
    Properties VirtualMachinePublicIPAddressConfigurationProperties
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    Sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Tags map[string]string
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name String
    The publicIP address configuration name.
    properties VirtualMachinePublicIPAddressConfigurationProperties
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags Map<String,String>
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name string
    The publicIP address configuration name.
    properties VirtualMachinePublicIPAddressConfigurationProperties
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags {[key: string]: string}
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name str
    The publicIP address configuration name.
    properties VirtualMachinePublicIPAddressConfigurationProperties
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku PublicIPAddressSku
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags Mapping[str, str]
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name String
    The publicIP address configuration name.
    properties Property Map
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku Property Map
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags Map<String>
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration

    VirtualMachinePublicIPAddressConfigurationProperties, VirtualMachinePublicIPAddressConfigurationPropertiesArgs

    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    DeleteOption string | Pulumi.AzureNative.ComputeBulkActions.DeleteOptions
    Specify what happens to the public IP address when the VM is deleted
    DnsSettings Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.Inputs.VirtualMachineIpTag>
    The list of IP tags associated with the public IP address.
    PublicIPAddressVersion string | Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.PublicIPAllocationMethod
    Specify the public IP allocation type
    PublicIPPrefix Pulumi.AzureNative.ComputeBulkActions.Inputs.SubResource
    The PublicIPPrefix from which to allocate publicIP addresses.
    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.
    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.
    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.
    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.
    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.

    VirtualMachinePublicIPAddressConfigurationPropertiesResponse, VirtualMachinePublicIPAddressConfigurationPropertiesResponseArgs

    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    DeleteOption string
    Specify what happens to the public IP address when the VM is deleted
    DnsSettings Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.ComputeBulkActions.Inputs.SubResourceResponse
    The PublicIPPrefix from which to allocate publicIP addresses.
    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.
    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.
    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.
    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.
    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.

    VirtualMachinePublicIPAddressConfigurationResponse, VirtualMachinePublicIPAddressConfigurationResponseArgs

    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    Name string
    The publicIP address configuration name.
    Properties Pulumi.AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfigurationPropertiesResponse
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    Sku Pulumi.AzureNative.ComputeBulkActions.Inputs.PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Tags Dictionary<string, string>
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    Name string
    The publicIP address configuration name.
    Properties VirtualMachinePublicIPAddressConfigurationPropertiesResponse
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    Sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    Tags map[string]string
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name String
    The publicIP address configuration name.
    properties VirtualMachinePublicIPAddressConfigurationPropertiesResponse
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags Map<String,String>
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name string
    The publicIP address configuration name.
    properties VirtualMachinePublicIPAddressConfigurationPropertiesResponse
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags {[key: string]: string}
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name str
    The publicIP address configuration name.
    properties VirtualMachinePublicIPAddressConfigurationPropertiesResponse
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku PublicIPAddressSkuResponse
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags Mapping[str, str]
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
    name String
    The publicIP address configuration name.
    properties Property Map
    Describes a virtual machines IP Configuration's PublicIPAddress configuration
    sku Property Map
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    tags Map<String>
    Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration

    VirtualMachinePublicIPAddressDnsSettingsConfiguration, VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs

    Describes a virtual machines network configuration's DNS settings.
    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.
    DomainNameLabelScope string | Pulumi.AzureNative.ComputeBulkActions.DomainNameLabelScopeTypes
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    DomainNameLabelScope string | DomainNameLabelScopeTypes
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domainNameLabelScope String | DomainNameLabelScopeTypes
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domainNameLabelScope string | DomainNameLabelScopeTypes
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domain_name_label_scope str | DomainNameLabelScopeTypes
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domainNameLabelScope String | "TenantReuse" | "SubscriptionReuse" | "ResourceGroupReuse" | "NoReuse"
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.

    VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse, VirtualMachinePublicIPAddressDnsSettingsConfigurationResponseArgs

    Describes a virtual machines network configuration's DNS settings.
    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.
    DomainNameLabelScope string
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    DomainNameLabelScope string
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domainNameLabelScope String
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domainNameLabelScope string
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domain_name_label_scope str
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope 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.
    domainNameLabelScope String
    The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.

    VirtualMachineType, VirtualMachineTypeArgs

    Regular
    Regular Default. Regular/On-demand VMs will be launched
    Spot
    Spot Spot VMs will be launched.
    VirtualMachineTypeRegular
    Regular Default. Regular/On-demand VMs will be launched
    VirtualMachineTypeSpot
    Spot Spot VMs will be launched.
    Regular
    Regular Default. Regular/On-demand VMs will be launched
    Spot
    Spot Spot VMs will be launched.
    Regular
    Regular Default. Regular/On-demand VMs will be launched
    Spot
    Spot Spot VMs will be launched.
    REGULAR
    Regular Default. Regular/On-demand VMs will be launched
    SPOT
    Spot Spot VMs will be launched.
    "Regular"
    Regular Default. Regular/On-demand VMs will be launched
    "Spot"
    Spot Spot VMs will be launched.

    VmSizeProfile, VmSizeProfileArgs

    Specifications about a VM Size. This will also contain the corresponding rank and weight in future.
    Name string
    The Sku name (e.g. 'Standard_DS1_v2')
    Rank int
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    Name string
    The Sku name (e.g. 'Standard_DS1_v2')
    Rank int
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name String
    The Sku name (e.g. 'Standard_DS1_v2')
    rank Integer
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name string
    The Sku name (e.g. 'Standard_DS1_v2')
    rank number
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name str
    The Sku name (e.g. 'Standard_DS1_v2')
    rank int
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name String
    The Sku name (e.g. 'Standard_DS1_v2')
    rank Number
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.

    VmSizeProfileResponse, VmSizeProfileResponseArgs

    Specifications about a VM Size. This will also contain the corresponding rank and weight in future.
    Name string
    The Sku name (e.g. 'Standard_DS1_v2')
    Rank int
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    Name string
    The Sku name (e.g. 'Standard_DS1_v2')
    Rank int
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name String
    The Sku name (e.g. 'Standard_DS1_v2')
    rank Integer
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name string
    The Sku name (e.g. 'Standard_DS1_v2')
    rank number
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name str
    The Sku name (e.g. 'Standard_DS1_v2')
    rank int
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
    name String
    The Sku name (e.g. 'Standard_DS1_v2')
    rank Number
    The rank of the VM size. This is used with 'AllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.

    WinRMConfiguration, WinRMConfigurationArgs

    Describes Windows Remote Management configuration of the VM
    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

    Describes Windows Remote Management configuration of the VM
    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

    Describes Protocol and thumbprint of Windows Remote Management listener
    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 | Pulumi.AzureNative.ComputeBulkActions.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 string | 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 String | 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 string | 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 str | 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 String | "Http" | "Https"
    Specifies the protocol of WinRM listener. Possible values are: http, https.

    WinRMListenerResponse, WinRMListenerResponseArgs

    Describes Protocol and thumbprint of Windows Remote Management listener
    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

    Specifies Windows operating system settings on the virtual machine.
    AdditionalUnattendContent List<Pulumi.AzureNative.ComputeBulkActions.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.
    PatchSettings Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.
    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.
    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.
    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.
    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.
    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

    Specifies Windows operating system settings on the virtual machine.
    AdditionalUnattendContent List<Pulumi.AzureNative.ComputeBulkActions.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.
    PatchSettings Pulumi.AzureNative.ComputeBulkActions.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.ComputeBulkActions.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.
    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.
    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.
    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.
    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.
    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 ImageDefault patch assessment mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform patch assessment mode
    WindowsPatchAssessmentModeImageDefault
    ImageDefault ImageDefault patch assessment mode
    WindowsPatchAssessmentModeAutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform patch assessment mode
    ImageDefault
    ImageDefault ImageDefault patch assessment mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform patch assessment mode
    ImageDefault
    ImageDefault ImageDefault patch assessment mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform patch assessment mode
    IMAGE_DEFAULT
    ImageDefault ImageDefault patch assessment mode
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform AutomaticByPlatform patch assessment mode
    "ImageDefault"
    ImageDefault ImageDefault patch assessment mode
    "AutomaticByPlatform"
    AutomaticByPlatform AutomaticByPlatform patch assessment mode

    WindowsVMGuestPatchAutomaticByPlatformRebootSetting, WindowsVMGuestPatchAutomaticByPlatformRebootSettingArgs

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

    WindowsVMGuestPatchAutomaticByPlatformSettings, WindowsVMGuestPatchAutomaticByPlatformSettingsArgs

    Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
    BypassPlatformSafetyChecksOnUserSchedule bool
    Enables customer to schedule patching without accidental upgrades
    RebootSetting string | Pulumi.AzureNative.ComputeBulkActions.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

    Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
    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 Manual VM guest patch mode
    AutomaticByOS
    AutomaticByOS AutomaticByOS VM guest patch mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform VM guest patch mode
    WindowsVMGuestPatchModeManual
    Manual Manual VM guest patch mode
    WindowsVMGuestPatchModeAutomaticByOS
    AutomaticByOS AutomaticByOS VM guest patch mode
    WindowsVMGuestPatchModeAutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform VM guest patch mode
    Manual
    Manual Manual VM guest patch mode
    AutomaticByOS
    AutomaticByOS AutomaticByOS VM guest patch mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform VM guest patch mode
    Manual
    Manual Manual VM guest patch mode
    AutomaticByOS
    AutomaticByOS AutomaticByOS VM guest patch mode
    AutomaticByPlatform
    AutomaticByPlatform AutomaticByPlatform VM guest patch mode
    MANUAL
    Manual Manual VM guest patch mode
    AUTOMATIC_BY_OS
    AutomaticByOS AutomaticByOS VM guest patch mode
    AUTOMATIC_BY_PLATFORM
    AutomaticByPlatform AutomaticByPlatform VM guest patch mode
    "Manual"
    Manual Manual VM guest patch mode
    "AutomaticByOS"
    AutomaticByOS AutomaticByOS VM guest patch mode
    "AutomaticByPlatform"
    AutomaticByPlatform AutomaticByPlatform VM guest patch mode

    ZoneAllocationPolicy, ZoneAllocationPolicyArgs

    ZoneAllocationPolicy for LaunchBulkInstancesOperation.
    DistributionStrategy string | Pulumi.AzureNative.ComputeBulkActions.ZoneDistributionStrategy
    Distribution strategy used for zone allocation policy.
    ZonePreferences List<Pulumi.AzureNative.ComputeBulkActions.Inputs.ZonePreference>
    Zone preferences, required when zone distribution strategy is Prioritized.
    DistributionStrategy string | ZoneDistributionStrategy
    Distribution strategy used for zone allocation policy.
    ZonePreferences []ZonePreference
    Zone preferences, required when zone distribution strategy is Prioritized.
    distributionStrategy String | ZoneDistributionStrategy
    Distribution strategy used for zone allocation policy.
    zonePreferences List<ZonePreference>
    Zone preferences, required when zone distribution strategy is Prioritized.
    distributionStrategy string | ZoneDistributionStrategy
    Distribution strategy used for zone allocation policy.
    zonePreferences ZonePreference[]
    Zone preferences, required when zone distribution strategy is Prioritized.
    distribution_strategy str | ZoneDistributionStrategy
    Distribution strategy used for zone allocation policy.
    zone_preferences Sequence[ZonePreference]
    Zone preferences, required when zone distribution strategy is Prioritized.
    distributionStrategy String | "BestEffortSingleZone" | "Prioritized" | "BestEffortBalanced" | "StrictBalanced"
    Distribution strategy used for zone allocation policy.
    zonePreferences List<Property Map>
    Zone preferences, required when zone distribution strategy is Prioritized.

    ZoneAllocationPolicyResponse, ZoneAllocationPolicyResponseArgs

    ZoneAllocationPolicy for LaunchBulkInstancesOperation.
    DistributionStrategy string
    Distribution strategy used for zone allocation policy.
    ZonePreferences List<Pulumi.AzureNative.ComputeBulkActions.Inputs.ZonePreferenceResponse>
    Zone preferences, required when zone distribution strategy is Prioritized.
    DistributionStrategy string
    Distribution strategy used for zone allocation policy.
    ZonePreferences []ZonePreferenceResponse
    Zone preferences, required when zone distribution strategy is Prioritized.
    distributionStrategy String
    Distribution strategy used for zone allocation policy.
    zonePreferences List<ZonePreferenceResponse>
    Zone preferences, required when zone distribution strategy is Prioritized.
    distributionStrategy string
    Distribution strategy used for zone allocation policy.
    zonePreferences ZonePreferenceResponse[]
    Zone preferences, required when zone distribution strategy is Prioritized.
    distribution_strategy str
    Distribution strategy used for zone allocation policy.
    zone_preferences Sequence[ZonePreferenceResponse]
    Zone preferences, required when zone distribution strategy is Prioritized.
    distributionStrategy String
    Distribution strategy used for zone allocation policy.
    zonePreferences List<Property Map>
    Zone preferences, required when zone distribution strategy is Prioritized.

    ZoneDistributionStrategy, ZoneDistributionStrategyArgs

    BestEffortSingleZone
    BestEffortSingleZone
    Default. Launch instances in a single zone based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.
    Prioritized
    Prioritized
    Launch instances based on zone preferences.
    Higher priority zones are filled first before allocating to lower priority zones.
    BestEffortBalanced
    BestEffortBalanced
    Balance launching instances across zones specified based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.
    StrictBalanced
    StrictBalanced Launch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
    ZoneDistributionStrategyBestEffortSingleZone
    BestEffortSingleZone
    Default. Launch instances in a single zone based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.
    ZoneDistributionStrategyPrioritized
    Prioritized
    Launch instances based on zone preferences.
    Higher priority zones are filled first before allocating to lower priority zones.
    ZoneDistributionStrategyBestEffortBalanced
    BestEffortBalanced
    Balance launching instances across zones specified based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.
    ZoneDistributionStrategyStrictBalanced
    StrictBalanced Launch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
    BestEffortSingleZone
    BestEffortSingleZone
    Default. Launch instances in a single zone based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.
    Prioritized
    Prioritized
    Launch instances based on zone preferences.
    Higher priority zones are filled first before allocating to lower priority zones.
    BestEffortBalanced
    BestEffortBalanced
    Balance launching instances across zones specified based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.
    StrictBalanced
    StrictBalanced Launch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
    BestEffortSingleZone
    BestEffortSingleZone
    Default. Launch instances in a single zone based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.
    Prioritized
    Prioritized
    Launch instances based on zone preferences.
    Higher priority zones are filled first before allocating to lower priority zones.
    BestEffortBalanced
    BestEffortBalanced
    Balance launching instances across zones specified based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.
    StrictBalanced
    StrictBalanced Launch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
    BEST_EFFORT_SINGLE_ZONE
    BestEffortSingleZone
    Default. Launch instances in a single zone based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.
    PRIORITIZED
    Prioritized
    Launch instances based on zone preferences.
    Higher priority zones are filled first before allocating to lower priority zones.
    BEST_EFFORT_BALANCED
    BestEffortBalanced
    Balance launching instances across zones specified based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.
    STRICT_BALANCED
    StrictBalanced Launch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
    "BestEffortSingleZone"
    BestEffortSingleZone
    Default. Launch instances in a single zone based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.
    "Prioritized"
    Prioritized
    Launch instances based on zone preferences.
    Higher priority zones are filled first before allocating to lower priority zones.
    "BestEffortBalanced"
    BestEffortBalanced
    Balance launching instances across zones specified based on best effort.
    If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.
    "StrictBalanced"
    StrictBalanced Launch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.

    ZonePreference, ZonePreferenceArgs

    Zone preferences for LaunchBulkInstancesOperation zone allocation policy.
    Zone string
    Name of the zone.
    Rank int
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    Zone string
    Name of the zone.
    Rank int
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone String
    Name of the zone.
    rank Integer
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone string
    Name of the zone.
    rank number
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone str
    Name of the zone.
    rank int
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone String
    Name of the zone.
    rank Number
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.

    ZonePreferenceResponse, ZonePreferenceResponseArgs

    Zone preferences for LaunchBulkInstancesOperation zone allocation policy.
    Zone string
    Name of the zone.
    Rank int
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    Zone string
    Name of the zone.
    Rank int
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone String
    Name of the zone.
    rank Integer
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone string
    Name of the zone.
    rank number
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone str
    Name of the zone.
    rank int
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.
    zone String
    Name of the zone.
    rank Number
    The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy.
    The lower the number, the higher the priority, starting with 0.
    0 is the highest rank. If not specified, defaults to lowest rank.

    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 v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.16.0
    published on Friday, Mar 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.