1. Packages
  2. Azure Native
  3. API Docs
  4. azurefleet
  5. Fleet
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi

azure-native.azurefleet.Fleet

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi

    An Compute Fleet resource Azure REST API version: 2024-05-01-preview.

    Other available API versions: 2023-11-01-preview.

    Import

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

    $ pulumi import azure-native:azurefleet:Fleet testFleet /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets/{fleetName} 
    

    Create Fleet Resource

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

    Constructor syntax

    new Fleet(name: string, args: FleetArgs, opts?: CustomResourceOptions);
    @overload
    def Fleet(resource_name: str,
              args: FleetArgs,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def Fleet(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              compute_profile: Optional[ComputeProfileArgs] = None,
              resource_group_name: Optional[str] = None,
              vm_sizes_profile: Optional[Sequence[VmSizeProfileArgs]] = None,
              fleet_name: Optional[str] = None,
              identity: Optional[ManagedServiceIdentityArgs] = None,
              location: Optional[str] = None,
              plan: Optional[PlanArgs] = None,
              regular_priority_profile: Optional[RegularPriorityProfileArgs] = None,
              spot_priority_profile: Optional[SpotPriorityProfileArgs] = None,
              tags: Optional[Mapping[str, str]] = None,
              zones: Optional[Sequence[str]] = None)
    func NewFleet(ctx *Context, name string, args FleetArgs, opts ...ResourceOption) (*Fleet, error)
    public Fleet(string name, FleetArgs args, CustomResourceOptions? opts = null)
    public Fleet(String name, FleetArgs args)
    public Fleet(String name, FleetArgs args, CustomResourceOptions options)
    
    type: azure-native:azurefleet:Fleet
    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 FleetArgs
    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 FleetArgs
    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 FleetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FleetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FleetArgs
    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 fleetResource = new AzureNative.AzureFleet.Fleet("fleetResource", new()
    {
        ComputeProfile = new AzureNative.AzureFleet.Inputs.ComputeProfileArgs
        {
            BaseVirtualMachineProfile = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetVMProfileArgs
            {
                ApplicationProfile = new AzureNative.AzureFleet.Inputs.ApplicationProfileArgs
                {
                    GalleryApplications = new[]
                    {
                        new AzureNative.AzureFleet.Inputs.VMGalleryApplicationArgs
                        {
                            PackageReferenceId = "string",
                            ConfigurationReference = "string",
                            EnableAutomaticUpgrade = false,
                            Order = 0,
                            Tags = "string",
                            TreatFailureAsDeploymentFailure = false,
                        },
                    },
                },
                BillingProfile = new AzureNative.AzureFleet.Inputs.BillingProfileArgs
                {
                    MaxPrice = 0,
                },
                CapacityReservation = new AzureNative.AzureFleet.Inputs.CapacityReservationProfileArgs
                {
                    CapacityReservationGroup = new AzureNative.AzureFleet.Inputs.SubResourceArgs
                    {
                        Id = "string",
                    },
                },
                DiagnosticsProfile = new AzureNative.AzureFleet.Inputs.DiagnosticsProfileArgs
                {
                    BootDiagnostics = new AzureNative.AzureFleet.Inputs.BootDiagnosticsArgs
                    {
                        Enabled = false,
                        StorageUri = "string",
                    },
                },
                EvictionPolicy = "string",
                ExtensionProfile = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetExtensionProfileArgs
                {
                    Extensions = new[]
                    {
                        new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetExtensionArgs
                        {
                            AutoUpgradeMinorVersion = false,
                            EnableAutomaticUpgrade = false,
                            ForceUpdateTag = "string",
                            Name = "string",
                            ProtectedSettings = "any",
                            ProtectedSettingsFromKeyVault = new AzureNative.AzureFleet.Inputs.KeyVaultSecretReferenceArgs
                            {
                                SecretUrl = "string",
                                SourceVault = new AzureNative.AzureFleet.Inputs.SubResourceArgs
                                {
                                    Id = "string",
                                },
                            },
                            ProvisionAfterExtensions = new[]
                            {
                                "string",
                            },
                            Publisher = "string",
                            Settings = "any",
                            SuppressFailures = false,
                            Type = "string",
                            TypeHandlerVersion = "string",
                        },
                    },
                    ExtensionsTimeBudget = "string",
                },
                HardwareProfile = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetHardwareProfileArgs
                {
                    VmSizeProperties = new AzureNative.AzureFleet.Inputs.VMSizePropertiesArgs
                    {
                        VCPUsAvailable = 0,
                        VCPUsPerCore = 0,
                    },
                },
                LicenseType = "string",
                NetworkProfile = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetNetworkProfileArgs
                {
                    HealthProbe = new AzureNative.AzureFleet.Inputs.ApiEntityReferenceArgs
                    {
                        Id = "string",
                    },
                    NetworkApiVersion = "string",
                    NetworkInterfaceConfigurations = new[]
                    {
                        new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetNetworkConfigurationArgs
                        {
                            IpConfigurations = new[]
                            {
                                new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetIPConfigurationArgs
                                {
                                    Name = "string",
                                    ApplicationGatewayBackendAddressPools = new[]
                                    {
                                        new AzureNative.AzureFleet.Inputs.SubResourceArgs
                                        {
                                            Id = "string",
                                        },
                                    },
                                    ApplicationSecurityGroups = new[]
                                    {
                                        new AzureNative.AzureFleet.Inputs.SubResourceArgs
                                        {
                                            Id = "string",
                                        },
                                    },
                                    LoadBalancerBackendAddressPools = new[]
                                    {
                                        new AzureNative.AzureFleet.Inputs.SubResourceArgs
                                        {
                                            Id = "string",
                                        },
                                    },
                                    LoadBalancerInboundNatPools = new[]
                                    {
                                        new AzureNative.AzureFleet.Inputs.SubResourceArgs
                                        {
                                            Id = "string",
                                        },
                                    },
                                    Primary = false,
                                    PrivateIPAddressVersion = "string",
                                    PublicIPAddressConfiguration = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetPublicIPAddressConfigurationArgs
                                    {
                                        Name = "string",
                                        DeleteOption = "string",
                                        DnsSettings = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs
                                        {
                                            DomainNameLabel = "string",
                                            DomainNameLabelScope = "string",
                                        },
                                        IdleTimeoutInMinutes = 0,
                                        IpTags = new[]
                                        {
                                            new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetIpTagArgs
                                            {
                                                IpTagType = "string",
                                                Tag = "string",
                                            },
                                        },
                                        PublicIPAddressVersion = "string",
                                        PublicIPPrefix = new AzureNative.AzureFleet.Inputs.SubResourceArgs
                                        {
                                            Id = "string",
                                        },
                                        Sku = new AzureNative.AzureFleet.Inputs.PublicIPAddressSkuArgs
                                        {
                                            Name = "string",
                                            Tier = "string",
                                        },
                                    },
                                    Subnet = new AzureNative.AzureFleet.Inputs.ApiEntityReferenceArgs
                                    {
                                        Id = "string",
                                    },
                                },
                            },
                            Name = "string",
                            AuxiliaryMode = "string",
                            AuxiliarySku = "string",
                            DeleteOption = "string",
                            DisableTcpStateTracking = false,
                            DnsSettings = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs
                            {
                                DnsServers = new[]
                                {
                                    "string",
                                },
                            },
                            EnableAcceleratedNetworking = false,
                            EnableFpga = false,
                            EnableIPForwarding = false,
                            NetworkSecurityGroup = new AzureNative.AzureFleet.Inputs.SubResourceArgs
                            {
                                Id = "string",
                            },
                            Primary = false,
                        },
                    },
                },
                OsProfile = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetOSProfileArgs
                {
                    AdminPassword = "string",
                    AdminUsername = "string",
                    AllowExtensionOperations = false,
                    ComputerNamePrefix = "string",
                    CustomData = "string",
                    LinuxConfiguration = new AzureNative.AzureFleet.Inputs.LinuxConfigurationArgs
                    {
                        DisablePasswordAuthentication = false,
                        EnableVMAgentPlatformUpdates = false,
                        PatchSettings = new AzureNative.AzureFleet.Inputs.LinuxPatchSettingsArgs
                        {
                            AssessmentMode = "string",
                            AutomaticByPlatformSettings = new AzureNative.AzureFleet.Inputs.LinuxVMGuestPatchAutomaticByPlatformSettingsArgs
                            {
                                BypassPlatformSafetyChecksOnUserSchedule = false,
                                RebootSetting = "string",
                            },
                            PatchMode = "string",
                        },
                        ProvisionVMAgent = false,
                        Ssh = new AzureNative.AzureFleet.Inputs.SshConfigurationArgs
                        {
                            PublicKeys = new[]
                            {
                                new AzureNative.AzureFleet.Inputs.SshPublicKeyArgs
                                {
                                    KeyData = "string",
                                    Path = "string",
                                },
                            },
                        },
                    },
                    RequireGuestProvisionSignal = false,
                    Secrets = new[]
                    {
                        new AzureNative.AzureFleet.Inputs.VaultSecretGroupArgs
                        {
                            SourceVault = new AzureNative.AzureFleet.Inputs.SubResourceArgs
                            {
                                Id = "string",
                            },
                            VaultCertificates = new[]
                            {
                                new AzureNative.AzureFleet.Inputs.VaultCertificateArgs
                                {
                                    CertificateStore = "string",
                                    CertificateUrl = "string",
                                },
                            },
                        },
                    },
                    WindowsConfiguration = new AzureNative.AzureFleet.Inputs.WindowsConfigurationArgs
                    {
                        AdditionalUnattendContent = new[]
                        {
                            new AzureNative.AzureFleet.Inputs.AdditionalUnattendContentArgs
                            {
                                ComponentName = AzureNative.AzureFleet.ComponentNames.Microsoft_Windows_Shell_Setup,
                                Content = "string",
                                PassName = AzureNative.AzureFleet.PassNames.OobeSystem,
                                SettingName = AzureNative.AzureFleet.SettingNames.AutoLogon,
                            },
                        },
                        EnableAutomaticUpdates = false,
                        EnableVMAgentPlatformUpdates = false,
                        PatchSettings = new AzureNative.AzureFleet.Inputs.PatchSettingsArgs
                        {
                            AssessmentMode = "string",
                            AutomaticByPlatformSettings = new AzureNative.AzureFleet.Inputs.WindowsVMGuestPatchAutomaticByPlatformSettingsArgs
                            {
                                BypassPlatformSafetyChecksOnUserSchedule = false,
                                RebootSetting = "string",
                            },
                            EnableHotpatching = false,
                            PatchMode = "string",
                        },
                        ProvisionVMAgent = false,
                        TimeZone = "string",
                        WinRM = new AzureNative.AzureFleet.Inputs.WinRMConfigurationArgs
                        {
                            Listeners = new[]
                            {
                                new AzureNative.AzureFleet.Inputs.WinRMListenerArgs
                                {
                                    CertificateUrl = "string",
                                    Protocol = AzureNative.AzureFleet.ProtocolTypes.Http,
                                },
                            },
                        },
                    },
                },
                Priority = "string",
                ScheduledEventsProfile = new AzureNative.AzureFleet.Inputs.ScheduledEventsProfileArgs
                {
                    OsImageNotificationProfile = new AzureNative.AzureFleet.Inputs.OSImageNotificationProfileArgs
                    {
                        Enable = false,
                        NotBeforeTimeout = "string",
                    },
                    TerminateNotificationProfile = new AzureNative.AzureFleet.Inputs.TerminateNotificationProfileArgs
                    {
                        Enable = false,
                        NotBeforeTimeout = "string",
                    },
                },
                SecurityPostureReference = new AzureNative.AzureFleet.Inputs.SecurityPostureReferenceArgs
                {
                    ExcludeExtensions = new[]
                    {
                        new AzureNative.AzureFleet.Inputs.VirtualMachineExtensionArgs
                        {
                            AutoUpgradeMinorVersion = false,
                            EnableAutomaticUpgrade = false,
                            ForceUpdateTag = "string",
                            InstanceView = new AzureNative.AzureFleet.Inputs.VirtualMachineExtensionInstanceViewArgs
                            {
                                Name = "string",
                                Statuses = new[]
                                {
                                    new AzureNative.AzureFleet.Inputs.InstanceViewStatusArgs
                                    {
                                        Code = "string",
                                        DisplayStatus = "string",
                                        Level = AzureNative.AzureFleet.StatusLevelTypes.Info,
                                        Message = "string",
                                        Time = "string",
                                    },
                                },
                                Substatuses = new[]
                                {
                                    new AzureNative.AzureFleet.Inputs.InstanceViewStatusArgs
                                    {
                                        Code = "string",
                                        DisplayStatus = "string",
                                        Level = AzureNative.AzureFleet.StatusLevelTypes.Info,
                                        Message = "string",
                                        Time = "string",
                                    },
                                },
                                Type = "string",
                                TypeHandlerVersion = "string",
                            },
                            Location = "string",
                            ProtectedSettings = "any",
                            ProtectedSettingsFromKeyVault = new AzureNative.AzureFleet.Inputs.KeyVaultSecretReferenceArgs
                            {
                                SecretUrl = "string",
                                SourceVault = new AzureNative.AzureFleet.Inputs.SubResourceArgs
                                {
                                    Id = "string",
                                },
                            },
                            ProvisionAfterExtensions = new[]
                            {
                                "string",
                            },
                            Publisher = "string",
                            Settings = "any",
                            SuppressFailures = false,
                            Tags = 
                            {
                                { "string", "string" },
                            },
                            Type = "string",
                            TypeHandlerVersion = "string",
                        },
                    },
                    Id = "string",
                },
                SecurityProfile = new AzureNative.AzureFleet.Inputs.SecurityProfileArgs
                {
                    EncryptionAtHost = false,
                    EncryptionIdentity = new AzureNative.AzureFleet.Inputs.EncryptionIdentityArgs
                    {
                        UserAssignedIdentityResourceId = "string",
                    },
                    ProxyAgentSettings = new AzureNative.AzureFleet.Inputs.ProxyAgentSettingsArgs
                    {
                        Enabled = false,
                        KeyIncarnationId = 0,
                        Mode = "string",
                    },
                    SecurityType = "string",
                    UefiSettings = new AzureNative.AzureFleet.Inputs.UefiSettingsArgs
                    {
                        SecureBootEnabled = false,
                        VTpmEnabled = false,
                    },
                },
                ServiceArtifactReference = new AzureNative.AzureFleet.Inputs.ServiceArtifactReferenceArgs
                {
                    Id = "string",
                },
                StorageProfile = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetStorageProfileArgs
                {
                    DataDisks = new[]
                    {
                        new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetDataDiskArgs
                        {
                            CreateOption = "string",
                            Lun = 0,
                            Caching = AzureNative.AzureFleet.CachingTypes.None,
                            DeleteOption = "string",
                            DiskIOPSReadWrite = 0,
                            DiskMBpsReadWrite = 0,
                            DiskSizeGB = 0,
                            ManagedDisk = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetManagedDiskParametersArgs
                            {
                                DiskEncryptionSet = new AzureNative.AzureFleet.Inputs.DiskEncryptionSetParametersArgs
                                {
                                    Id = "string",
                                },
                                SecurityProfile = new AzureNative.AzureFleet.Inputs.VMDiskSecurityProfileArgs
                                {
                                    DiskEncryptionSet = new AzureNative.AzureFleet.Inputs.DiskEncryptionSetParametersArgs
                                    {
                                        Id = "string",
                                    },
                                    SecurityEncryptionType = "string",
                                },
                                StorageAccountType = "string",
                            },
                            Name = "string",
                            WriteAcceleratorEnabled = false,
                        },
                    },
                    DiskControllerType = new[]
                    {
                        "string",
                    },
                    ImageReference = new AzureNative.AzureFleet.Inputs.ImageReferenceArgs
                    {
                        CommunityGalleryImageId = "string",
                        Id = "string",
                        Offer = "string",
                        Publisher = "string",
                        SharedGalleryImageId = "string",
                        Sku = "string",
                        Version = "string",
                    },
                    OsDisk = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetOSDiskArgs
                    {
                        CreateOption = "string",
                        Caching = AzureNative.AzureFleet.CachingTypes.None,
                        DeleteOption = "string",
                        DiffDiskSettings = new AzureNative.AzureFleet.Inputs.DiffDiskSettingsArgs
                        {
                            Option = "string",
                            Placement = "string",
                        },
                        DiskSizeGB = 0,
                        Image = new AzureNative.AzureFleet.Inputs.VirtualHardDiskArgs
                        {
                            Uri = "string",
                        },
                        ManagedDisk = new AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetManagedDiskParametersArgs
                        {
                            DiskEncryptionSet = new AzureNative.AzureFleet.Inputs.DiskEncryptionSetParametersArgs
                            {
                                Id = "string",
                            },
                            SecurityProfile = new AzureNative.AzureFleet.Inputs.VMDiskSecurityProfileArgs
                            {
                                DiskEncryptionSet = new AzureNative.AzureFleet.Inputs.DiskEncryptionSetParametersArgs
                                {
                                    Id = "string",
                                },
                                SecurityEncryptionType = "string",
                            },
                            StorageAccountType = "string",
                        },
                        Name = "string",
                        OsType = AzureNative.AzureFleet.OperatingSystemTypes.Windows,
                        VhdContainers = new[]
                        {
                            "string",
                        },
                        WriteAcceleratorEnabled = false,
                    },
                },
                UserData = "string",
            },
            ComputeApiVersion = "string",
            PlatformFaultDomainCount = 0,
        },
        ResourceGroupName = "string",
        VmSizesProfile = new[]
        {
            new AzureNative.AzureFleet.Inputs.VmSizeProfileArgs
            {
                Name = "string",
                Rank = 0,
            },
        },
        FleetName = "string",
        Identity = new AzureNative.AzureFleet.Inputs.ManagedServiceIdentityArgs
        {
            Type = "string",
            UserAssignedIdentities = new[]
            {
                "string",
            },
        },
        Location = "string",
        Plan = new AzureNative.AzureFleet.Inputs.PlanArgs
        {
            Name = "string",
            Product = "string",
            Publisher = "string",
            PromotionCode = "string",
            Version = "string",
        },
        RegularPriorityProfile = new AzureNative.AzureFleet.Inputs.RegularPriorityProfileArgs
        {
            AllocationStrategy = "string",
            Capacity = 0,
            MinCapacity = 0,
        },
        SpotPriorityProfile = new AzureNative.AzureFleet.Inputs.SpotPriorityProfileArgs
        {
            AllocationStrategy = "string",
            Capacity = 0,
            EvictionPolicy = "string",
            Maintain = false,
            MaxPricePerVM = 0,
            MinCapacity = 0,
        },
        Tags = 
        {
            { "string", "string" },
        },
        Zones = new[]
        {
            "string",
        },
    });
    
    example, err := azurefleet.NewFleet(ctx, "fleetResource", &azurefleet.FleetArgs{
    ComputeProfile: &azurefleet.ComputeProfileArgs{
    BaseVirtualMachineProfile: &azurefleet.VirtualMachineScaleSetVMProfileArgs{
    ApplicationProfile: &azurefleet.ApplicationProfileArgs{
    GalleryApplications: azurefleet.VMGalleryApplicationArray{
    &azurefleet.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),
    },
    },
    },
    BillingProfile: &azurefleet.BillingProfileArgs{
    MaxPrice: pulumi.Float64(0),
    },
    CapacityReservation: &azurefleet.CapacityReservationProfileArgs{
    CapacityReservationGroup: &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    },
    DiagnosticsProfile: &azurefleet.DiagnosticsProfileArgs{
    BootDiagnostics: &azurefleet.BootDiagnosticsArgs{
    Enabled: pulumi.Bool(false),
    StorageUri: pulumi.String("string"),
    },
    },
    EvictionPolicy: pulumi.String("string"),
    ExtensionProfile: &azurefleet.VirtualMachineScaleSetExtensionProfileArgs{
    Extensions: azurefleet.VirtualMachineScaleSetExtensionArray{
    &azurefleet.VirtualMachineScaleSetExtensionArgs{
    AutoUpgradeMinorVersion: pulumi.Bool(false),
    EnableAutomaticUpgrade: pulumi.Bool(false),
    ForceUpdateTag: pulumi.String("string"),
    Name: pulumi.String("string"),
    ProtectedSettings: pulumi.Any("any"),
    ProtectedSettingsFromKeyVault: &azurefleet.KeyVaultSecretReferenceArgs{
    SecretUrl: pulumi.String("string"),
    SourceVault: &azurefleet.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"),
    },
    },
    ExtensionsTimeBudget: pulumi.String("string"),
    },
    HardwareProfile: &azurefleet.VirtualMachineScaleSetHardwareProfileArgs{
    VmSizeProperties: &azurefleet.VMSizePropertiesArgs{
    VCPUsAvailable: pulumi.Int(0),
    VCPUsPerCore: pulumi.Int(0),
    },
    },
    LicenseType: pulumi.String("string"),
    NetworkProfile: &azurefleet.VirtualMachineScaleSetNetworkProfileArgs{
    HealthProbe: &azurefleet.ApiEntityReferenceArgs{
    Id: pulumi.String("string"),
    },
    NetworkApiVersion: pulumi.String("string"),
    NetworkInterfaceConfigurations: azurefleet.VirtualMachineScaleSetNetworkConfigurationArray{
    &azurefleet.VirtualMachineScaleSetNetworkConfigurationArgs{
    IpConfigurations: azurefleet.VirtualMachineScaleSetIPConfigurationArray{
    &azurefleet.VirtualMachineScaleSetIPConfigurationArgs{
    Name: pulumi.String("string"),
    ApplicationGatewayBackendAddressPools: azurefleet.SubResourceArray{
    &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    },
    ApplicationSecurityGroups: azurefleet.SubResourceArray{
    &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    },
    LoadBalancerBackendAddressPools: azurefleet.SubResourceArray{
    &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    },
    LoadBalancerInboundNatPools: azurefleet.SubResourceArray{
    &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    },
    Primary: pulumi.Bool(false),
    PrivateIPAddressVersion: pulumi.String("string"),
    PublicIPAddressConfiguration: &azurefleet.VirtualMachineScaleSetPublicIPAddressConfigurationArgs{
    Name: pulumi.String("string"),
    DeleteOption: pulumi.String("string"),
    DnsSettings: &azurefleet.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs{
    DomainNameLabel: pulumi.String("string"),
    DomainNameLabelScope: pulumi.String("string"),
    },
    IdleTimeoutInMinutes: pulumi.Int(0),
    IpTags: azurefleet.VirtualMachineScaleSetIpTagArray{
    &azurefleet.VirtualMachineScaleSetIpTagArgs{
    IpTagType: pulumi.String("string"),
    Tag: pulumi.String("string"),
    },
    },
    PublicIPAddressVersion: pulumi.String("string"),
    PublicIPPrefix: &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    Sku: &azurefleet.PublicIPAddressSkuArgs{
    Name: pulumi.String("string"),
    Tier: pulumi.String("string"),
    },
    },
    Subnet: &azurefleet.ApiEntityReferenceArgs{
    Id: pulumi.String("string"),
    },
    },
    },
    Name: pulumi.String("string"),
    AuxiliaryMode: pulumi.String("string"),
    AuxiliarySku: pulumi.String("string"),
    DeleteOption: pulumi.String("string"),
    DisableTcpStateTracking: pulumi.Bool(false),
    DnsSettings: &azurefleet.VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs{
    DnsServers: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    EnableAcceleratedNetworking: pulumi.Bool(false),
    EnableFpga: pulumi.Bool(false),
    EnableIPForwarding: pulumi.Bool(false),
    NetworkSecurityGroup: &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    Primary: pulumi.Bool(false),
    },
    },
    },
    OsProfile: &azurefleet.VirtualMachineScaleSetOSProfileArgs{
    AdminPassword: pulumi.String("string"),
    AdminUsername: pulumi.String("string"),
    AllowExtensionOperations: pulumi.Bool(false),
    ComputerNamePrefix: pulumi.String("string"),
    CustomData: pulumi.String("string"),
    LinuxConfiguration: &azurefleet.LinuxConfigurationArgs{
    DisablePasswordAuthentication: pulumi.Bool(false),
    EnableVMAgentPlatformUpdates: pulumi.Bool(false),
    PatchSettings: &azurefleet.LinuxPatchSettingsArgs{
    AssessmentMode: pulumi.String("string"),
    AutomaticByPlatformSettings: &azurefleet.LinuxVMGuestPatchAutomaticByPlatformSettingsArgs{
    BypassPlatformSafetyChecksOnUserSchedule: pulumi.Bool(false),
    RebootSetting: pulumi.String("string"),
    },
    PatchMode: pulumi.String("string"),
    },
    ProvisionVMAgent: pulumi.Bool(false),
    Ssh: &azurefleet.SshConfigurationArgs{
    PublicKeys: azurefleet.SshPublicKeyArray{
    &azurefleet.SshPublicKeyArgs{
    KeyData: pulumi.String("string"),
    Path: pulumi.String("string"),
    },
    },
    },
    },
    RequireGuestProvisionSignal: pulumi.Bool(false),
    Secrets: azurefleet.VaultSecretGroupArray{
    &azurefleet.VaultSecretGroupArgs{
    SourceVault: &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    VaultCertificates: azurefleet.VaultCertificateArray{
    &azurefleet.VaultCertificateArgs{
    CertificateStore: pulumi.String("string"),
    CertificateUrl: pulumi.String("string"),
    },
    },
    },
    },
    WindowsConfiguration: &azurefleet.WindowsConfigurationArgs{
    AdditionalUnattendContent: azurefleet.AdditionalUnattendContentArray{
    &azurefleet.AdditionalUnattendContentArgs{
    ComponentName: azurefleet.ComponentNames_Microsoft_Windows_Shell_Setup,
    Content: pulumi.String("string"),
    PassName: azurefleet.PassNamesOobeSystem,
    SettingName: azurefleet.SettingNamesAutoLogon,
    },
    },
    EnableAutomaticUpdates: pulumi.Bool(false),
    EnableVMAgentPlatformUpdates: pulumi.Bool(false),
    PatchSettings: &azurefleet.PatchSettingsArgs{
    AssessmentMode: pulumi.String("string"),
    AutomaticByPlatformSettings: &azurefleet.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: &azurefleet.WinRMConfigurationArgs{
    Listeners: azurefleet.WinRMListenerArray{
    &azurefleet.WinRMListenerArgs{
    CertificateUrl: pulumi.String("string"),
    Protocol: azurefleet.ProtocolTypesHttp,
    },
    },
    },
    },
    },
    Priority: pulumi.String("string"),
    ScheduledEventsProfile: &azurefleet.ScheduledEventsProfileArgs{
    OsImageNotificationProfile: &azurefleet.OSImageNotificationProfileArgs{
    Enable: pulumi.Bool(false),
    NotBeforeTimeout: pulumi.String("string"),
    },
    TerminateNotificationProfile: &azurefleet.TerminateNotificationProfileArgs{
    Enable: pulumi.Bool(false),
    NotBeforeTimeout: pulumi.String("string"),
    },
    },
    SecurityPostureReference: &azurefleet.SecurityPostureReferenceArgs{
    ExcludeExtensions: azurefleet.VirtualMachineExtensionArray{
    &azurefleet.VirtualMachineExtensionArgs{
    AutoUpgradeMinorVersion: pulumi.Bool(false),
    EnableAutomaticUpgrade: pulumi.Bool(false),
    ForceUpdateTag: pulumi.String("string"),
    InstanceView: &azurefleet.VirtualMachineExtensionInstanceViewArgs{
    Name: pulumi.String("string"),
    Statuses: azurefleet.InstanceViewStatusArray{
    &azurefleet.InstanceViewStatusArgs{
    Code: pulumi.String("string"),
    DisplayStatus: pulumi.String("string"),
    Level: azurefleet.StatusLevelTypesInfo,
    Message: pulumi.String("string"),
    Time: pulumi.String("string"),
    },
    },
    Substatuses: azurefleet.InstanceViewStatusArray{
    &azurefleet.InstanceViewStatusArgs{
    Code: pulumi.String("string"),
    DisplayStatus: pulumi.String("string"),
    Level: azurefleet.StatusLevelTypesInfo,
    Message: pulumi.String("string"),
    Time: pulumi.String("string"),
    },
    },
    Type: pulumi.String("string"),
    TypeHandlerVersion: pulumi.String("string"),
    },
    Location: pulumi.String("string"),
    ProtectedSettings: pulumi.Any("any"),
    ProtectedSettingsFromKeyVault: &azurefleet.KeyVaultSecretReferenceArgs{
    SecretUrl: pulumi.String("string"),
    SourceVault: &azurefleet.SubResourceArgs{
    Id: pulumi.String("string"),
    },
    },
    ProvisionAfterExtensions: pulumi.StringArray{
    pulumi.String("string"),
    },
    Publisher: pulumi.String("string"),
    Settings: pulumi.Any("any"),
    SuppressFailures: pulumi.Bool(false),
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    Type: pulumi.String("string"),
    TypeHandlerVersion: pulumi.String("string"),
    },
    },
    Id: pulumi.String("string"),
    },
    SecurityProfile: &azurefleet.SecurityProfileArgs{
    EncryptionAtHost: pulumi.Bool(false),
    EncryptionIdentity: &azurefleet.EncryptionIdentityArgs{
    UserAssignedIdentityResourceId: pulumi.String("string"),
    },
    ProxyAgentSettings: &azurefleet.ProxyAgentSettingsArgs{
    Enabled: pulumi.Bool(false),
    KeyIncarnationId: pulumi.Int(0),
    Mode: pulumi.String("string"),
    },
    SecurityType: pulumi.String("string"),
    UefiSettings: &azurefleet.UefiSettingsArgs{
    SecureBootEnabled: pulumi.Bool(false),
    VTpmEnabled: pulumi.Bool(false),
    },
    },
    ServiceArtifactReference: &azurefleet.ServiceArtifactReferenceArgs{
    Id: pulumi.String("string"),
    },
    StorageProfile: &azurefleet.VirtualMachineScaleSetStorageProfileArgs{
    DataDisks: azurefleet.VirtualMachineScaleSetDataDiskArray{
    &azurefleet.VirtualMachineScaleSetDataDiskArgs{
    CreateOption: pulumi.String("string"),
    Lun: pulumi.Int(0),
    Caching: azurefleet.CachingTypesNone,
    DeleteOption: pulumi.String("string"),
    DiskIOPSReadWrite: pulumi.Float64(0),
    DiskMBpsReadWrite: pulumi.Float64(0),
    DiskSizeGB: pulumi.Int(0),
    ManagedDisk: &azurefleet.VirtualMachineScaleSetManagedDiskParametersArgs{
    DiskEncryptionSet: &azurefleet.DiskEncryptionSetParametersArgs{
    Id: pulumi.String("string"),
    },
    SecurityProfile: &azurefleet.VMDiskSecurityProfileArgs{
    DiskEncryptionSet: &azurefleet.DiskEncryptionSetParametersArgs{
    Id: pulumi.String("string"),
    },
    SecurityEncryptionType: pulumi.String("string"),
    },
    StorageAccountType: pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    WriteAcceleratorEnabled: pulumi.Bool(false),
    },
    },
    DiskControllerType: pulumi.StringArray{
    pulumi.String("string"),
    },
    ImageReference: &azurefleet.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: &azurefleet.VirtualMachineScaleSetOSDiskArgs{
    CreateOption: pulumi.String("string"),
    Caching: azurefleet.CachingTypesNone,
    DeleteOption: pulumi.String("string"),
    DiffDiskSettings: &azurefleet.DiffDiskSettingsArgs{
    Option: pulumi.String("string"),
    Placement: pulumi.String("string"),
    },
    DiskSizeGB: pulumi.Int(0),
    Image: &azurefleet.VirtualHardDiskArgs{
    Uri: pulumi.String("string"),
    },
    ManagedDisk: &azurefleet.VirtualMachineScaleSetManagedDiskParametersArgs{
    DiskEncryptionSet: &azurefleet.DiskEncryptionSetParametersArgs{
    Id: pulumi.String("string"),
    },
    SecurityProfile: &azurefleet.VMDiskSecurityProfileArgs{
    DiskEncryptionSet: &azurefleet.DiskEncryptionSetParametersArgs{
    Id: pulumi.String("string"),
    },
    SecurityEncryptionType: pulumi.String("string"),
    },
    StorageAccountType: pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    OsType: azurefleet.OperatingSystemTypesWindows,
    VhdContainers: pulumi.StringArray{
    pulumi.String("string"),
    },
    WriteAcceleratorEnabled: pulumi.Bool(false),
    },
    },
    UserData: pulumi.String("string"),
    },
    ComputeApiVersion: pulumi.String("string"),
    PlatformFaultDomainCount: pulumi.Int(0),
    },
    ResourceGroupName: pulumi.String("string"),
    VmSizesProfile: azurefleet.VmSizeProfileArray{
    &azurefleet.VmSizeProfileArgs{
    Name: pulumi.String("string"),
    Rank: pulumi.Int(0),
    },
    },
    FleetName: pulumi.String("string"),
    Identity: &azurefleet.ManagedServiceIdentityArgs{
    Type: pulumi.String("string"),
    UserAssignedIdentities: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Location: pulumi.String("string"),
    Plan: &azurefleet.PlanArgs{
    Name: pulumi.String("string"),
    Product: pulumi.String("string"),
    Publisher: pulumi.String("string"),
    PromotionCode: pulumi.String("string"),
    Version: pulumi.String("string"),
    },
    RegularPriorityProfile: &azurefleet.RegularPriorityProfileArgs{
    AllocationStrategy: pulumi.String("string"),
    Capacity: pulumi.Int(0),
    MinCapacity: pulumi.Int(0),
    },
    SpotPriorityProfile: &azurefleet.SpotPriorityProfileArgs{
    AllocationStrategy: pulumi.String("string"),
    Capacity: pulumi.Int(0),
    EvictionPolicy: pulumi.String("string"),
    Maintain: pulumi.Bool(false),
    MaxPricePerVM: pulumi.Float64(0),
    MinCapacity: pulumi.Int(0),
    },
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    Zones: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var fleetResource = new Fleet("fleetResource", FleetArgs.builder()
        .computeProfile(ComputeProfileArgs.builder()
            .baseVirtualMachineProfile(VirtualMachineScaleSetVMProfileArgs.builder()
                .applicationProfile(ApplicationProfileArgs.builder()
                    .galleryApplications(VMGalleryApplicationArgs.builder()
                        .packageReferenceId("string")
                        .configurationReference("string")
                        .enableAutomaticUpgrade(false)
                        .order(0)
                        .tags("string")
                        .treatFailureAsDeploymentFailure(false)
                        .build())
                    .build())
                .billingProfile(BillingProfileArgs.builder()
                    .maxPrice(0)
                    .build())
                .capacityReservation(CapacityReservationProfileArgs.builder()
                    .capacityReservationGroup(SubResourceArgs.builder()
                        .id("string")
                        .build())
                    .build())
                .diagnosticsProfile(DiagnosticsProfileArgs.builder()
                    .bootDiagnostics(BootDiagnosticsArgs.builder()
                        .enabled(false)
                        .storageUri("string")
                        .build())
                    .build())
                .evictionPolicy("string")
                .extensionProfile(VirtualMachineScaleSetExtensionProfileArgs.builder()
                    .extensions(VirtualMachineScaleSetExtensionArgs.builder()
                        .autoUpgradeMinorVersion(false)
                        .enableAutomaticUpgrade(false)
                        .forceUpdateTag("string")
                        .name("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())
                    .extensionsTimeBudget("string")
                    .build())
                .hardwareProfile(VirtualMachineScaleSetHardwareProfileArgs.builder()
                    .vmSizeProperties(VMSizePropertiesArgs.builder()
                        .vCPUsAvailable(0)
                        .vCPUsPerCore(0)
                        .build())
                    .build())
                .licenseType("string")
                .networkProfile(VirtualMachineScaleSetNetworkProfileArgs.builder()
                    .healthProbe(ApiEntityReferenceArgs.builder()
                        .id("string")
                        .build())
                    .networkApiVersion("string")
                    .networkInterfaceConfigurations(VirtualMachineScaleSetNetworkConfigurationArgs.builder()
                        .ipConfigurations(VirtualMachineScaleSetIPConfigurationArgs.builder()
                            .name("string")
                            .applicationGatewayBackendAddressPools(SubResourceArgs.builder()
                                .id("string")
                                .build())
                            .applicationSecurityGroups(SubResourceArgs.builder()
                                .id("string")
                                .build())
                            .loadBalancerBackendAddressPools(SubResourceArgs.builder()
                                .id("string")
                                .build())
                            .loadBalancerInboundNatPools(SubResourceArgs.builder()
                                .id("string")
                                .build())
                            .primary(false)
                            .privateIPAddressVersion("string")
                            .publicIPAddressConfiguration(VirtualMachineScaleSetPublicIPAddressConfigurationArgs.builder()
                                .name("string")
                                .deleteOption("string")
                                .dnsSettings(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs.builder()
                                    .domainNameLabel("string")
                                    .domainNameLabelScope("string")
                                    .build())
                                .idleTimeoutInMinutes(0)
                                .ipTags(VirtualMachineScaleSetIpTagArgs.builder()
                                    .ipTagType("string")
                                    .tag("string")
                                    .build())
                                .publicIPAddressVersion("string")
                                .publicIPPrefix(SubResourceArgs.builder()
                                    .id("string")
                                    .build())
                                .sku(PublicIPAddressSkuArgs.builder()
                                    .name("string")
                                    .tier("string")
                                    .build())
                                .build())
                            .subnet(ApiEntityReferenceArgs.builder()
                                .id("string")
                                .build())
                            .build())
                        .name("string")
                        .auxiliaryMode("string")
                        .auxiliarySku("string")
                        .deleteOption("string")
                        .disableTcpStateTracking(false)
                        .dnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs.builder()
                            .dnsServers("string")
                            .build())
                        .enableAcceleratedNetworking(false)
                        .enableFpga(false)
                        .enableIPForwarding(false)
                        .networkSecurityGroup(SubResourceArgs.builder()
                            .id("string")
                            .build())
                        .primary(false)
                        .build())
                    .build())
                .osProfile(VirtualMachineScaleSetOSProfileArgs.builder()
                    .adminPassword("string")
                    .adminUsername("string")
                    .allowExtensionOperations(false)
                    .computerNamePrefix("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("AutoLogon")
                            .build())
                        .enableAutomaticUpdates(false)
                        .enableVMAgentPlatformUpdates(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("Http")
                                .build())
                            .build())
                        .build())
                    .build())
                .priority("string")
                .scheduledEventsProfile(ScheduledEventsProfileArgs.builder()
                    .osImageNotificationProfile(OSImageNotificationProfileArgs.builder()
                        .enable(false)
                        .notBeforeTimeout("string")
                        .build())
                    .terminateNotificationProfile(TerminateNotificationProfileArgs.builder()
                        .enable(false)
                        .notBeforeTimeout("string")
                        .build())
                    .build())
                .securityPostureReference(SecurityPostureReferenceArgs.builder()
                    .excludeExtensions(VirtualMachineExtensionArgs.builder()
                        .autoUpgradeMinorVersion(false)
                        .enableAutomaticUpgrade(false)
                        .forceUpdateTag("string")
                        .instanceView(VirtualMachineExtensionInstanceViewArgs.builder()
                            .name("string")
                            .statuses(InstanceViewStatusArgs.builder()
                                .code("string")
                                .displayStatus("string")
                                .level("Info")
                                .message("string")
                                .time("string")
                                .build())
                            .substatuses(InstanceViewStatusArgs.builder()
                                .code("string")
                                .displayStatus("string")
                                .level("Info")
                                .message("string")
                                .time("string")
                                .build())
                            .type("string")
                            .typeHandlerVersion("string")
                            .build())
                        .location("string")
                        .protectedSettings("any")
                        .protectedSettingsFromKeyVault(KeyVaultSecretReferenceArgs.builder()
                            .secretUrl("string")
                            .sourceVault(SubResourceArgs.builder()
                                .id("string")
                                .build())
                            .build())
                        .provisionAfterExtensions("string")
                        .publisher("string")
                        .settings("any")
                        .suppressFailures(false)
                        .tags(Map.of("string", "string"))
                        .type("string")
                        .typeHandlerVersion("string")
                        .build())
                    .id("string")
                    .build())
                .securityProfile(SecurityProfileArgs.builder()
                    .encryptionAtHost(false)
                    .encryptionIdentity(EncryptionIdentityArgs.builder()
                        .userAssignedIdentityResourceId("string")
                        .build())
                    .proxyAgentSettings(ProxyAgentSettingsArgs.builder()
                        .enabled(false)
                        .keyIncarnationId(0)
                        .mode("string")
                        .build())
                    .securityType("string")
                    .uefiSettings(UefiSettingsArgs.builder()
                        .secureBootEnabled(false)
                        .vTpmEnabled(false)
                        .build())
                    .build())
                .serviceArtifactReference(ServiceArtifactReferenceArgs.builder()
                    .id("string")
                    .build())
                .storageProfile(VirtualMachineScaleSetStorageProfileArgs.builder()
                    .dataDisks(VirtualMachineScaleSetDataDiskArgs.builder()
                        .createOption("string")
                        .lun(0)
                        .caching("None")
                        .deleteOption("string")
                        .diskIOPSReadWrite(0)
                        .diskMBpsReadWrite(0)
                        .diskSizeGB(0)
                        .managedDisk(VirtualMachineScaleSetManagedDiskParametersArgs.builder()
                            .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                .id("string")
                                .build())
                            .securityProfile(VMDiskSecurityProfileArgs.builder()
                                .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                    .id("string")
                                    .build())
                                .securityEncryptionType("string")
                                .build())
                            .storageAccountType("string")
                            .build())
                        .name("string")
                        .writeAcceleratorEnabled(false)
                        .build())
                    .diskControllerType("string")
                    .imageReference(ImageReferenceArgs.builder()
                        .communityGalleryImageId("string")
                        .id("string")
                        .offer("string")
                        .publisher("string")
                        .sharedGalleryImageId("string")
                        .sku("string")
                        .version("string")
                        .build())
                    .osDisk(VirtualMachineScaleSetOSDiskArgs.builder()
                        .createOption("string")
                        .caching("None")
                        .deleteOption("string")
                        .diffDiskSettings(DiffDiskSettingsArgs.builder()
                            .option("string")
                            .placement("string")
                            .build())
                        .diskSizeGB(0)
                        .image(VirtualHardDiskArgs.builder()
                            .uri("string")
                            .build())
                        .managedDisk(VirtualMachineScaleSetManagedDiskParametersArgs.builder()
                            .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                .id("string")
                                .build())
                            .securityProfile(VMDiskSecurityProfileArgs.builder()
                                .diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
                                    .id("string")
                                    .build())
                                .securityEncryptionType("string")
                                .build())
                            .storageAccountType("string")
                            .build())
                        .name("string")
                        .osType("Windows")
                        .vhdContainers("string")
                        .writeAcceleratorEnabled(false)
                        .build())
                    .build())
                .userData("string")
                .build())
            .computeApiVersion("string")
            .platformFaultDomainCount(0)
            .build())
        .resourceGroupName("string")
        .vmSizesProfile(VmSizeProfileArgs.builder()
            .name("string")
            .rank(0)
            .build())
        .fleetName("string")
        .identity(ManagedServiceIdentityArgs.builder()
            .type("string")
            .userAssignedIdentities("string")
            .build())
        .location("string")
        .plan(PlanArgs.builder()
            .name("string")
            .product("string")
            .publisher("string")
            .promotionCode("string")
            .version("string")
            .build())
        .regularPriorityProfile(RegularPriorityProfileArgs.builder()
            .allocationStrategy("string")
            .capacity(0)
            .minCapacity(0)
            .build())
        .spotPriorityProfile(SpotPriorityProfileArgs.builder()
            .allocationStrategy("string")
            .capacity(0)
            .evictionPolicy("string")
            .maintain(false)
            .maxPricePerVM(0)
            .minCapacity(0)
            .build())
        .tags(Map.of("string", "string"))
        .zones("string")
        .build());
    
    fleet_resource = azure_native.azurefleet.Fleet("fleetResource",
        compute_profile=azure_native.azurefleet.ComputeProfileArgs(
            base_virtual_machine_profile=azure_native.azurefleet.VirtualMachineScaleSetVMProfileArgs(
                application_profile=azure_native.azurefleet.ApplicationProfileArgs(
                    gallery_applications=[azure_native.azurefleet.VMGalleryApplicationArgs(
                        package_reference_id="string",
                        configuration_reference="string",
                        enable_automatic_upgrade=False,
                        order=0,
                        tags="string",
                        treat_failure_as_deployment_failure=False,
                    )],
                ),
                billing_profile=azure_native.azurefleet.BillingProfileArgs(
                    max_price=0,
                ),
                capacity_reservation=azure_native.azurefleet.CapacityReservationProfileArgs(
                    capacity_reservation_group=azure_native.azurefleet.SubResourceArgs(
                        id="string",
                    ),
                ),
                diagnostics_profile=azure_native.azurefleet.DiagnosticsProfileArgs(
                    boot_diagnostics=azure_native.azurefleet.BootDiagnosticsArgs(
                        enabled=False,
                        storage_uri="string",
                    ),
                ),
                eviction_policy="string",
                extension_profile=azure_native.azurefleet.VirtualMachineScaleSetExtensionProfileArgs(
                    extensions=[azure_native.azurefleet.VirtualMachineScaleSetExtensionArgs(
                        auto_upgrade_minor_version=False,
                        enable_automatic_upgrade=False,
                        force_update_tag="string",
                        name="string",
                        protected_settings="any",
                        protected_settings_from_key_vault=azure_native.azurefleet.KeyVaultSecretReferenceArgs(
                            secret_url="string",
                            source_vault=azure_native.azurefleet.SubResourceArgs(
                                id="string",
                            ),
                        ),
                        provision_after_extensions=["string"],
                        publisher="string",
                        settings="any",
                        suppress_failures=False,
                        type="string",
                        type_handler_version="string",
                    )],
                    extensions_time_budget="string",
                ),
                hardware_profile=azure_native.azurefleet.VirtualMachineScaleSetHardwareProfileArgs(
                    vm_size_properties=azure_native.azurefleet.VMSizePropertiesArgs(
                        v_cpus_available=0,
                        v_cpus_per_core=0,
                    ),
                ),
                license_type="string",
                network_profile=azure_native.azurefleet.VirtualMachineScaleSetNetworkProfileArgs(
                    health_probe=azure_native.azurefleet.ApiEntityReferenceArgs(
                        id="string",
                    ),
                    network_api_version="string",
                    network_interface_configurations=[azure_native.azurefleet.VirtualMachineScaleSetNetworkConfigurationArgs(
                        ip_configurations=[azure_native.azurefleet.VirtualMachineScaleSetIPConfigurationArgs(
                            name="string",
                            application_gateway_backend_address_pools=[azure_native.azurefleet.SubResourceArgs(
                                id="string",
                            )],
                            application_security_groups=[azure_native.azurefleet.SubResourceArgs(
                                id="string",
                            )],
                            load_balancer_backend_address_pools=[azure_native.azurefleet.SubResourceArgs(
                                id="string",
                            )],
                            load_balancer_inbound_nat_pools=[azure_native.azurefleet.SubResourceArgs(
                                id="string",
                            )],
                            primary=False,
                            private_ip_address_version="string",
                            public_ip_address_configuration=azure_native.azurefleet.VirtualMachineScaleSetPublicIPAddressConfigurationArgs(
                                name="string",
                                delete_option="string",
                                dns_settings=azure_native.azurefleet.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs(
                                    domain_name_label="string",
                                    domain_name_label_scope="string",
                                ),
                                idle_timeout_in_minutes=0,
                                ip_tags=[azure_native.azurefleet.VirtualMachineScaleSetIpTagArgs(
                                    ip_tag_type="string",
                                    tag="string",
                                )],
                                public_ip_address_version="string",
                                public_ip_prefix=azure_native.azurefleet.SubResourceArgs(
                                    id="string",
                                ),
                                sku=azure_native.azurefleet.PublicIPAddressSkuArgs(
                                    name="string",
                                    tier="string",
                                ),
                            ),
                            subnet=azure_native.azurefleet.ApiEntityReferenceArgs(
                                id="string",
                            ),
                        )],
                        name="string",
                        auxiliary_mode="string",
                        auxiliary_sku="string",
                        delete_option="string",
                        disable_tcp_state_tracking=False,
                        dns_settings=azure_native.azurefleet.VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs(
                            dns_servers=["string"],
                        ),
                        enable_accelerated_networking=False,
                        enable_fpga=False,
                        enable_ip_forwarding=False,
                        network_security_group=azure_native.azurefleet.SubResourceArgs(
                            id="string",
                        ),
                        primary=False,
                    )],
                ),
                os_profile=azure_native.azurefleet.VirtualMachineScaleSetOSProfileArgs(
                    admin_password="string",
                    admin_username="string",
                    allow_extension_operations=False,
                    computer_name_prefix="string",
                    custom_data="string",
                    linux_configuration=azure_native.azurefleet.LinuxConfigurationArgs(
                        disable_password_authentication=False,
                        enable_vm_agent_platform_updates=False,
                        patch_settings=azure_native.azurefleet.LinuxPatchSettingsArgs(
                            assessment_mode="string",
                            automatic_by_platform_settings=azure_native.azurefleet.LinuxVMGuestPatchAutomaticByPlatformSettingsArgs(
                                bypass_platform_safety_checks_on_user_schedule=False,
                                reboot_setting="string",
                            ),
                            patch_mode="string",
                        ),
                        provision_vm_agent=False,
                        ssh=azure_native.azurefleet.SshConfigurationArgs(
                            public_keys=[azure_native.azurefleet.SshPublicKeyArgs(
                                key_data="string",
                                path="string",
                            )],
                        ),
                    ),
                    require_guest_provision_signal=False,
                    secrets=[azure_native.azurefleet.VaultSecretGroupArgs(
                        source_vault=azure_native.azurefleet.SubResourceArgs(
                            id="string",
                        ),
                        vault_certificates=[azure_native.azurefleet.VaultCertificateArgs(
                            certificate_store="string",
                            certificate_url="string",
                        )],
                    )],
                    windows_configuration=azure_native.azurefleet.WindowsConfigurationArgs(
                        additional_unattend_content=[azure_native.azurefleet.AdditionalUnattendContentArgs(
                            component_name=azure_native.azurefleet.ComponentNames.MICROSOFT_WINDOWS_SHELL_SETUP,
                            content="string",
                            pass_name=azure_native.azurefleet.PassNames.OOBE_SYSTEM,
                            setting_name=azure_native.azurefleet.SettingNames.AUTO_LOGON,
                        )],
                        enable_automatic_updates=False,
                        enable_vm_agent_platform_updates=False,
                        patch_settings=azure_native.azurefleet.PatchSettingsArgs(
                            assessment_mode="string",
                            automatic_by_platform_settings=azure_native.azurefleet.WindowsVMGuestPatchAutomaticByPlatformSettingsArgs(
                                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=azure_native.azurefleet.WinRMConfigurationArgs(
                            listeners=[azure_native.azurefleet.WinRMListenerArgs(
                                certificate_url="string",
                                protocol=azure_native.azurefleet.ProtocolTypes.HTTP,
                            )],
                        ),
                    ),
                ),
                priority="string",
                scheduled_events_profile=azure_native.azurefleet.ScheduledEventsProfileArgs(
                    os_image_notification_profile=azure_native.azurefleet.OSImageNotificationProfileArgs(
                        enable=False,
                        not_before_timeout="string",
                    ),
                    terminate_notification_profile=azure_native.azurefleet.TerminateNotificationProfileArgs(
                        enable=False,
                        not_before_timeout="string",
                    ),
                ),
                security_posture_reference=azure_native.azurefleet.SecurityPostureReferenceArgs(
                    exclude_extensions=[azure_native.azurefleet.VirtualMachineExtensionArgs(
                        auto_upgrade_minor_version=False,
                        enable_automatic_upgrade=False,
                        force_update_tag="string",
                        instance_view=azure_native.azurefleet.VirtualMachineExtensionInstanceViewArgs(
                            name="string",
                            statuses=[azure_native.azurefleet.InstanceViewStatusArgs(
                                code="string",
                                display_status="string",
                                level=azure_native.azurefleet.StatusLevelTypes.INFO,
                                message="string",
                                time="string",
                            )],
                            substatuses=[azure_native.azurefleet.InstanceViewStatusArgs(
                                code="string",
                                display_status="string",
                                level=azure_native.azurefleet.StatusLevelTypes.INFO,
                                message="string",
                                time="string",
                            )],
                            type="string",
                            type_handler_version="string",
                        ),
                        location="string",
                        protected_settings="any",
                        protected_settings_from_key_vault=azure_native.azurefleet.KeyVaultSecretReferenceArgs(
                            secret_url="string",
                            source_vault=azure_native.azurefleet.SubResourceArgs(
                                id="string",
                            ),
                        ),
                        provision_after_extensions=["string"],
                        publisher="string",
                        settings="any",
                        suppress_failures=False,
                        tags={
                            "string": "string",
                        },
                        type="string",
                        type_handler_version="string",
                    )],
                    id="string",
                ),
                security_profile=azure_native.azurefleet.SecurityProfileArgs(
                    encryption_at_host=False,
                    encryption_identity=azure_native.azurefleet.EncryptionIdentityArgs(
                        user_assigned_identity_resource_id="string",
                    ),
                    proxy_agent_settings=azure_native.azurefleet.ProxyAgentSettingsArgs(
                        enabled=False,
                        key_incarnation_id=0,
                        mode="string",
                    ),
                    security_type="string",
                    uefi_settings=azure_native.azurefleet.UefiSettingsArgs(
                        secure_boot_enabled=False,
                        v_tpm_enabled=False,
                    ),
                ),
                service_artifact_reference=azure_native.azurefleet.ServiceArtifactReferenceArgs(
                    id="string",
                ),
                storage_profile=azure_native.azurefleet.VirtualMachineScaleSetStorageProfileArgs(
                    data_disks=[azure_native.azurefleet.VirtualMachineScaleSetDataDiskArgs(
                        create_option="string",
                        lun=0,
                        caching=azure_native.azurefleet.CachingTypes.NONE,
                        delete_option="string",
                        disk_iops_read_write=0,
                        disk_m_bps_read_write=0,
                        disk_size_gb=0,
                        managed_disk=azure_native.azurefleet.VirtualMachineScaleSetManagedDiskParametersArgs(
                            disk_encryption_set=azure_native.azurefleet.DiskEncryptionSetParametersArgs(
                                id="string",
                            ),
                            security_profile=azure_native.azurefleet.VMDiskSecurityProfileArgs(
                                disk_encryption_set=azure_native.azurefleet.DiskEncryptionSetParametersArgs(
                                    id="string",
                                ),
                                security_encryption_type="string",
                            ),
                            storage_account_type="string",
                        ),
                        name="string",
                        write_accelerator_enabled=False,
                    )],
                    disk_controller_type=["string"],
                    image_reference=azure_native.azurefleet.ImageReferenceArgs(
                        community_gallery_image_id="string",
                        id="string",
                        offer="string",
                        publisher="string",
                        shared_gallery_image_id="string",
                        sku="string",
                        version="string",
                    ),
                    os_disk=azure_native.azurefleet.VirtualMachineScaleSetOSDiskArgs(
                        create_option="string",
                        caching=azure_native.azurefleet.CachingTypes.NONE,
                        delete_option="string",
                        diff_disk_settings=azure_native.azurefleet.DiffDiskSettingsArgs(
                            option="string",
                            placement="string",
                        ),
                        disk_size_gb=0,
                        image=azure_native.azurefleet.VirtualHardDiskArgs(
                            uri="string",
                        ),
                        managed_disk=azure_native.azurefleet.VirtualMachineScaleSetManagedDiskParametersArgs(
                            disk_encryption_set=azure_native.azurefleet.DiskEncryptionSetParametersArgs(
                                id="string",
                            ),
                            security_profile=azure_native.azurefleet.VMDiskSecurityProfileArgs(
                                disk_encryption_set=azure_native.azurefleet.DiskEncryptionSetParametersArgs(
                                    id="string",
                                ),
                                security_encryption_type="string",
                            ),
                            storage_account_type="string",
                        ),
                        name="string",
                        os_type=azure_native.azurefleet.OperatingSystemTypes.WINDOWS,
                        vhd_containers=["string"],
                        write_accelerator_enabled=False,
                    ),
                ),
                user_data="string",
            ),
            compute_api_version="string",
            platform_fault_domain_count=0,
        ),
        resource_group_name="string",
        vm_sizes_profile=[azure_native.azurefleet.VmSizeProfileArgs(
            name="string",
            rank=0,
        )],
        fleet_name="string",
        identity=azure_native.azurefleet.ManagedServiceIdentityArgs(
            type="string",
            user_assigned_identities=["string"],
        ),
        location="string",
        plan=azure_native.azurefleet.PlanArgs(
            name="string",
            product="string",
            publisher="string",
            promotion_code="string",
            version="string",
        ),
        regular_priority_profile=azure_native.azurefleet.RegularPriorityProfileArgs(
            allocation_strategy="string",
            capacity=0,
            min_capacity=0,
        ),
        spot_priority_profile=azure_native.azurefleet.SpotPriorityProfileArgs(
            allocation_strategy="string",
            capacity=0,
            eviction_policy="string",
            maintain=False,
            max_price_per_vm=0,
            min_capacity=0,
        ),
        tags={
            "string": "string",
        },
        zones=["string"])
    
    const fleetResource = new azure_native.azurefleet.Fleet("fleetResource", {
        computeProfile: {
            baseVirtualMachineProfile: {
                applicationProfile: {
                    galleryApplications: [{
                        packageReferenceId: "string",
                        configurationReference: "string",
                        enableAutomaticUpgrade: false,
                        order: 0,
                        tags: "string",
                        treatFailureAsDeploymentFailure: false,
                    }],
                },
                billingProfile: {
                    maxPrice: 0,
                },
                capacityReservation: {
                    capacityReservationGroup: {
                        id: "string",
                    },
                },
                diagnosticsProfile: {
                    bootDiagnostics: {
                        enabled: false,
                        storageUri: "string",
                    },
                },
                evictionPolicy: "string",
                extensionProfile: {
                    extensions: [{
                        autoUpgradeMinorVersion: false,
                        enableAutomaticUpgrade: false,
                        forceUpdateTag: "string",
                        name: "string",
                        protectedSettings: "any",
                        protectedSettingsFromKeyVault: {
                            secretUrl: "string",
                            sourceVault: {
                                id: "string",
                            },
                        },
                        provisionAfterExtensions: ["string"],
                        publisher: "string",
                        settings: "any",
                        suppressFailures: false,
                        type: "string",
                        typeHandlerVersion: "string",
                    }],
                    extensionsTimeBudget: "string",
                },
                hardwareProfile: {
                    vmSizeProperties: {
                        vCPUsAvailable: 0,
                        vCPUsPerCore: 0,
                    },
                },
                licenseType: "string",
                networkProfile: {
                    healthProbe: {
                        id: "string",
                    },
                    networkApiVersion: "string",
                    networkInterfaceConfigurations: [{
                        ipConfigurations: [{
                            name: "string",
                            applicationGatewayBackendAddressPools: [{
                                id: "string",
                            }],
                            applicationSecurityGroups: [{
                                id: "string",
                            }],
                            loadBalancerBackendAddressPools: [{
                                id: "string",
                            }],
                            loadBalancerInboundNatPools: [{
                                id: "string",
                            }],
                            primary: false,
                            privateIPAddressVersion: "string",
                            publicIPAddressConfiguration: {
                                name: "string",
                                deleteOption: "string",
                                dnsSettings: {
                                    domainNameLabel: "string",
                                    domainNameLabelScope: "string",
                                },
                                idleTimeoutInMinutes: 0,
                                ipTags: [{
                                    ipTagType: "string",
                                    tag: "string",
                                }],
                                publicIPAddressVersion: "string",
                                publicIPPrefix: {
                                    id: "string",
                                },
                                sku: {
                                    name: "string",
                                    tier: "string",
                                },
                            },
                            subnet: {
                                id: "string",
                            },
                        }],
                        name: "string",
                        auxiliaryMode: "string",
                        auxiliarySku: "string",
                        deleteOption: "string",
                        disableTcpStateTracking: false,
                        dnsSettings: {
                            dnsServers: ["string"],
                        },
                        enableAcceleratedNetworking: false,
                        enableFpga: false,
                        enableIPForwarding: false,
                        networkSecurityGroup: {
                            id: "string",
                        },
                        primary: false,
                    }],
                },
                osProfile: {
                    adminPassword: "string",
                    adminUsername: "string",
                    allowExtensionOperations: false,
                    computerNamePrefix: "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.azurefleet.ComponentNames.Microsoft_Windows_Shell_Setup,
                            content: "string",
                            passName: azure_native.azurefleet.PassNames.OobeSystem,
                            settingName: azure_native.azurefleet.SettingNames.AutoLogon,
                        }],
                        enableAutomaticUpdates: false,
                        enableVMAgentPlatformUpdates: false,
                        patchSettings: {
                            assessmentMode: "string",
                            automaticByPlatformSettings: {
                                bypassPlatformSafetyChecksOnUserSchedule: false,
                                rebootSetting: "string",
                            },
                            enableHotpatching: false,
                            patchMode: "string",
                        },
                        provisionVMAgent: false,
                        timeZone: "string",
                        winRM: {
                            listeners: [{
                                certificateUrl: "string",
                                protocol: azure_native.azurefleet.ProtocolTypes.Http,
                            }],
                        },
                    },
                },
                priority: "string",
                scheduledEventsProfile: {
                    osImageNotificationProfile: {
                        enable: false,
                        notBeforeTimeout: "string",
                    },
                    terminateNotificationProfile: {
                        enable: false,
                        notBeforeTimeout: "string",
                    },
                },
                securityPostureReference: {
                    excludeExtensions: [{
                        autoUpgradeMinorVersion: false,
                        enableAutomaticUpgrade: false,
                        forceUpdateTag: "string",
                        instanceView: {
                            name: "string",
                            statuses: [{
                                code: "string",
                                displayStatus: "string",
                                level: azure_native.azurefleet.StatusLevelTypes.Info,
                                message: "string",
                                time: "string",
                            }],
                            substatuses: [{
                                code: "string",
                                displayStatus: "string",
                                level: azure_native.azurefleet.StatusLevelTypes.Info,
                                message: "string",
                                time: "string",
                            }],
                            type: "string",
                            typeHandlerVersion: "string",
                        },
                        location: "string",
                        protectedSettings: "any",
                        protectedSettingsFromKeyVault: {
                            secretUrl: "string",
                            sourceVault: {
                                id: "string",
                            },
                        },
                        provisionAfterExtensions: ["string"],
                        publisher: "string",
                        settings: "any",
                        suppressFailures: false,
                        tags: {
                            string: "string",
                        },
                        type: "string",
                        typeHandlerVersion: "string",
                    }],
                    id: "string",
                },
                securityProfile: {
                    encryptionAtHost: false,
                    encryptionIdentity: {
                        userAssignedIdentityResourceId: "string",
                    },
                    proxyAgentSettings: {
                        enabled: false,
                        keyIncarnationId: 0,
                        mode: "string",
                    },
                    securityType: "string",
                    uefiSettings: {
                        secureBootEnabled: false,
                        vTpmEnabled: false,
                    },
                },
                serviceArtifactReference: {
                    id: "string",
                },
                storageProfile: {
                    dataDisks: [{
                        createOption: "string",
                        lun: 0,
                        caching: azure_native.azurefleet.CachingTypes.None,
                        deleteOption: "string",
                        diskIOPSReadWrite: 0,
                        diskMBpsReadWrite: 0,
                        diskSizeGB: 0,
                        managedDisk: {
                            diskEncryptionSet: {
                                id: "string",
                            },
                            securityProfile: {
                                diskEncryptionSet: {
                                    id: "string",
                                },
                                securityEncryptionType: "string",
                            },
                            storageAccountType: "string",
                        },
                        name: "string",
                        writeAcceleratorEnabled: false,
                    }],
                    diskControllerType: ["string"],
                    imageReference: {
                        communityGalleryImageId: "string",
                        id: "string",
                        offer: "string",
                        publisher: "string",
                        sharedGalleryImageId: "string",
                        sku: "string",
                        version: "string",
                    },
                    osDisk: {
                        createOption: "string",
                        caching: azure_native.azurefleet.CachingTypes.None,
                        deleteOption: "string",
                        diffDiskSettings: {
                            option: "string",
                            placement: "string",
                        },
                        diskSizeGB: 0,
                        image: {
                            uri: "string",
                        },
                        managedDisk: {
                            diskEncryptionSet: {
                                id: "string",
                            },
                            securityProfile: {
                                diskEncryptionSet: {
                                    id: "string",
                                },
                                securityEncryptionType: "string",
                            },
                            storageAccountType: "string",
                        },
                        name: "string",
                        osType: azure_native.azurefleet.OperatingSystemTypes.Windows,
                        vhdContainers: ["string"],
                        writeAcceleratorEnabled: false,
                    },
                },
                userData: "string",
            },
            computeApiVersion: "string",
            platformFaultDomainCount: 0,
        },
        resourceGroupName: "string",
        vmSizesProfile: [{
            name: "string",
            rank: 0,
        }],
        fleetName: "string",
        identity: {
            type: "string",
            userAssignedIdentities: ["string"],
        },
        location: "string",
        plan: {
            name: "string",
            product: "string",
            publisher: "string",
            promotionCode: "string",
            version: "string",
        },
        regularPriorityProfile: {
            allocationStrategy: "string",
            capacity: 0,
            minCapacity: 0,
        },
        spotPriorityProfile: {
            allocationStrategy: "string",
            capacity: 0,
            evictionPolicy: "string",
            maintain: false,
            maxPricePerVM: 0,
            minCapacity: 0,
        },
        tags: {
            string: "string",
        },
        zones: ["string"],
    });
    
    type: azure-native:azurefleet:Fleet
    properties:
        computeProfile:
            baseVirtualMachineProfile:
                applicationProfile:
                    galleryApplications:
                        - configurationReference: string
                          enableAutomaticUpgrade: false
                          order: 0
                          packageReferenceId: string
                          tags: string
                          treatFailureAsDeploymentFailure: false
                billingProfile:
                    maxPrice: 0
                capacityReservation:
                    capacityReservationGroup:
                        id: string
                diagnosticsProfile:
                    bootDiagnostics:
                        enabled: false
                        storageUri: string
                evictionPolicy: string
                extensionProfile:
                    extensions:
                        - autoUpgradeMinorVersion: false
                          enableAutomaticUpgrade: false
                          forceUpdateTag: string
                          name: string
                          protectedSettings: any
                          protectedSettingsFromKeyVault:
                            secretUrl: string
                            sourceVault:
                                id: string
                          provisionAfterExtensions:
                            - string
                          publisher: string
                          settings: any
                          suppressFailures: false
                          type: string
                          typeHandlerVersion: string
                    extensionsTimeBudget: string
                hardwareProfile:
                    vmSizeProperties:
                        vCPUsAvailable: 0
                        vCPUsPerCore: 0
                licenseType: string
                networkProfile:
                    healthProbe:
                        id: string
                    networkApiVersion: string
                    networkInterfaceConfigurations:
                        - auxiliaryMode: string
                          auxiliarySku: string
                          deleteOption: string
                          disableTcpStateTracking: false
                          dnsSettings:
                            dnsServers:
                                - string
                          enableAcceleratedNetworking: false
                          enableFpga: false
                          enableIPForwarding: false
                          ipConfigurations:
                            - applicationGatewayBackendAddressPools:
                                - id: string
                              applicationSecurityGroups:
                                - id: string
                              loadBalancerBackendAddressPools:
                                - id: string
                              loadBalancerInboundNatPools:
                                - id: string
                              name: string
                              primary: false
                              privateIPAddressVersion: string
                              publicIPAddressConfiguration:
                                deleteOption: string
                                dnsSettings:
                                    domainNameLabel: string
                                    domainNameLabelScope: string
                                idleTimeoutInMinutes: 0
                                ipTags:
                                    - ipTagType: string
                                      tag: string
                                name: string
                                publicIPAddressVersion: string
                                publicIPPrefix:
                                    id: string
                                sku:
                                    name: string
                                    tier: string
                              subnet:
                                id: string
                          name: string
                          networkSecurityGroup:
                            id: string
                          primary: false
                osProfile:
                    adminPassword: string
                    adminUsername: string
                    allowExtensionOperations: false
                    computerNamePrefix: 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: AutoLogon
                        enableAutomaticUpdates: false
                        enableVMAgentPlatformUpdates: false
                        patchSettings:
                            assessmentMode: string
                            automaticByPlatformSettings:
                                bypassPlatformSafetyChecksOnUserSchedule: false
                                rebootSetting: string
                            enableHotpatching: false
                            patchMode: string
                        provisionVMAgent: false
                        timeZone: string
                        winRM:
                            listeners:
                                - certificateUrl: string
                                  protocol: Http
                priority: string
                scheduledEventsProfile:
                    osImageNotificationProfile:
                        enable: false
                        notBeforeTimeout: string
                    terminateNotificationProfile:
                        enable: false
                        notBeforeTimeout: string
                securityPostureReference:
                    excludeExtensions:
                        - autoUpgradeMinorVersion: false
                          enableAutomaticUpgrade: false
                          forceUpdateTag: string
                          instanceView:
                            name: string
                            statuses:
                                - code: string
                                  displayStatus: string
                                  level: Info
                                  message: string
                                  time: string
                            substatuses:
                                - code: string
                                  displayStatus: string
                                  level: Info
                                  message: string
                                  time: string
                            type: string
                            typeHandlerVersion: string
                          location: string
                          protectedSettings: any
                          protectedSettingsFromKeyVault:
                            secretUrl: string
                            sourceVault:
                                id: string
                          provisionAfterExtensions:
                            - string
                          publisher: string
                          settings: any
                          suppressFailures: false
                          tags:
                            string: string
                          type: string
                          typeHandlerVersion: string
                    id: string
                securityProfile:
                    encryptionAtHost: false
                    encryptionIdentity:
                        userAssignedIdentityResourceId: string
                    proxyAgentSettings:
                        enabled: false
                        keyIncarnationId: 0
                        mode: string
                    securityType: string
                    uefiSettings:
                        secureBootEnabled: false
                        vTpmEnabled: false
                serviceArtifactReference:
                    id: string
                storageProfile:
                    dataDisks:
                        - caching: None
                          createOption: string
                          deleteOption: string
                          diskIOPSReadWrite: 0
                          diskMBpsReadWrite: 0
                          diskSizeGB: 0
                          lun: 0
                          managedDisk:
                            diskEncryptionSet:
                                id: string
                            securityProfile:
                                diskEncryptionSet:
                                    id: string
                                securityEncryptionType: string
                            storageAccountType: string
                          name: string
                          writeAcceleratorEnabled: false
                    diskControllerType:
                        - string
                    imageReference:
                        communityGalleryImageId: string
                        id: string
                        offer: string
                        publisher: string
                        sharedGalleryImageId: string
                        sku: string
                        version: string
                    osDisk:
                        caching: None
                        createOption: string
                        deleteOption: string
                        diffDiskSettings:
                            option: string
                            placement: string
                        diskSizeGB: 0
                        image:
                            uri: string
                        managedDisk:
                            diskEncryptionSet:
                                id: string
                            securityProfile:
                                diskEncryptionSet:
                                    id: string
                                securityEncryptionType: string
                            storageAccountType: string
                        name: string
                        osType: Windows
                        vhdContainers:
                            - string
                        writeAcceleratorEnabled: false
                userData: string
            computeApiVersion: string
            platformFaultDomainCount: 0
        fleetName: string
        identity:
            type: string
            userAssignedIdentities:
                - string
        location: string
        plan:
            name: string
            product: string
            promotionCode: string
            publisher: string
            version: string
        regularPriorityProfile:
            allocationStrategy: string
            capacity: 0
            minCapacity: 0
        resourceGroupName: string
        spotPriorityProfile:
            allocationStrategy: string
            capacity: 0
            evictionPolicy: string
            maintain: false
            maxPricePerVM: 0
            minCapacity: 0
        tags:
            string: string
        vmSizesProfile:
            - name: string
              rank: 0
        zones:
            - string
    

    Fleet Resource Properties

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

    Inputs

    The Fleet resource accepts the following input properties:

    ComputeProfile Pulumi.AzureNative.AzureFleet.Inputs.ComputeProfile
    Compute Profile to use for running user's workloads.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VmSizesProfile List<Pulumi.AzureNative.AzureFleet.Inputs.VmSizeProfile>
    List of VM sizes supported for Compute Fleet
    FleetName string
    The name of the Compute Fleet
    Identity Pulumi.AzureNative.AzureFleet.Inputs.ManagedServiceIdentity
    The managed service identities assigned to this resource.
    Location string
    The geo-location where the resource lives
    Plan Pulumi.AzureNative.AzureFleet.Inputs.Plan
    Details of the resource plan.
    RegularPriorityProfile Pulumi.AzureNative.AzureFleet.Inputs.RegularPriorityProfile
    Configuration Options for Regular instances in Compute Fleet.
    SpotPriorityProfile Pulumi.AzureNative.AzureFleet.Inputs.SpotPriorityProfile
    Configuration Options for Spot instances in Compute Fleet.
    Tags Dictionary<string, string>
    Resource tags.
    Zones List<string>
    Zones in which the Compute Fleet is available
    ComputeProfile ComputeProfileArgs
    Compute Profile to use for running user's workloads.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VmSizesProfile []VmSizeProfileArgs
    List of VM sizes supported for Compute Fleet
    FleetName string
    The name of the Compute Fleet
    Identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    Location string
    The geo-location where the resource lives
    Plan PlanArgs
    Details of the resource plan.
    RegularPriorityProfile RegularPriorityProfileArgs
    Configuration Options for Regular instances in Compute Fleet.
    SpotPriorityProfile SpotPriorityProfileArgs
    Configuration Options for Spot instances in Compute Fleet.
    Tags map[string]string
    Resource tags.
    Zones []string
    Zones in which the Compute Fleet is available
    computeProfile ComputeProfile
    Compute Profile to use for running user's workloads.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    vmSizesProfile List<VmSizeProfile>
    List of VM sizes supported for Compute Fleet
    fleetName String
    The name of the Compute Fleet
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    location String
    The geo-location where the resource lives
    plan Plan
    Details of the resource plan.
    regularPriorityProfile RegularPriorityProfile
    Configuration Options for Regular instances in Compute Fleet.
    spotPriorityProfile SpotPriorityProfile
    Configuration Options for Spot instances in Compute Fleet.
    tags Map<String,String>
    Resource tags.
    zones List<String>
    Zones in which the Compute Fleet is available
    computeProfile ComputeProfile
    Compute Profile to use for running user's workloads.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    vmSizesProfile VmSizeProfile[]
    List of VM sizes supported for Compute Fleet
    fleetName string
    The name of the Compute Fleet
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    location string
    The geo-location where the resource lives
    plan Plan
    Details of the resource plan.
    regularPriorityProfile RegularPriorityProfile
    Configuration Options for Regular instances in Compute Fleet.
    spotPriorityProfile SpotPriorityProfile
    Configuration Options for Spot instances in Compute Fleet.
    tags {[key: string]: string}
    Resource tags.
    zones string[]
    Zones in which the Compute Fleet is available
    compute_profile ComputeProfileArgs
    Compute Profile to use for running user's workloads.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    vm_sizes_profile Sequence[VmSizeProfileArgs]
    List of VM sizes supported for Compute Fleet
    fleet_name str
    The name of the Compute Fleet
    identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    location str
    The geo-location where the resource lives
    plan PlanArgs
    Details of the resource plan.
    regular_priority_profile RegularPriorityProfileArgs
    Configuration Options for Regular instances in Compute Fleet.
    spot_priority_profile SpotPriorityProfileArgs
    Configuration Options for Spot instances in Compute Fleet.
    tags Mapping[str, str]
    Resource tags.
    zones Sequence[str]
    Zones in which the Compute Fleet is available
    computeProfile Property Map
    Compute Profile to use for running user's workloads.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    vmSizesProfile List<Property Map>
    List of VM sizes supported for Compute Fleet
    fleetName String
    The name of the Compute Fleet
    identity Property Map
    The managed service identities assigned to this resource.
    location String
    The geo-location where the resource lives
    plan Property Map
    Details of the resource plan.
    regularPriorityProfile Property Map
    Configuration Options for Regular instances in Compute Fleet.
    spotPriorityProfile Property Map
    Configuration Options for Spot instances in Compute Fleet.
    tags Map<String>
    Resource tags.
    zones List<String>
    Zones in which the Compute Fleet is available

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    ProvisioningState string
    The status of the last operation.
    SystemData Pulumi.AzureNative.AzureFleet.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"
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    ProvisioningState string
    The status of the last operation.
    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"
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    provisioningState String
    The status of the last operation.
    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"
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    provisioningState string
    The status of the last operation.
    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"
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the resource
    provisioning_state str
    The status of the last operation.
    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"
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    provisioningState String
    The status of the last operation.
    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

    AdditionalUnattendContent, AdditionalUnattendContentArgs

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

    AdditionalUnattendContentResponse, AdditionalUnattendContentResponseArgs

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

    ApiEntityReference, ApiEntityReferenceArgs

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

    ApiEntityReferenceResponse, ApiEntityReferenceResponseArgs

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

    ApplicationProfile, ApplicationProfileArgs

    GalleryApplications List<Pulumi.AzureNative.AzureFleet.Inputs.VMGalleryApplication>
    Specifies the gallery applications that should be made available to the VM/VMSS
    GalleryApplications []VMGalleryApplication
    Specifies the gallery applications that should be made available to the VM/VMSS
    galleryApplications List<VMGalleryApplication>
    Specifies the gallery applications that should be made available to the VM/VMSS
    galleryApplications VMGalleryApplication[]
    Specifies the gallery applications that should be made available to the VM/VMSS
    gallery_applications Sequence[VMGalleryApplication]
    Specifies the gallery applications that should be made available to the VM/VMSS
    galleryApplications List<Property Map>
    Specifies the gallery applications that should be made available to the VM/VMSS

    ApplicationProfileResponse, ApplicationProfileResponseArgs

    GalleryApplications List<Pulumi.AzureNative.AzureFleet.Inputs.VMGalleryApplicationResponse>
    Specifies the gallery applications that should be made available to the VM/VMSS
    GalleryApplications []VMGalleryApplicationResponse
    Specifies the gallery applications that should be made available to the VM/VMSS
    galleryApplications List<VMGalleryApplicationResponse>
    Specifies the gallery applications that should be made available to the VM/VMSS
    galleryApplications VMGalleryApplicationResponse[]
    Specifies the gallery applications that should be made available to the VM/VMSS
    gallery_applications Sequence[VMGalleryApplicationResponse]
    Specifies the gallery applications that should be made available to the VM/VMSS
    galleryApplications List<Property Map>
    Specifies the gallery applications that should be made available to the VM/VMSS

    BillingProfile, BillingProfileArgs

    MaxPrice double
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    MaxPrice float64
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    maxPrice Double
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    maxPrice number
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    max_price float
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    maxPrice Number
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.

    BillingProfileResponse, BillingProfileResponseArgs

    MaxPrice double
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    MaxPrice float64
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    maxPrice Double
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    maxPrice number
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    max_price float
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
    maxPrice Number
    Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.

    BootDiagnostics, BootDiagnosticsArgs

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

    BootDiagnosticsResponse, BootDiagnosticsResponseArgs

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

    CachingTypes, CachingTypesArgs

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

    CapacityReservationProfile, CapacityReservationProfileArgs

    CapacityReservationGroup Pulumi.AzureNative.AzureFleet.Inputs.SubResource
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.

    CapacityReservationProfileResponse, CapacityReservationProfileResponseArgs

    CapacityReservationGroup Pulumi.AzureNative.AzureFleet.Inputs.SubResourceResponse
    Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances 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 or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.

    ComponentNames, ComponentNamesArgs

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

    ComputeProfile, ComputeProfileArgs

    BaseVirtualMachineProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetVMProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    PlatformFaultDomainCount int
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    BaseVirtualMachineProfile VirtualMachineScaleSetVMProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    PlatformFaultDomainCount int
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    baseVirtualMachineProfile VirtualMachineScaleSetVMProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platformFaultDomainCount Integer
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    baseVirtualMachineProfile VirtualMachineScaleSetVMProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    computeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platformFaultDomainCount number
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    base_virtual_machine_profile VirtualMachineScaleSetVMProfile
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    compute_api_version str
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platform_fault_domain_count int
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    baseVirtualMachineProfile Property Map
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platformFaultDomainCount Number
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.

    ComputeProfileResponse, ComputeProfileResponseArgs

    BaseVirtualMachineProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetVMProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    PlatformFaultDomainCount int
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    BaseVirtualMachineProfile VirtualMachineScaleSetVMProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    ComputeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    PlatformFaultDomainCount int
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    baseVirtualMachineProfile VirtualMachineScaleSetVMProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platformFaultDomainCount Integer
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    baseVirtualMachineProfile VirtualMachineScaleSetVMProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    computeApiVersion string
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platformFaultDomainCount number
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    base_virtual_machine_profile VirtualMachineScaleSetVMProfileResponse
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    compute_api_version str
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platform_fault_domain_count int
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.
    baseVirtualMachineProfile Property Map
    Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
    computeApiVersion String
    Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.
    platformFaultDomainCount Number
    Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.

    DeleteOptions, DeleteOptionsArgs

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

    DiagnosticsProfile, DiagnosticsProfileArgs

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

    DiagnosticsProfileResponse, DiagnosticsProfileResponseArgs

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

    DiffDiskOptions, DiffDiskOptionsArgs

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

    DiffDiskPlacement, DiffDiskPlacementArgs

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

    DiffDiskSettings, DiffDiskSettingsArgs

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

    DiffDiskSettingsResponse, DiffDiskSettingsResponseArgs

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

    DiskControllerTypes, DiskControllerTypesArgs

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

    DiskCreateOptionTypes, DiskCreateOptionTypesArgs

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

    DiskDeleteOptionTypes, DiskDeleteOptionTypesArgs

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

    DiskEncryptionSetParameters, DiskEncryptionSetParametersArgs

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

    DiskEncryptionSetParametersResponse, DiskEncryptionSetParametersResponseArgs

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

    DomainNameLabelScopeTypes, DomainNameLabelScopeTypesArgs

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

    EncryptionIdentity, EncryptionIdentityArgs

    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

    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.

    EvictionPolicy, EvictionPolicyArgs

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

    IPVersion, IPVersionArgs

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

    ImageReference, ImageReferenceArgs

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

    ImageReferenceResponse, ImageReferenceResponseArgs

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

    InstanceViewStatus, InstanceViewStatusArgs

    Code string
    The status code.
    DisplayStatus string
    The short localizable label for the status.
    Level Pulumi.AzureNative.AzureFleet.StatusLevelTypes
    The level code.
    Message string
    The detailed status message, including for alerts and error messages.
    Time string
    The time of the status.
    Code string
    The status code.
    DisplayStatus string
    The short localizable label for the status.
    Level StatusLevelTypes
    The level code.
    Message string
    The detailed status message, including for alerts and error messages.
    Time string
    The time of the status.
    code String
    The status code.
    displayStatus String
    The short localizable label for the status.
    level StatusLevelTypes
    The level code.
    message String
    The detailed status message, including for alerts and error messages.
    time String
    The time of the status.
    code string
    The status code.
    displayStatus string
    The short localizable label for the status.
    level StatusLevelTypes
    The level code.
    message string
    The detailed status message, including for alerts and error messages.
    time string
    The time of the status.
    code str
    The status code.
    display_status str
    The short localizable label for the status.
    level StatusLevelTypes
    The level code.
    message str
    The detailed status message, including for alerts and error messages.
    time str
    The time of the status.
    code String
    The status code.
    displayStatus String
    The short localizable label for the status.
    level "Info" | "Warning" | "Error"
    The level code.
    message String
    The detailed status message, including for alerts and error messages.
    time String
    The time of the status.

    InstanceViewStatusResponse, InstanceViewStatusResponseArgs

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

    KeyVaultSecretReference, KeyVaultSecretReferenceArgs

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

    KeyVaultSecretReferenceResponse, KeyVaultSecretReferenceResponseArgs

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

    LinuxConfiguration, LinuxConfigurationArgs

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

    LinuxConfigurationResponse, LinuxConfigurationResponseArgs

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

    LinuxPatchAssessmentMode, LinuxPatchAssessmentModeArgs

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

    LinuxPatchSettings, LinuxPatchSettingsArgs

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

    LinuxPatchSettingsResponse, LinuxPatchSettingsResponseArgs

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

    LinuxVMGuestPatchAutomaticByPlatformRebootSetting, LinuxVMGuestPatchAutomaticByPlatformRebootSettingArgs

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

    LinuxVMGuestPatchAutomaticByPlatformSettings, LinuxVMGuestPatchAutomaticByPlatformSettingsArgs

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

    LinuxVMGuestPatchAutomaticByPlatformSettingsResponse, LinuxVMGuestPatchAutomaticByPlatformSettingsResponseArgs

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

    LinuxVMGuestPatchMode, LinuxVMGuestPatchModeArgs

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

    ManagedServiceIdentity, ManagedServiceIdentityArgs

    Type string | Pulumi.AzureNative.AzureFleet.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

    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.AzureFleet.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
    Enforce
    Enforce
    ModeAudit
    Audit
    ModeEnforce
    Enforce
    Audit
    Audit
    Enforce
    Enforce
    Audit
    Audit
    Enforce
    Enforce
    AUDIT
    Audit
    ENFORCE
    Enforce
    "Audit"
    Audit
    "Enforce"
    Enforce

    NetworkApiVersion, NetworkApiVersionArgs

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

    NetworkInterfaceAuxiliaryMode, NetworkInterfaceAuxiliaryModeArgs

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

    NetworkInterfaceAuxiliarySku, NetworkInterfaceAuxiliarySkuArgs

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

    OSImageNotificationProfile, OSImageNotificationProfileArgs

    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

    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)

    OperatingSystemTypes, OperatingSystemTypesArgs

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

    PassNames, PassNamesArgs

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

    PatchSettings, PatchSettingsArgs

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

    PatchSettingsResponse, PatchSettingsResponseArgs

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

    Plan, PlanArgs

    Name string
    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

    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.

    ProtocolTypes, ProtocolTypesArgs

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

    ProxyAgentSettings, ProxyAgentSettingsArgs

    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    KeyIncarnationId int
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    Mode string | Pulumi.AzureNative.AzureFleet.Mode
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    KeyIncarnationId int
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    Mode string | Mode
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    keyIncarnationId Integer
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    mode String | Mode
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    keyIncarnationId number
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    mode string | Mode
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    key_incarnation_id int
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    mode str | Mode
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    keyIncarnationId Number
    Increase the value of this property allows user 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 if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.

    ProxyAgentSettingsResponse, ProxyAgentSettingsResponseArgs

    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    KeyIncarnationId int
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    Mode string
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    Enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    KeyIncarnationId int
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    Mode string
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    keyIncarnationId Integer
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    mode String
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    keyIncarnationId number
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    mode string
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled bool
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    key_incarnation_id int
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    mode str
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
    enabled Boolean
    Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
    keyIncarnationId Number
    Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
    mode String
    Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.

    PublicIPAddressSku, PublicIPAddressSkuArgs

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

    PublicIPAddressSkuName, PublicIPAddressSkuNameArgs

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

    PublicIPAddressSkuResponse, PublicIPAddressSkuResponseArgs

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

    PublicIPAddressSkuTier, PublicIPAddressSkuTierArgs

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

    RegularPriorityAllocationStrategy, RegularPriorityAllocationStrategyArgs

    LowestPrice
    LowestPriceDefault. VM sizes distribution will be determined to optimize for price.
    Prioritized
    PrioritizedVM sizes distribution will be determined to optimize for the 'priority' as specified for each vm size.
    RegularPriorityAllocationStrategyLowestPrice
    LowestPriceDefault. VM sizes distribution will be determined to optimize for price.
    RegularPriorityAllocationStrategyPrioritized
    PrioritizedVM sizes distribution will be determined to optimize for the 'priority' as specified for each vm size.
    LowestPrice
    LowestPriceDefault. VM sizes distribution will be determined to optimize for price.
    Prioritized
    PrioritizedVM sizes distribution will be determined to optimize for the 'priority' as specified for each vm size.
    LowestPrice
    LowestPriceDefault. VM sizes distribution will be determined to optimize for price.
    Prioritized
    PrioritizedVM sizes distribution will be determined to optimize for the 'priority' as specified for each vm size.
    LOWEST_PRICE
    LowestPriceDefault. VM sizes distribution will be determined to optimize for price.
    PRIORITIZED
    PrioritizedVM sizes distribution will be determined to optimize for the 'priority' as specified for each vm size.
    "LowestPrice"
    LowestPriceDefault. VM sizes distribution will be determined to optimize for price.
    "Prioritized"
    PrioritizedVM sizes distribution will be determined to optimize for the 'priority' as specified for each vm size.

    RegularPriorityProfile, RegularPriorityProfileArgs

    AllocationStrategy string | Pulumi.AzureNative.AzureFleet.RegularPriorityAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    AllocationStrategy string | RegularPriorityAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String | RegularPriorityAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity Integer
    Total capacity to achieve. It is currently in terms of number of VMs.
    minCapacity Integer
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy string | RegularPriorityAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity number
    Total capacity to achieve. It is currently in terms of number of VMs.
    minCapacity number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocation_strategy str | RegularPriorityAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    min_capacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String | "LowestPrice" | "Prioritized"
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity Number
    Total capacity to achieve. It is currently in terms of number of VMs.
    minCapacity Number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.

    RegularPriorityProfileResponse, RegularPriorityProfileResponseArgs

    AllocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    AllocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity Integer
    Total capacity to achieve. It is currently in terms of number of VMs.
    minCapacity Integer
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity number
    Total capacity to achieve. It is currently in terms of number of VMs.
    minCapacity number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocation_strategy str
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    min_capacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String
    Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
    capacity Number
    Total capacity to achieve. It is currently in terms of number of VMs.
    minCapacity Number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.

    ScheduledEventsProfile, ScheduledEventsProfileArgs

    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

    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
    DiskWithVMGuestState
    DiskWithVMGuestState
    NonPersistedTPM
    NonPersistedTPM
    SecurityEncryptionTypesVMGuestStateOnly
    VMGuestStateOnly
    SecurityEncryptionTypesDiskWithVMGuestState
    DiskWithVMGuestState
    SecurityEncryptionTypesNonPersistedTPM
    NonPersistedTPM
    VMGuestStateOnly
    VMGuestStateOnly
    DiskWithVMGuestState
    DiskWithVMGuestState
    NonPersistedTPM
    NonPersistedTPM
    VMGuestStateOnly
    VMGuestStateOnly
    DiskWithVMGuestState
    DiskWithVMGuestState
    NonPersistedTPM
    NonPersistedTPM
    VM_GUEST_STATE_ONLY
    VMGuestStateOnly
    DISK_WITH_VM_GUEST_STATE
    DiskWithVMGuestState
    NON_PERSISTED_TPM
    NonPersistedTPM
    "VMGuestStateOnly"
    VMGuestStateOnly
    "DiskWithVMGuestState"
    DiskWithVMGuestState
    "NonPersistedTPM"
    NonPersistedTPM

    SecurityPostureReference, SecurityPostureReferenceArgs

    ExcludeExtensions List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineExtension>
    List of virtual machine extensions to exclude when applying the Security Posture.
    Id string
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    ExcludeExtensions []VirtualMachineExtension
    List of virtual machine extensions to exclude when applying the Security Posture.
    Id string
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    excludeExtensions List<VirtualMachineExtension>
    List of virtual machine extensions to exclude when applying the Security Posture.
    id String
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    excludeExtensions VirtualMachineExtension[]
    List of virtual machine extensions to exclude when applying the Security Posture.
    id string
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    exclude_extensions Sequence[VirtualMachineExtension]
    List of virtual machine extensions to exclude when applying the Security Posture.
    id str
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    excludeExtensions List<Property Map>
    List of virtual machine extensions to exclude when applying the Security Posture.
    id String
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest

    SecurityPostureReferenceResponse, SecurityPostureReferenceResponseArgs

    ExcludeExtensions List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineExtensionResponse>
    List of virtual machine extensions to exclude when applying the Security Posture.
    Id string
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    ExcludeExtensions []VirtualMachineExtensionResponse
    List of virtual machine extensions to exclude when applying the Security Posture.
    Id string
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    excludeExtensions List<VirtualMachineExtensionResponse>
    List of virtual machine extensions to exclude when applying the Security Posture.
    id String
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    excludeExtensions VirtualMachineExtensionResponse[]
    List of virtual machine extensions to exclude when applying the Security Posture.
    id string
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    exclude_extensions Sequence[VirtualMachineExtensionResponse]
    List of virtual machine extensions to exclude when applying the Security Posture.
    id str
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
    excludeExtensions List<Property Map>
    List of virtual machine extensions to exclude when applying the Security Posture.
    id String
    The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest

    SecurityProfile, SecurityProfileArgs

    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    EncryptionIdentity Pulumi.AzureNative.AzureFleet.Inputs.EncryptionIdentity
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    ProxyAgentSettings Pulumi.AzureNative.AzureFleet.Inputs.ProxyAgentSettings
    Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
    SecurityType string | Pulumi.AzureNative.AzureFleet.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.AzureFleet.Inputs.UefiSettings
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    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 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 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 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 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 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 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 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 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 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 api-version: 2020-12-01.

    SecurityProfileResponse, SecurityProfileResponseArgs

    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    EncryptionIdentity Pulumi.AzureNative.AzureFleet.Inputs.EncryptionIdentityResponse
    Specifies the Managed Identity used by ADE to get access token for keyvault operations.
    ProxyAgentSettings Pulumi.AzureNative.AzureFleet.Inputs.ProxyAgentSettingsResponse
    Specifies ProxyAgent settings while creating the virtual machine. Minimum 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.AzureFleet.Inputs.UefiSettingsResponse
    Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
    EncryptionAtHost bool
    This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
    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 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 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 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 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 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 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 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 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 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 api-version: 2020-12-01.

    SecurityTypes, SecurityTypesArgs

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

    ServiceArtifactReference, ServiceArtifactReferenceArgs

    Id string
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    Id string
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id String
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id string
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id str
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id String
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}

    ServiceArtifactReferenceResponse, ServiceArtifactReferenceResponseArgs

    Id string
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    Id string
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id String
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id string
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id str
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
    id String
    The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}

    SettingNames, SettingNamesArgs

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

    SpotAllocationStrategy, SpotAllocationStrategyArgs

    PriceCapacityOptimized
    PriceCapacityOptimizedDefault. VM sizes distribution will be determined to optimize for both price and capacity.
    LowestPrice
    LowestPriceVM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    CapacityOptimized
    CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.
    SpotAllocationStrategyPriceCapacityOptimized
    PriceCapacityOptimizedDefault. VM sizes distribution will be determined to optimize for both price and capacity.
    SpotAllocationStrategyLowestPrice
    LowestPriceVM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    SpotAllocationStrategyCapacityOptimized
    CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.
    PriceCapacityOptimized
    PriceCapacityOptimizedDefault. VM sizes distribution will be determined to optimize for both price and capacity.
    LowestPrice
    LowestPriceVM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    CapacityOptimized
    CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.
    PriceCapacityOptimized
    PriceCapacityOptimizedDefault. VM sizes distribution will be determined to optimize for both price and capacity.
    LowestPrice
    LowestPriceVM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    CapacityOptimized
    CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.
    PRICE_CAPACITY_OPTIMIZED
    PriceCapacityOptimizedDefault. VM sizes distribution will be determined to optimize for both price and capacity.
    LOWEST_PRICE
    LowestPriceVM 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
    CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.
    "PriceCapacityOptimized"
    PriceCapacityOptimizedDefault. VM sizes distribution will be determined to optimize for both price and capacity.
    "LowestPrice"
    LowestPriceVM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.
    "CapacityOptimized"
    CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.

    SpotPriorityProfile, SpotPriorityProfileArgs

    AllocationStrategy string | Pulumi.AzureNative.AzureFleet.SpotAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    EvictionPolicy string | Pulumi.AzureNative.AzureFleet.EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    Maintain bool
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    MaxPricePerVM double
    Price per hour of each Spot VM will never exceed this.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    AllocationStrategy string | SpotAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    EvictionPolicy string | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    Maintain bool
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    MaxPricePerVM float64
    Price per hour of each Spot VM will never exceed this.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String | SpotAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity Integer
    Total capacity to achieve. It is currently in terms of number of VMs.
    evictionPolicy String | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    maintain Boolean
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    maxPricePerVM Double
    Price per hour of each Spot VM will never exceed this.
    minCapacity Integer
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy string | SpotAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity number
    Total capacity to achieve. It is currently in terms of number of VMs.
    evictionPolicy string | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    maintain boolean
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    maxPricePerVM number
    Price per hour of each Spot VM will never exceed this.
    minCapacity number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocation_strategy str | SpotAllocationStrategy
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    eviction_policy str | EvictionPolicy
    Eviction Policy to follow when evicting Spot VMs.
    maintain bool
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    max_price_per_vm float
    Price per hour of each Spot VM will never exceed this.
    min_capacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String | "PriceCapacityOptimized" | "LowestPrice" | "CapacityOptimized"
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity Number
    Total capacity to achieve. It is currently in terms of number of VMs.
    evictionPolicy String | "Delete" | "Deallocate"
    Eviction Policy to follow when evicting Spot VMs.
    maintain Boolean
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    maxPricePerVM Number
    Price per hour of each Spot VM will never exceed this.
    minCapacity Number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.

    SpotPriorityProfileResponse, SpotPriorityProfileResponseArgs

    AllocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    EvictionPolicy string
    Eviction Policy to follow when evicting Spot VMs.
    Maintain bool
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    MaxPricePerVM double
    Price per hour of each Spot VM will never exceed this.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    AllocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    Capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    EvictionPolicy string
    Eviction Policy to follow when evicting Spot VMs.
    Maintain bool
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    MaxPricePerVM float64
    Price per hour of each Spot VM will never exceed this.
    MinCapacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity Integer
    Total capacity to achieve. It is currently in terms of number of VMs.
    evictionPolicy String
    Eviction Policy to follow when evicting Spot VMs.
    maintain Boolean
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    maxPricePerVM Double
    Price per hour of each Spot VM will never exceed this.
    minCapacity Integer
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy string
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity number
    Total capacity to achieve. It is currently in terms of number of VMs.
    evictionPolicy string
    Eviction Policy to follow when evicting Spot VMs.
    maintain boolean
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    maxPricePerVM number
    Price per hour of each Spot VM will never exceed this.
    minCapacity number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocation_strategy str
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity int
    Total capacity to achieve. It is currently in terms of number of VMs.
    eviction_policy str
    Eviction Policy to follow when evicting Spot VMs.
    maintain bool
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    max_price_per_vm float
    Price per hour of each Spot VM will never exceed this.
    min_capacity int
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
    allocationStrategy String
    Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
    capacity Number
    Total capacity to achieve. It is currently in terms of number of VMs.
    evictionPolicy String
    Eviction Policy to follow when evicting Spot VMs.
    maintain Boolean
    Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs. If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted) or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity. Maintain is enabled by default.
    maxPricePerVM Number
    Price per hour of each Spot VM will never exceed this.
    minCapacity Number
    Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.

    SshConfiguration, SshConfigurationArgs

    PublicKeys List<Pulumi.AzureNative.AzureFleet.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

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

    SshPublicKey, SshPublicKeyArgs

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

    SshPublicKeyResponse, SshPublicKeyResponseArgs

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

    StatusLevelTypes, StatusLevelTypesArgs

    Info
    Info
    Warning
    Warning
    Error
    Error
    StatusLevelTypesInfo
    Info
    StatusLevelTypesWarning
    Warning
    StatusLevelTypesError
    Error
    Info
    Info
    Warning
    Warning
    Error
    Error
    Info
    Info
    Warning
    Warning
    Error
    Error
    INFO
    Info
    WARNING
    Warning
    ERROR
    Error
    "Info"
    Info
    "Warning"
    Warning
    "Error"
    Error

    StorageAccountTypes, StorageAccountTypesArgs

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

    SubResource, SubResourceArgs

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

    SubResourceResponse, SubResourceResponseArgs

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

    SystemDataResponse, SystemDataResponseArgs

    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

    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

    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

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

    UefiSettingsResponse, UefiSettingsResponseArgs

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

    UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs

    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.

    VMDiskSecurityProfile, VMDiskSecurityProfileArgs

    DiskEncryptionSet Pulumi.AzureNative.AzureFleet.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.AzureFleet.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

    DiskEncryptionSet Pulumi.AzureNative.AzureFleet.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

    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

    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

    VMSizeProperties, VMSizePropertiesArgs

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

    VMSizePropertiesResponse, VMSizePropertiesResponseArgs

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

    VaultCertificate, VaultCertificateArgs

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

    VaultCertificateResponse, VaultCertificateResponseArgs

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

    VaultSecretGroup, VaultSecretGroupArgs

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

    VaultSecretGroupResponse, VaultSecretGroupResponseArgs

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

    VirtualHardDisk, VirtualHardDiskArgs

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

    VirtualHardDiskResponse, VirtualHardDiskResponseArgs

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

    VirtualMachineEvictionPolicyTypes, VirtualMachineEvictionPolicyTypesArgs

    Deallocate
    Deallocate
    Delete
    Delete
    VirtualMachineEvictionPolicyTypesDeallocate
    Deallocate
    VirtualMachineEvictionPolicyTypesDelete
    Delete
    Deallocate
    Deallocate
    Delete
    Delete
    Deallocate
    Deallocate
    Delete
    Delete
    DEALLOCATE
    Deallocate
    DELETE
    Delete
    "Deallocate"
    Deallocate
    "Delete"
    Delete

    VirtualMachineExtension, VirtualMachineExtensionArgs

    AutoUpgradeMinorVersion bool
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    EnableAutomaticUpgrade bool
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    ForceUpdateTag string
    How the extension handler should be forced to update even if the extension configuration has not changed.
    InstanceView Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineExtensionInstanceView
    The virtual machine extension instance view.
    Location string
    Resource location
    ProtectedSettings object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault Pulumi.AzureNative.AzureFleet.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.
    Tags Dictionary<string, string>
    Resource tags
    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.
    InstanceView VirtualMachineExtensionInstanceView
    The virtual machine extension instance view.
    Location string
    Resource location
    ProtectedSettings interface{}
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault 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.
    Tags map[string]string
    Resource tags
    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.
    instanceView VirtualMachineExtensionInstanceView
    The virtual machine extension instance view.
    location String
    Resource location
    protectedSettings Object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault 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.
    tags Map<String,String>
    Resource tags
    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.
    instanceView VirtualMachineExtensionInstanceView
    The virtual machine extension instance view.
    location string
    Resource location
    protectedSettings any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault 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.
    tags {[key: string]: string}
    Resource tags
    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.
    instance_view VirtualMachineExtensionInstanceView
    The virtual machine extension instance view.
    location str
    Resource location
    protected_settings Any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protected_settings_from_key_vault 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.
    tags Mapping[str, str]
    Resource tags
    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.
    instanceView Property Map
    The virtual machine extension instance view.
    location String
    Resource location
    protectedSettings Any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    protectedSettingsFromKeyVault Property Map
    The extensions protected settings that are passed by reference, and consumed from key vault
    provisionAfterExtensions List<String>
    Collection of extension names after which this extension needs to be provisioned.
    publisher String
    The name of the extension handler publisher.
    settings Any
    Json formatted public settings for the extension.
    suppressFailures Boolean
    Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
    tags Map<String>
    Resource tags
    type String
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion String
    Specifies the version of the script handler.

    VirtualMachineExtensionInstanceView, VirtualMachineExtensionInstanceViewArgs

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

    VirtualMachineExtensionInstanceViewResponse, VirtualMachineExtensionInstanceViewResponseArgs

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

    VirtualMachineExtensionResponse, VirtualMachineExtensionResponseArgs

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

    VirtualMachinePriorityTypes, VirtualMachinePriorityTypesArgs

    Regular
    Regular
    Low
    Low
    Spot
    Spot
    VirtualMachinePriorityTypesRegular
    Regular
    VirtualMachinePriorityTypesLow
    Low
    VirtualMachinePriorityTypesSpot
    Spot
    Regular
    Regular
    Low
    Low
    Spot
    Spot
    Regular
    Regular
    Low
    Low
    Spot
    Spot
    REGULAR
    Regular
    LOW
    Low
    SPOT
    Spot
    "Regular"
    Regular
    "Low"
    Low
    "Spot"
    Spot

    VirtualMachineScaleSetDataDisk, VirtualMachineScaleSetDataDiskArgs

    CreateOption string | Pulumi.AzureNative.AzureFleet.DiskCreateOptionTypes
    The create option.
    Lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    Caching Pulumi.AzureNative.AzureFleet.CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | Pulumi.AzureNative.AzureFleet.DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    DiskIOPSReadWrite double
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    DiskMBpsReadWrite double
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    ManagedDisk Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string | DiskCreateOptionTypes
    The create option.
    Lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    Caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    DiskIOPSReadWrite float64
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    DiskMBpsReadWrite float64
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    ManagedDisk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | DiskCreateOptionTypes
    The create option.
    lun Integer
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    diskIOPSReadWrite Double
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    diskMBpsReadWrite Double
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managedDisk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    name String
    The disk name.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string | DiskCreateOptionTypes
    The create option.
    lun number
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    diskIOPSReadWrite number
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    diskMBpsReadWrite number
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managedDisk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    name string
    The disk name.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str | DiskCreateOptionTypes
    The create option.
    lun int
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    delete_option str | DiskDeleteOptionTypes
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    disk_iops_read_write float
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    disk_m_bps_read_write float
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managed_disk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    name str
    The disk name.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | "FromImage" | "Empty" | "Attach"
    The create option.
    lun Number
    Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
    caching "None" | "ReadOnly" | "ReadWrite"
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | "Delete" | "Detach"
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    diskIOPSReadWrite Number
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    diskMBpsReadWrite Number
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managedDisk Property Map
    The managed disk parameters.
    name String
    The disk name.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    VirtualMachineScaleSetDataDiskResponse, VirtualMachineScaleSetDataDiskResponseArgs

    CreateOption string
    The create option.
    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 default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    DiskIOPSReadWrite double
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    DiskMBpsReadWrite double
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    ManagedDisk Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetManagedDiskParametersResponse
    The managed disk parameters.
    Name string
    The disk name.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string
    The create option.
    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 default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    DiskIOPSReadWrite float64
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    DiskMBpsReadWrite float64
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    ManagedDisk VirtualMachineScaleSetManagedDiskParametersResponse
    The managed disk parameters.
    Name string
    The disk name.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    The create option.
    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 default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    diskIOPSReadWrite Double
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    diskMBpsReadWrite Double
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managedDisk VirtualMachineScaleSetManagedDiskParametersResponse
    The managed disk parameters.
    name String
    The disk name.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string
    The create option.
    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 default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    diskIOPSReadWrite number
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    diskMBpsReadWrite number
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managedDisk VirtualMachineScaleSetManagedDiskParametersResponse
    The managed disk parameters.
    name string
    The disk name.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str
    The create option.
    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 default values are: None for Standard storage. ReadOnly for Premium storage.
    delete_option str
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    disk_iops_read_write float
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    disk_m_bps_read_write float
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managed_disk VirtualMachineScaleSetManagedDiskParametersResponse
    The managed disk parameters.
    name str
    The disk name.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    The create option.
    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 default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the data disk is deleted when the VMSS Flex VM is deleted. Detach If this value is used, the data disk is retained after VMSS Flex VM is deleted. The default value is set to Delete.
    diskIOPSReadWrite Number
    Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    diskMBpsReadWrite Number
    Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
    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.
    managedDisk Property Map
    The managed disk parameters.
    name String
    The disk name.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    VirtualMachineScaleSetExtension, VirtualMachineScaleSetExtensionArgs

    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
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    Name string
    The name of the extension.
    ProtectedSettings object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault Pulumi.AzureNative.AzureFleet.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
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    Name string
    The name of the extension.
    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
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name String
    The name of the extension.
    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
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name string
    The name of the extension.
    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
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name str
    The name of the extension.
    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
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name String
    The name of the extension.
    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.

    VirtualMachineScaleSetExtensionProfile, VirtualMachineScaleSetExtensionProfileArgs

    Extensions List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetExtension>
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    Extensions []VirtualMachineScaleSetExtension
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions List<VirtualMachineScaleSetExtension>
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions VirtualMachineScaleSetExtension[]
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions Sequence[VirtualMachineScaleSetExtension]
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions List<Property Map>
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.

    VirtualMachineScaleSetExtensionProfileResponse, VirtualMachineScaleSetExtensionProfileResponseArgs

    Extensions List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetExtensionResponse>
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    Extensions []VirtualMachineScaleSetExtensionResponse
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions List<VirtualMachineScaleSetExtensionResponse>
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions VirtualMachineScaleSetExtensionResponse[]
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions Sequence[VirtualMachineScaleSetExtensionResponse]
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.
    extensions List<Property Map>
    The virtual machine scale set child extension resources.
    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 api-version: 2020-06-01.

    VirtualMachineScaleSetExtensionResponse, VirtualMachineScaleSetExtensionResponseArgs

    Id string
    Resource Id
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Type string
    Resource type
    AutoUpgradeMinorVersion bool
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    EnableAutomaticUpgrade bool
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    ForceUpdateTag string
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    Name string
    The name of the extension.
    ProtectedSettings object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProtectedSettingsFromKeyVault Pulumi.AzureNative.AzureFleet.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.
    TypeHandlerVersion string
    Specifies the version of the script handler.
    Id string
    Resource Id
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Type string
    Resource type
    AutoUpgradeMinorVersion bool
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    EnableAutomaticUpgrade bool
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    ForceUpdateTag string
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    Name string
    The name of the extension.
    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.
    TypeHandlerVersion string
    Specifies the version of the script handler.
    id String
    Resource Id
    provisioningState String
    The provisioning state, which only appears in the response.
    type String
    Resource type
    autoUpgradeMinorVersion Boolean
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enableAutomaticUpgrade Boolean
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    forceUpdateTag String
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name String
    The name of the extension.
    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.
    typeHandlerVersion String
    Specifies the version of the script handler.
    id string
    Resource Id
    provisioningState string
    The provisioning state, which only appears in the response.
    type string
    Resource type
    autoUpgradeMinorVersion boolean
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enableAutomaticUpgrade boolean
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    forceUpdateTag string
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name string
    The name of the extension.
    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.
    typeHandlerVersion string
    Specifies the version of the script handler.
    id str
    Resource Id
    provisioning_state str
    The provisioning state, which only appears in the response.
    type str
    Resource type
    auto_upgrade_minor_version bool
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enable_automatic_upgrade bool
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    force_update_tag str
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name str
    The name of the extension.
    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_handler_version str
    Specifies the version of the script handler.
    id String
    Resource Id
    provisioningState String
    The provisioning state, which only appears in the response.
    type String
    Resource type
    autoUpgradeMinorVersion Boolean
    Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
    enableAutomaticUpgrade Boolean
    Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
    forceUpdateTag String
    If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
    name String
    The name of the extension.
    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.
    typeHandlerVersion String
    Specifies the version of the script handler.

    VirtualMachineScaleSetHardwareProfile, VirtualMachineScaleSetHardwareProfileArgs

    VmSizeProperties Pulumi.AzureNative.AzureFleet.Inputs.VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    VmSizeProperties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vmSizeProperties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vmSizeProperties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vm_size_properties VMSizeProperties
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vmSizeProperties Property Map
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.

    VirtualMachineScaleSetHardwareProfileResponse, VirtualMachineScaleSetHardwareProfileResponseArgs

    VmSizeProperties Pulumi.AzureNative.AzureFleet.Inputs.VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    VmSizeProperties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vmSizeProperties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vmSizeProperties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vm_size_properties VMSizePropertiesResponse
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.
    vmSizeProperties Property Map
    Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.

    VirtualMachineScaleSetIPConfiguration, VirtualMachineScaleSetIPConfigurationArgs

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

    VirtualMachineScaleSetIPConfigurationResponse, VirtualMachineScaleSetIPConfigurationResponseArgs

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

    VirtualMachineScaleSetIpTag, VirtualMachineScaleSetIpTagArgs

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

    VirtualMachineScaleSetIpTagResponse, VirtualMachineScaleSetIpTagResponseArgs

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

    VirtualMachineScaleSetManagedDiskParameters, VirtualMachineScaleSetManagedDiskParametersArgs

    DiskEncryptionSet Pulumi.AzureNative.AzureFleet.Inputs.DiskEncryptionSetParameters
    Specifies the customer managed disk encryption set resource id for the managed disk.
    SecurityProfile Pulumi.AzureNative.AzureFleet.Inputs.VMDiskSecurityProfile
    Specifies the security profile for the managed disk.
    StorageAccountType string | Pulumi.AzureNative.AzureFleet.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.
    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.
    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.
    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.
    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.
    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.

    VirtualMachineScaleSetManagedDiskParametersResponse, VirtualMachineScaleSetManagedDiskParametersResponseArgs

    DiskEncryptionSet Pulumi.AzureNative.AzureFleet.Inputs.DiskEncryptionSetParametersResponse
    Specifies the customer managed disk encryption set resource id for the managed disk.
    SecurityProfile Pulumi.AzureNative.AzureFleet.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.
    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.
    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.
    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.
    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.
    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.

    VirtualMachineScaleSetNetworkConfiguration, VirtualMachineScaleSetNetworkConfigurationArgs

    IpConfigurations List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetIPConfiguration>
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    AuxiliaryMode string | Pulumi.AzureNative.AzureFleet.NetworkInterfaceAuxiliaryMode
    Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
    AuxiliarySku string | Pulumi.AzureNative.AzureFleet.NetworkInterfaceAuxiliarySku
    Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
    DeleteOption string | Pulumi.AzureNative.AzureFleet.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.AzureFleet.Inputs.VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup Pulumi.AzureNative.AzureFleet.Inputs.SubResource
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    IpConfigurations []VirtualMachineScaleSetIPConfiguration
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup SubResource
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<VirtualMachineScaleSetIPConfiguration>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResource
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations VirtualMachineScaleSetIPConfiguration[]
    Specifies the IP configurations of the network interface.
    name string
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResource
    The network security group.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ip_configurations Sequence[VirtualMachineScaleSetIPConfiguration]
    Specifies the IP configurations of the network interface.
    name str
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettings
    The dns settings to be applied on the network interfaces.
    enable_accelerated_networking bool
    Specifies whether the network interface is accelerated networking-enabled.
    enable_fpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    enable_ip_forwarding bool
    Whether IP forwarding enabled on this NIC.
    network_security_group SubResource
    The network security group.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<Property Map>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    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.
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup Property Map
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.

    VirtualMachineScaleSetNetworkConfigurationDnsSettings, VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs

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

    VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse, VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponseArgs

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

    VirtualMachineScaleSetNetworkConfigurationResponse, VirtualMachineScaleSetNetworkConfigurationResponseArgs

    IpConfigurations List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetIPConfigurationResponse>
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    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.AzureFleet.Inputs.VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup Pulumi.AzureNative.AzureFleet.Inputs.SubResourceResponse
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    IpConfigurations []VirtualMachineScaleSetIPConfigurationResponse
    Specifies the IP configurations of the network interface.
    Name string
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    EnableAcceleratedNetworking bool
    Specifies whether the network interface is accelerated networking-enabled.
    EnableFpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    EnableIPForwarding bool
    Whether IP forwarding enabled on this NIC.
    NetworkSecurityGroup SubResourceResponse
    The network security group.
    Primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<VirtualMachineScaleSetIPConfigurationResponse>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking Boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga Boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding Boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResourceResponse
    The network security group.
    primary Boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations VirtualMachineScaleSetIPConfigurationResponse[]
    Specifies the IP configurations of the network interface.
    name string
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    enableAcceleratedNetworking boolean
    Specifies whether the network interface is accelerated networking-enabled.
    enableFpga boolean
    Specifies whether the network interface is FPGA networking-enabled.
    enableIPForwarding boolean
    Whether IP forwarding enabled on this NIC.
    networkSecurityGroup SubResourceResponse
    The network security group.
    primary boolean
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ip_configurations Sequence[VirtualMachineScaleSetIPConfigurationResponse]
    Specifies the IP configurations of the network interface.
    name str
    The network configuration name.
    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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse
    The dns settings to be applied on the network interfaces.
    enable_accelerated_networking bool
    Specifies whether the network interface is accelerated networking-enabled.
    enable_fpga bool
    Specifies whether the network interface is FPGA networking-enabled.
    enable_ip_forwarding bool
    Whether IP forwarding enabled on this NIC.
    network_security_group SubResourceResponse
    The network security group.
    primary bool
    Specifies the primary network interface in case the virtual machine has more than 1 network interface.
    ipConfigurations List<Property Map>
    Specifies the IP configurations of the network interface.
    name String
    The network configuration name.
    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.
    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.

    VirtualMachineScaleSetNetworkProfile, VirtualMachineScaleSetNetworkProfileArgs

    HealthProbe Pulumi.AzureNative.AzureFleet.Inputs.ApiEntityReference
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    NetworkApiVersion string | Pulumi.AzureNative.AzureFleet.NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    NetworkInterfaceConfigurations List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetNetworkConfiguration>
    The list of network configurations.
    HealthProbe ApiEntityReference
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    NetworkApiVersion string | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    NetworkInterfaceConfigurations []VirtualMachineScaleSetNetworkConfiguration
    The list of network configurations.
    healthProbe ApiEntityReference
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    networkApiVersion String | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    networkInterfaceConfigurations List<VirtualMachineScaleSetNetworkConfiguration>
    The list of network configurations.
    healthProbe ApiEntityReference
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    networkApiVersion string | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    networkInterfaceConfigurations VirtualMachineScaleSetNetworkConfiguration[]
    The list of network configurations.
    health_probe ApiEntityReference
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    network_api_version str | NetworkApiVersion
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    network_interface_configurations Sequence[VirtualMachineScaleSetNetworkConfiguration]
    The list of network configurations.
    healthProbe Property Map
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    networkApiVersion String | "2020-11-01"
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    networkInterfaceConfigurations List<Property Map>
    The list of network configurations.

    VirtualMachineScaleSetNetworkProfileResponse, VirtualMachineScaleSetNetworkProfileResponseArgs

    HealthProbe Pulumi.AzureNative.AzureFleet.Inputs.ApiEntityReferenceResponse
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    NetworkApiVersion string
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    NetworkInterfaceConfigurations List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetNetworkConfigurationResponse>
    The list of network configurations.
    HealthProbe ApiEntityReferenceResponse
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    NetworkApiVersion string
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    NetworkInterfaceConfigurations []VirtualMachineScaleSetNetworkConfigurationResponse
    The list of network configurations.
    healthProbe ApiEntityReferenceResponse
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    networkApiVersion String
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    networkInterfaceConfigurations List<VirtualMachineScaleSetNetworkConfigurationResponse>
    The list of network configurations.
    healthProbe ApiEntityReferenceResponse
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    networkApiVersion string
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    networkInterfaceConfigurations VirtualMachineScaleSetNetworkConfigurationResponse[]
    The list of network configurations.
    health_probe ApiEntityReferenceResponse
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    network_api_version str
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    network_interface_configurations Sequence[VirtualMachineScaleSetNetworkConfigurationResponse]
    The list of network configurations.
    healthProbe Property Map
    A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
    networkApiVersion String
    specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
    networkInterfaceConfigurations List<Property Map>
    The list of network configurations.

    VirtualMachineScaleSetOSDisk, VirtualMachineScaleSetOSDiskArgs

    CreateOption string | Pulumi.AzureNative.AzureFleet.DiskCreateOptionTypes
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    Caching Pulumi.AzureNative.AzureFleet.CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | Pulumi.AzureNative.AzureFleet.DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    DiffDiskSettings Pulumi.AzureNative.AzureFleet.Inputs.DiffDiskSettings
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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.AzureFleet.Inputs.VirtualHardDisk
    Specifies information about the unmanaged user image to base the scale set on.
    ManagedDisk Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    OsType Pulumi.AzureNative.AzureFleet.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.
    VhdContainers List<string>
    Specifies the container urls that are used to store operating system disks for the scale set.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string | DiskCreateOptionTypes
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    Caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    DiffDiskSettings DiffDiskSettings
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    ManagedDisk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    Name string
    The disk name.
    OsType OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    VhdContainers []string
    Specifies the container urls that are used to store operating system disks for the scale set.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | DiskCreateOptionTypes
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diffDiskSettings DiffDiskSettings
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    managedDisk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    name String
    The disk name.
    osType OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhdContainers List<String>
    Specifies the container urls that are used to store operating system disks for the scale set.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string | DiskCreateOptionTypes
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diffDiskSettings DiffDiskSettings
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    managedDisk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    name string
    The disk name.
    osType OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhdContainers string[]
    Specifies the container urls that are used to store operating system disks for the scale set.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str | DiskCreateOptionTypes
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching CachingTypes
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    delete_option str | DiskDeleteOptionTypes
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diff_disk_settings DiffDiskSettings
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    managed_disk VirtualMachineScaleSetManagedDiskParameters
    The managed disk parameters.
    name str
    The disk name.
    os_type OperatingSystemTypes
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhd_containers Sequence[str]
    Specifies the container urls that are used to store operating system disks for the scale set.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String | "FromImage" | "Empty" | "Attach"
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching "None" | "ReadOnly" | "ReadWrite"
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String | "Delete" | "Detach"
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diffDiskSettings Property Map
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    managedDisk Property Map
    The managed disk parameters.
    name String
    The disk name.
    osType "Windows" | "Linux"
    This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
    vhdContainers List<String>
    Specifies the container urls that are used to store operating system disks for the scale set.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    VirtualMachineScaleSetOSDiskResponse, VirtualMachineScaleSetOSDiskResponseArgs

    CreateOption string
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    Caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    DiffDiskSettings Pulumi.AzureNative.AzureFleet.Inputs.DiffDiskSettingsResponse
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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.AzureFleet.Inputs.VirtualHardDiskResponse
    Specifies information about the unmanaged user image to base the scale set on.
    ManagedDisk Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetManagedDiskParametersResponse
    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.
    VhdContainers List<string>
    Specifies the container urls that are used to store operating system disks for the scale set.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    CreateOption string
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    Caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    DeleteOption string
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    DiffDiskSettings DiffDiskSettingsResponse
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    ManagedDisk VirtualMachineScaleSetManagedDiskParametersResponse
    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.
    VhdContainers []string
    Specifies the container urls that are used to store operating system disks for the scale set.
    WriteAcceleratorEnabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching String
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diffDiskSettings DiffDiskSettingsResponse
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    managedDisk VirtualMachineScaleSetManagedDiskParametersResponse
    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.
    vhdContainers List<String>
    Specifies the container urls that are used to store operating system disks for the scale set.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption string
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching string
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption string
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diffDiskSettings DiffDiskSettingsResponse
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    managedDisk VirtualMachineScaleSetManagedDiskParametersResponse
    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.
    vhdContainers string[]
    Specifies the container urls that are used to store operating system disks for the scale set.
    writeAcceleratorEnabled boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    create_option str
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching str
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    delete_option str
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diff_disk_settings DiffDiskSettingsResponse
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    managed_disk VirtualMachineScaleSetManagedDiskParametersResponse
    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_containers Sequence[str]
    Specifies the container urls that are used to store operating system disks for the scale set.
    write_accelerator_enabled bool
    Specifies whether writeAccelerator should be enabled or disabled on the disk.
    createOption String
    Specifies how the virtual machines in the scale set should be created. The only allowed value is: FromImage. This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
    caching String
    Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
    deleteOption String
    Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). Possible values: Delete If this value is used, the OS disk is deleted when VMSS Flex VM is deleted. Detach If this value is used, the OS disk is retained after VMSS Flex VM is deleted. The default value is set to Delete. For an Ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for Ephemeral OS Disk.
    diffDiskSettings Property Map
    Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
    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
    Specifies information about the unmanaged user image to base the scale set on.
    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.
    vhdContainers List<String>
    Specifies the container urls that are used to store operating system disks for the scale set.
    writeAcceleratorEnabled Boolean
    Specifies whether writeAccelerator should be enabled or disabled on the disk.

    VirtualMachineScaleSetOSProfile, VirtualMachineScaleSetOSProfileArgs

    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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    ComputerNamePrefix string
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your VM, see Using cloud-init to customize a Linux VM during creation
    LinuxConfiguration Pulumi.AzureNative.AzureFleet.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.AzureFleet.Inputs.VaultSecretGroup>
    Specifies set of certificates that should be installed onto the virtual machines in the scale set. 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.AzureFleet.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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    ComputerNamePrefix string
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computerNamePrefix String
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computerNamePrefix string
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computer_name_prefix str
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computerNamePrefix String
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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.

    VirtualMachineScaleSetOSProfileResponse, VirtualMachineScaleSetOSProfileResponseArgs

    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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    ComputerNamePrefix string
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your VM, see Using cloud-init to customize a Linux VM during creation
    LinuxConfiguration Pulumi.AzureNative.AzureFleet.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.AzureFleet.Inputs.VaultSecretGroupResponse>
    Specifies set of certificates that should be installed onto the virtual machines in the scale set. 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.AzureFleet.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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    ComputerNamePrefix string
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computerNamePrefix String
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computerNamePrefix string
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computer_name_prefix str
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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. 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 scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
    computerNamePrefix String
    Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
    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. For using cloud-init for your 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 machines in the scale set. 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.

    VirtualMachineScaleSetPublicIPAddressConfiguration, VirtualMachineScaleSetPublicIPAddressConfigurationArgs

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

    VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs

    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabelScope string | Pulumi.AzureNative.AzureFleet.DomainNameLabelScopeTypes
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabelScope string | DomainNameLabelScopeTypes
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabelScope String | DomainNameLabelScopeTypes
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabelScope string | DomainNameLabelScopeTypes
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domain_name_label str
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domain_name_label_scope str | DomainNameLabelScopeTypes
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabelScope String | "TenantReuse" | "SubscriptionReuse" | "ResourceGroupReuse" | "NoReuse"
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created

    VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponseArgs

    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabelScope string
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    DomainNameLabelScope string
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabelScope String
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel string
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabelScope string
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domain_name_label str
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domain_name_label_scope str
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabel String
    The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
    domainNameLabelScope String
    The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created

    VirtualMachineScaleSetPublicIPAddressConfigurationResponse, VirtualMachineScaleSetPublicIPAddressConfigurationResponseArgs

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

    VirtualMachineScaleSetStorageProfile, VirtualMachineScaleSetStorageProfileArgs

    DataDisks List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetDataDisk>
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType List<Union<string, Pulumi.AzureNative.AzureFleet.DiskControllerTypes>>
    ImageReference Pulumi.AzureNative.AzureFleet.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.AzureFleet.Inputs.VirtualMachineScaleSetOSDisk
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DataDisks []VirtualMachineScaleSetDataDisk
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType []string
    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 VirtualMachineScaleSetOSDisk
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks List<VirtualMachineScaleSetDataDisk>
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType List<Either<String,DiskControllerTypes>>
    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 VirtualMachineScaleSetOSDisk
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks VirtualMachineScaleSetDataDisk[]
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType (string | DiskControllerTypes)[]
    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 VirtualMachineScaleSetOSDisk
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    data_disks Sequence[VirtualMachineScaleSetDataDisk]
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    disk_controller_type Sequence[Union[str, DiskControllerTypes]]
    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 VirtualMachineScaleSetOSDisk
    Specifies information about the operating system disk used by the virtual machines in the scale set. 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 data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType List<String | "SCSI" | "NVMe">
    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 machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.

    VirtualMachineScaleSetStorageProfileResponse, VirtualMachineScaleSetStorageProfileResponseArgs

    DataDisks List<Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetDataDiskResponse>
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType List<string>
    ImageReference Pulumi.AzureNative.AzureFleet.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.AzureFleet.Inputs.VirtualMachineScaleSetOSDiskResponse
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DataDisks []VirtualMachineScaleSetDataDiskResponse
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    DiskControllerType []string
    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 VirtualMachineScaleSetOSDiskResponse
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks List<VirtualMachineScaleSetDataDiskResponse>
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType List<String>
    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 VirtualMachineScaleSetOSDiskResponse
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    dataDisks VirtualMachineScaleSetDataDiskResponse[]
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType string[]
    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 VirtualMachineScaleSetOSDiskResponse
    Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    data_disks Sequence[VirtualMachineScaleSetDataDiskResponse]
    Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    disk_controller_type Sequence[str]
    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 VirtualMachineScaleSetOSDiskResponse
    Specifies information about the operating system disk used by the virtual machines in the scale set. 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 data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
    diskControllerType List<String>
    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 machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.

    VirtualMachineScaleSetVMProfile, VirtualMachineScaleSetVMProfileArgs

    ApplicationProfile Pulumi.AzureNative.AzureFleet.Inputs.ApplicationProfile
    Specifies the gallery applications that should be made available to the VM/VMSS
    BillingProfile Pulumi.AzureNative.AzureFleet.Inputs.BillingProfile
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    CapacityReservation Pulumi.AzureNative.AzureFleet.Inputs.CapacityReservationProfile
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    DiagnosticsProfile Pulumi.AzureNative.AzureFleet.Inputs.DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    EvictionPolicy string | Pulumi.AzureNative.AzureFleet.VirtualMachineEvictionPolicyTypes
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    ExtensionProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetExtensionProfile
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    HardwareProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetHardwareProfile
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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.AzureFleet.Inputs.VirtualMachineScaleSetNetworkProfile
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    OsProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetOSProfile
    Specifies the operating system settings for the virtual machines in the scale set.
    Priority string | Pulumi.AzureNative.AzureFleet.VirtualMachinePriorityTypes
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    ScheduledEventsProfile Pulumi.AzureNative.AzureFleet.Inputs.ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    SecurityPostureReference Pulumi.AzureNative.AzureFleet.Inputs.SecurityPostureReference
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    SecurityProfile Pulumi.AzureNative.AzureFleet.Inputs.SecurityProfile
    Specifies the Security related profile settings for the virtual machines in the scale set.
    ServiceArtifactReference Pulumi.AzureNative.AzureFleet.Inputs.ServiceArtifactReference
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    StorageProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetStorageProfile
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    ApplicationProfile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM/VMSS
    BillingProfile BillingProfile
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    CapacityReservation CapacityReservationProfile
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    DiagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    EvictionPolicy string | VirtualMachineEvictionPolicyTypes
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    ExtensionProfile VirtualMachineScaleSetExtensionProfile
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    HardwareProfile VirtualMachineScaleSetHardwareProfile
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfile
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    OsProfile VirtualMachineScaleSetOSProfile
    Specifies the operating system settings for the virtual machines in the scale set.
    Priority string | VirtualMachinePriorityTypes
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    ScheduledEventsProfile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    SecurityPostureReference SecurityPostureReference
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    SecurityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machines in the scale set.
    ServiceArtifactReference ServiceArtifactReference
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    StorageProfile VirtualMachineScaleSetStorageProfile
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    applicationProfile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM/VMSS
    billingProfile BillingProfile
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacityReservation CapacityReservationProfile
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    evictionPolicy String | VirtualMachineEvictionPolicyTypes
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extensionProfile VirtualMachineScaleSetExtensionProfile
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardwareProfile VirtualMachineScaleSetHardwareProfile
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfile
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    osProfile VirtualMachineScaleSetOSProfile
    Specifies the operating system settings for the virtual machines in the scale set.
    priority String | VirtualMachinePriorityTypes
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduledEventsProfile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    securityPostureReference SecurityPostureReference
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    securityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machines in the scale set.
    serviceArtifactReference ServiceArtifactReference
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storageProfile VirtualMachineScaleSetStorageProfile
    Specifies the storage settings for the virtual machine disks.
    userData String
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    applicationProfile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM/VMSS
    billingProfile BillingProfile
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacityReservation CapacityReservationProfile
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    evictionPolicy string | VirtualMachineEvictionPolicyTypes
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extensionProfile VirtualMachineScaleSetExtensionProfile
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardwareProfile VirtualMachineScaleSetHardwareProfile
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfile
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    osProfile VirtualMachineScaleSetOSProfile
    Specifies the operating system settings for the virtual machines in the scale set.
    priority string | VirtualMachinePriorityTypes
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduledEventsProfile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    securityPostureReference SecurityPostureReference
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    securityProfile SecurityProfile
    Specifies the Security related profile settings for the virtual machines in the scale set.
    serviceArtifactReference ServiceArtifactReference
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storageProfile VirtualMachineScaleSetStorageProfile
    Specifies the storage settings for the virtual machine disks.
    userData string
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    application_profile ApplicationProfile
    Specifies the gallery applications that should be made available to the VM/VMSS
    billing_profile BillingProfile
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacity_reservation CapacityReservationProfile
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnostics_profile DiagnosticsProfile
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    eviction_policy str | VirtualMachineEvictionPolicyTypes
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extension_profile VirtualMachineScaleSetExtensionProfile
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardware_profile VirtualMachineScaleSetHardwareProfile
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfile
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    os_profile VirtualMachineScaleSetOSProfile
    Specifies the operating system settings for the virtual machines in the scale set.
    priority str | VirtualMachinePriorityTypes
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduled_events_profile ScheduledEventsProfile
    Specifies Scheduled Event related configurations.
    security_posture_reference SecurityPostureReference
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    security_profile SecurityProfile
    Specifies the Security related profile settings for the virtual machines in the scale set.
    service_artifact_reference ServiceArtifactReference
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storage_profile VirtualMachineScaleSetStorageProfile
    Specifies the storage settings for the virtual machine disks.
    user_data str
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    applicationProfile Property Map
    Specifies the gallery applications that should be made available to the VM/VMSS
    billingProfile Property Map
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacityReservation Property Map
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnosticsProfile Property Map
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    evictionPolicy String | "Deallocate" | "Delete"
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extensionProfile Property Map
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardwareProfile Property Map
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 properties of the network interfaces of the virtual machines in the scale set.
    osProfile Property Map
    Specifies the operating system settings for the virtual machines in the scale set.
    priority String | "Regular" | "Low" | "Spot"
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduledEventsProfile Property Map
    Specifies Scheduled Event related configurations.
    securityPostureReference Property Map
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    securityProfile Property Map
    Specifies the Security related profile settings for the virtual machines in the scale set.
    serviceArtifactReference Property Map
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storageProfile Property Map
    Specifies the storage settings for the virtual machine disks.
    userData String
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.

    VirtualMachineScaleSetVMProfileResponse, VirtualMachineScaleSetVMProfileResponseArgs

    TimeCreated string
    Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
    ApplicationProfile Pulumi.AzureNative.AzureFleet.Inputs.ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM/VMSS
    BillingProfile Pulumi.AzureNative.AzureFleet.Inputs.BillingProfileResponse
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    CapacityReservation Pulumi.AzureNative.AzureFleet.Inputs.CapacityReservationProfileResponse
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    DiagnosticsProfile Pulumi.AzureNative.AzureFleet.Inputs.DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    EvictionPolicy string
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    ExtensionProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetExtensionProfileResponse
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    HardwareProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetHardwareProfileResponse
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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.AzureFleet.Inputs.VirtualMachineScaleSetNetworkProfileResponse
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    OsProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetOSProfileResponse
    Specifies the operating system settings for the virtual machines in the scale set.
    Priority string
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    ScheduledEventsProfile Pulumi.AzureNative.AzureFleet.Inputs.ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    SecurityPostureReference Pulumi.AzureNative.AzureFleet.Inputs.SecurityPostureReferenceResponse
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    SecurityProfile Pulumi.AzureNative.AzureFleet.Inputs.SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machines in the scale set.
    ServiceArtifactReference Pulumi.AzureNative.AzureFleet.Inputs.ServiceArtifactReferenceResponse
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    StorageProfile Pulumi.AzureNative.AzureFleet.Inputs.VirtualMachineScaleSetStorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    TimeCreated string
    Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
    ApplicationProfile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM/VMSS
    BillingProfile BillingProfileResponse
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    CapacityReservation CapacityReservationProfileResponse
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    DiagnosticsProfile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    EvictionPolicy string
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    ExtensionProfile VirtualMachineScaleSetExtensionProfileResponse
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    HardwareProfile VirtualMachineScaleSetHardwareProfileResponse
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfileResponse
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    OsProfile VirtualMachineScaleSetOSProfileResponse
    Specifies the operating system settings for the virtual machines in the scale set.
    Priority string
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    ScheduledEventsProfile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    SecurityPostureReference SecurityPostureReferenceResponse
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    SecurityProfile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machines in the scale set.
    ServiceArtifactReference ServiceArtifactReferenceResponse
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    StorageProfile VirtualMachineScaleSetStorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    UserData string
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    timeCreated String
    Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
    applicationProfile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM/VMSS
    billingProfile BillingProfileResponse
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacityReservation CapacityReservationProfileResponse
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    evictionPolicy String
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extensionProfile VirtualMachineScaleSetExtensionProfileResponse
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardwareProfile VirtualMachineScaleSetHardwareProfileResponse
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfileResponse
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    osProfile VirtualMachineScaleSetOSProfileResponse
    Specifies the operating system settings for the virtual machines in the scale set.
    priority String
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduledEventsProfile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    securityPostureReference SecurityPostureReferenceResponse
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    securityProfile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machines in the scale set.
    serviceArtifactReference ServiceArtifactReferenceResponse
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storageProfile VirtualMachineScaleSetStorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    userData String
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    timeCreated string
    Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
    applicationProfile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM/VMSS
    billingProfile BillingProfileResponse
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacityReservation CapacityReservationProfileResponse
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnosticsProfile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    evictionPolicy string
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extensionProfile VirtualMachineScaleSetExtensionProfileResponse
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardwareProfile VirtualMachineScaleSetHardwareProfileResponse
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfileResponse
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    osProfile VirtualMachineScaleSetOSProfileResponse
    Specifies the operating system settings for the virtual machines in the scale set.
    priority string
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduledEventsProfile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    securityPostureReference SecurityPostureReferenceResponse
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    securityProfile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machines in the scale set.
    serviceArtifactReference ServiceArtifactReferenceResponse
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storageProfile VirtualMachineScaleSetStorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    userData string
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    time_created str
    Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
    application_profile ApplicationProfileResponse
    Specifies the gallery applications that should be made available to the VM/VMSS
    billing_profile BillingProfileResponse
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacity_reservation CapacityReservationProfileResponse
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnostics_profile DiagnosticsProfileResponse
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    eviction_policy str
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extension_profile VirtualMachineScaleSetExtensionProfileResponse
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardware_profile VirtualMachineScaleSetHardwareProfileResponse
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 VirtualMachineScaleSetNetworkProfileResponse
    Specifies properties of the network interfaces of the virtual machines in the scale set.
    os_profile VirtualMachineScaleSetOSProfileResponse
    Specifies the operating system settings for the virtual machines in the scale set.
    priority str
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduled_events_profile ScheduledEventsProfileResponse
    Specifies Scheduled Event related configurations.
    security_posture_reference SecurityPostureReferenceResponse
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    security_profile SecurityProfileResponse
    Specifies the Security related profile settings for the virtual machines in the scale set.
    service_artifact_reference ServiceArtifactReferenceResponse
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storage_profile VirtualMachineScaleSetStorageProfileResponse
    Specifies the storage settings for the virtual machine disks.
    user_data str
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
    timeCreated String
    Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
    applicationProfile Property Map
    Specifies the gallery applications that should be made available to the VM/VMSS
    billingProfile Property Map
    Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
    capacityReservation Property Map
    Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
    diagnosticsProfile Property Map
    Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
    evictionPolicy String
    Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
    extensionProfile Property Map
    Specifies a collection of settings for extensions installed on virtual machines in the scale set.
    hardwareProfile Property Map
    Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-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 properties of the network interfaces of the virtual machines in the scale set.
    osProfile Property Map
    Specifies the operating system settings for the virtual machines in the scale set.
    priority String
    Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
    scheduledEventsProfile Property Map
    Specifies Scheduled Event related configurations.
    securityPostureReference Property Map
    Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
    securityProfile Property Map
    Specifies the Security related profile settings for the virtual machines in the scale set.
    serviceArtifactReference Property Map
    Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
    storageProfile Property Map
    Specifies the storage settings for the virtual machine disks.
    userData String
    UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.

    VmSizeProfile, VmSizeProfileArgs

    Name string
    The Sku name (e.g. 'Standard_DS1_v2')
    Rank int
    The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.

    VmSizeProfileResponse, VmSizeProfileResponseArgs

    Name string
    The Sku name (e.g. 'Standard_DS1_v2')
    Rank int
    The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.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 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.

    WinRMConfiguration, WinRMConfigurationArgs

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

    WinRMConfigurationResponse, WinRMConfigurationResponseArgs

    Listeners []WinRMListenerResponse
    The list of Windows Remote Management listeners
    listeners List<WinRMListenerResponse>
    The list of Windows Remote Management listeners
    listeners WinRMListenerResponse[]
    The list of Windows Remote Management listeners
    listeners Sequence[WinRMListenerResponse]
    The list of Windows Remote Management listeners
    listeners List<Property Map>
    The list of Windows Remote Management listeners

    WinRMListener, WinRMListenerArgs

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

    WinRMListenerResponse, WinRMListenerResponseArgs

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

    WindowsConfiguration, WindowsConfigurationArgs

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

    WindowsConfigurationResponse, WindowsConfigurationResponseArgs

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

    WindowsPatchAssessmentMode, WindowsPatchAssessmentModeArgs

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

    WindowsVMGuestPatchAutomaticByPlatformRebootSetting, WindowsVMGuestPatchAutomaticByPlatformRebootSettingArgs

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

    WindowsVMGuestPatchAutomaticByPlatformSettings, WindowsVMGuestPatchAutomaticByPlatformSettingsArgs

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

    WindowsVMGuestPatchAutomaticByPlatformSettingsResponse, WindowsVMGuestPatchAutomaticByPlatformSettingsResponseArgs

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

    WindowsVMGuestPatchMode, WindowsVMGuestPatchModeArgs

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

    Package Details

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