Scale Set Args
constructor(automaticOsUpgrade: Output<Boolean>? = null, bootDiagnostics: Output<ScaleSetBootDiagnosticsArgs>? = null, evictionPolicy: Output<String>? = null, extensions: Output<List<ScaleSetExtensionArgs>>? = null, healthProbeId: Output<String>? = null, identity: Output<ScaleSetIdentityArgs>? = null, licenseType: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, networkProfiles: Output<List<ScaleSetNetworkProfileArgs>>? = null, osProfile: Output<ScaleSetOsProfileArgs>? = null, osProfileLinuxConfig: Output<ScaleSetOsProfileLinuxConfigArgs>? = null, osProfileSecrets: Output<List<ScaleSetOsProfileSecretArgs>>? = null, osProfileWindowsConfig: Output<ScaleSetOsProfileWindowsConfigArgs>? = null, overprovision: Output<Boolean>? = null, plan: Output<ScaleSetPlanArgs>? = null, priority: Output<String>? = null, proximityPlacementGroupId: Output<String>? = null, resourceGroupName: Output<String>? = null, rollingUpgradePolicy: Output<ScaleSetRollingUpgradePolicyArgs>? = null, singlePlacementGroup: Output<Boolean>? = null, sku: Output<ScaleSetSkuArgs>? = null, storageProfileDataDisks: Output<List<ScaleSetStorageProfileDataDiskArgs>>? = null, storageProfileImageReference: Output<ScaleSetStorageProfileImageReferenceArgs>? = null, storageProfileOsDisk: Output<ScaleSetStorageProfileOsDiskArgs>? = null, tags: Output<Map<String, String>>? = null, upgradePolicyMode: Output<String>? = null, zones: Output<List<String>>? = null)