azure-native.migrate.SqlAssessmentV3Operation
Explore with Pulumi AI
SQL Assessment REST resource.
Uses Azure REST API version 2024-03-03-preview.
Example Usage
SqlAssessmentV3Operations_Create_MaximumSet
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var sqlAssessmentV3Operation = new AzureNative.Migrate.SqlAssessmentV3Operation("sqlAssessmentV3Operation", new()
{
AssessmentName = "assessmentName",
ProjectName = "contosoProject",
Properties = new AzureNative.Migrate.Inputs.SqlAssessmentV3PropertiesArgs
{
FallbackMachineAssessmentArmId = "jfwkifsuigza",
Scope = new AzureNative.Migrate.Inputs.ScopeArgs
{
AzureResourceGraphQuery = "ddqs",
ScopeType = AzureNative.Migrate.ScopeType.ServerGroupId,
ServerGroupId = "ppxcjyrxfmpm",
},
Settings = new AzureNative.Migrate.Inputs.SqlAssessmentSettingsArgs
{
AsyncCommitModeIntent = AzureNative.Migrate.AsyncCommitModeIntent.None,
AzureLocation = "vtpazagckatiezkiwol",
AzureSecurityOfferingType = AzureNative.Migrate.AzureSecurityOfferingType.NO,
AzureSqlDatabaseSettings = new AzureNative.Migrate.Inputs.SqlDbSettingsV3Args
{
AzureSqlComputeTier = AzureNative.Migrate.ComputeTier.Unknown,
AzureSqlDataBaseType = AzureNative.Migrate.AzureSqlDataBaseType.Unknown,
AzureSqlPurchaseModel = AzureNative.Migrate.AzureSqlPurchaseModel.Unknown,
AzureSqlServiceTier = AzureNative.Migrate.AzureSqlServiceTierV3.SqlService_Unknown,
},
AzureSqlManagedInstanceSettings = new AzureNative.Migrate.Inputs.SqlMiSettingsV3Args
{
AzureSqlInstanceType = AzureNative.Migrate.AzureSqlInstanceType.Unknown,
AzureSqlServiceTier = AzureNative.Migrate.AzureSqlServiceTierV3.SqlService_Unknown,
},
AzureSqlVmSettings = new AzureNative.Migrate.Inputs.SqlVmSettingsArgs
{
InstanceSeries = new[]
{
AzureNative.Migrate.AzureVmFamily.Unknown,
},
},
BillingSettings = new AzureNative.Migrate.Inputs.BillingSettingsArgs
{
LicensingProgram = AzureNative.Migrate.LicensingProgram.Retail,
SubscriptionId = "sp",
},
Currency = AzureNative.Migrate.AzureCurrency.Unknown,
DisasterRecoveryLocation = AzureNative.Migrate.AzureLocation.Unknown,
DiscountPercentage = 8,
EnableHadrAssessment = true,
EntityUptime = new AzureNative.Migrate.Inputs.EntityUptimeArgs
{
DaysPerMonth = 2,
HoursPerDay = 28,
},
EnvironmentType = AzureNative.Migrate.EnvironmentType.Production,
IsInternetAccessAvailable = true,
MultiSubnetIntent = AzureNative.Migrate.MultiSubnetIntent.None,
OsLicense = AzureNative.Migrate.OsLicense.Unknown,
PerformanceData = new AzureNative.Migrate.Inputs.PerformanceDataArgs
{
Percentile = "Unknown",
PerfDataEndTime = "2025-02-21T05:15:28.133Z",
PerfDataStartTime = "2025-02-21T05:15:28.133Z",
TimeRange = AzureNative.Migrate.TimeRange.Day,
},
PreferredTargets = new[]
{
AzureNative.Migrate.AzureTarget.Unknown,
},
SavingsSettings = new AzureNative.Migrate.Inputs.SavingsSettingsArgs
{
AzureOfferCode = AzureNative.Migrate.AzureOffer.Unknown,
SavingsOptions = AzureNative.Migrate.SavingsOptions.None,
},
ScalingFactor = 27,
SizingCriterion = AzureNative.Migrate.AssessmentSizingCriterion.PerformanceBased,
SqlServerLicense = AzureNative.Migrate.SqlServerLicense.Unknown,
},
},
ResourceGroupName = "rgsqlAssessments",
});
});
package main
import (
migrate "github.com/pulumi/pulumi-azure-native-sdk/migrate/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := migrate.NewSqlAssessmentV3Operation(ctx, "sqlAssessmentV3Operation", &migrate.SqlAssessmentV3OperationArgs{
AssessmentName: pulumi.String("assessmentName"),
ProjectName: pulumi.String("contosoProject"),
Properties: &migrate.SqlAssessmentV3PropertiesArgs{
FallbackMachineAssessmentArmId: pulumi.String("jfwkifsuigza"),
Scope: &migrate.ScopeArgs{
AzureResourceGraphQuery: pulumi.String("ddqs"),
ScopeType: pulumi.String(migrate.ScopeTypeServerGroupId),
ServerGroupId: pulumi.String("ppxcjyrxfmpm"),
},
Settings: &migrate.SqlAssessmentSettingsArgs{
AsyncCommitModeIntent: pulumi.String(migrate.AsyncCommitModeIntentNone),
AzureLocation: pulumi.String("vtpazagckatiezkiwol"),
AzureSecurityOfferingType: pulumi.String(migrate.AzureSecurityOfferingTypeNO),
AzureSqlDatabaseSettings: &migrate.SqlDbSettingsV3Args{
AzureSqlComputeTier: pulumi.String(migrate.ComputeTierUnknown),
AzureSqlDataBaseType: pulumi.String(migrate.AzureSqlDataBaseTypeUnknown),
AzureSqlPurchaseModel: pulumi.String(migrate.AzureSqlPurchaseModelUnknown),
AzureSqlServiceTier: pulumi.String(migrate.AzureSqlServiceTierV3_SqlService_Unknown),
},
AzureSqlManagedInstanceSettings: &migrate.SqlMiSettingsV3Args{
AzureSqlInstanceType: pulumi.String(migrate.AzureSqlInstanceTypeUnknown),
AzureSqlServiceTier: pulumi.String(migrate.AzureSqlServiceTierV3_SqlService_Unknown),
},
AzureSqlVmSettings: &migrate.SqlVmSettingsArgs{
InstanceSeries: pulumi.StringArray{
pulumi.String(migrate.AzureVmFamilyUnknown),
},
},
BillingSettings: &migrate.BillingSettingsArgs{
LicensingProgram: pulumi.String(migrate.LicensingProgramRetail),
SubscriptionId: pulumi.String("sp"),
},
Currency: pulumi.String(migrate.AzureCurrencyUnknown),
DisasterRecoveryLocation: pulumi.String(migrate.AzureLocationUnknown),
DiscountPercentage: pulumi.Float64(8),
EnableHadrAssessment: pulumi.Bool(true),
EntityUptime: &migrate.EntityUptimeArgs{
DaysPerMonth: pulumi.Int(2),
HoursPerDay: pulumi.Int(28),
},
EnvironmentType: pulumi.String(migrate.EnvironmentTypeProduction),
IsInternetAccessAvailable: pulumi.Bool(true),
MultiSubnetIntent: pulumi.String(migrate.MultiSubnetIntentNone),
OsLicense: pulumi.String(migrate.OsLicenseUnknown),
PerformanceData: &migrate.PerformanceDataArgs{
Percentile: pulumi.String("Unknown"),
PerfDataEndTime: pulumi.String("2025-02-21T05:15:28.133Z"),
PerfDataStartTime: pulumi.String("2025-02-21T05:15:28.133Z"),
TimeRange: pulumi.String(migrate.TimeRangeDay),
},
PreferredTargets: pulumi.StringArray{
pulumi.String(migrate.AzureTargetUnknown),
},
SavingsSettings: &migrate.SavingsSettingsArgs{
AzureOfferCode: pulumi.String(migrate.AzureOfferUnknown),
SavingsOptions: pulumi.String(migrate.SavingsOptionsNone),
},
ScalingFactor: pulumi.Float64(27),
SizingCriterion: pulumi.String(migrate.AssessmentSizingCriterionPerformanceBased),
SqlServerLicense: pulumi.String(migrate.SqlServerLicenseUnknown),
},
},
ResourceGroupName: pulumi.String("rgsqlAssessments"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.migrate.SqlAssessmentV3Operation;
import com.pulumi.azurenative.migrate.SqlAssessmentV3OperationArgs;
import com.pulumi.azurenative.migrate.inputs.SqlAssessmentV3PropertiesArgs;
import com.pulumi.azurenative.migrate.inputs.ScopeArgs;
import com.pulumi.azurenative.migrate.inputs.SqlAssessmentSettingsArgs;
import com.pulumi.azurenative.migrate.inputs.SqlDbSettingsV3Args;
import com.pulumi.azurenative.migrate.inputs.SqlMiSettingsV3Args;
import com.pulumi.azurenative.migrate.inputs.SqlVmSettingsArgs;
import com.pulumi.azurenative.migrate.inputs.BillingSettingsArgs;
import com.pulumi.azurenative.migrate.inputs.EntityUptimeArgs;
import com.pulumi.azurenative.migrate.inputs.PerformanceDataArgs;
import com.pulumi.azurenative.migrate.inputs.SavingsSettingsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var sqlAssessmentV3Operation = new SqlAssessmentV3Operation("sqlAssessmentV3Operation", SqlAssessmentV3OperationArgs.builder()
.assessmentName("assessmentName")
.projectName("contosoProject")
.properties(SqlAssessmentV3PropertiesArgs.builder()
.fallbackMachineAssessmentArmId("jfwkifsuigza")
.scope(ScopeArgs.builder()
.azureResourceGraphQuery("ddqs")
.scopeType("ServerGroupId")
.serverGroupId("ppxcjyrxfmpm")
.build())
.settings(SqlAssessmentSettingsArgs.builder()
.asyncCommitModeIntent("None")
.azureLocation("vtpazagckatiezkiwol")
.azureSecurityOfferingType("NO")
.azureSqlDatabaseSettings(SqlDbSettingsV3Args.builder()
.azureSqlComputeTier("Unknown")
.azureSqlDataBaseType("Unknown")
.azureSqlPurchaseModel("Unknown")
.azureSqlServiceTier("SqlService_Unknown")
.build())
.azureSqlManagedInstanceSettings(SqlMiSettingsV3Args.builder()
.azureSqlInstanceType("Unknown")
.azureSqlServiceTier("SqlService_Unknown")
.build())
.azureSqlVmSettings(SqlVmSettingsArgs.builder()
.instanceSeries("Unknown")
.build())
.billingSettings(BillingSettingsArgs.builder()
.licensingProgram("Retail")
.subscriptionId("sp")
.build())
.currency("Unknown")
.disasterRecoveryLocation("Unknown")
.discountPercentage(8.0)
.enableHadrAssessment(true)
.entityUptime(EntityUptimeArgs.builder()
.daysPerMonth(2)
.hoursPerDay(28)
.build())
.environmentType("Production")
.isInternetAccessAvailable(true)
.multiSubnetIntent("None")
.osLicense("Unknown")
.performanceData(PerformanceDataArgs.builder()
.percentile("Unknown")
.perfDataEndTime("2025-02-21T05:15:28.133Z")
.perfDataStartTime("2025-02-21T05:15:28.133Z")
.timeRange("Day")
.build())
.preferredTargets("Unknown")
.savingsSettings(SavingsSettingsArgs.builder()
.azureOfferCode("Unknown")
.savingsOptions("None")
.build())
.scalingFactor(27.0)
.sizingCriterion("PerformanceBased")
.sqlServerLicense("Unknown")
.build())
.build())
.resourceGroupName("rgsqlAssessments")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const sqlAssessmentV3Operation = new azure_native.migrate.SqlAssessmentV3Operation("sqlAssessmentV3Operation", {
assessmentName: "assessmentName",
projectName: "contosoProject",
properties: {
fallbackMachineAssessmentArmId: "jfwkifsuigza",
scope: {
azureResourceGraphQuery: "ddqs",
scopeType: azure_native.migrate.ScopeType.ServerGroupId,
serverGroupId: "ppxcjyrxfmpm",
},
settings: {
asyncCommitModeIntent: azure_native.migrate.AsyncCommitModeIntent.None,
azureLocation: "vtpazagckatiezkiwol",
azureSecurityOfferingType: azure_native.migrate.AzureSecurityOfferingType.NO,
azureSqlDatabaseSettings: {
azureSqlComputeTier: azure_native.migrate.ComputeTier.Unknown,
azureSqlDataBaseType: azure_native.migrate.AzureSqlDataBaseType.Unknown,
azureSqlPurchaseModel: azure_native.migrate.AzureSqlPurchaseModel.Unknown,
azureSqlServiceTier: azure_native.migrate.AzureSqlServiceTierV3.SqlService_Unknown,
},
azureSqlManagedInstanceSettings: {
azureSqlInstanceType: azure_native.migrate.AzureSqlInstanceType.Unknown,
azureSqlServiceTier: azure_native.migrate.AzureSqlServiceTierV3.SqlService_Unknown,
},
azureSqlVmSettings: {
instanceSeries: [azure_native.migrate.AzureVmFamily.Unknown],
},
billingSettings: {
licensingProgram: azure_native.migrate.LicensingProgram.Retail,
subscriptionId: "sp",
},
currency: azure_native.migrate.AzureCurrency.Unknown,
disasterRecoveryLocation: azure_native.migrate.AzureLocation.Unknown,
discountPercentage: 8,
enableHadrAssessment: true,
entityUptime: {
daysPerMonth: 2,
hoursPerDay: 28,
},
environmentType: azure_native.migrate.EnvironmentType.Production,
isInternetAccessAvailable: true,
multiSubnetIntent: azure_native.migrate.MultiSubnetIntent.None,
osLicense: azure_native.migrate.OsLicense.Unknown,
performanceData: {
percentile: "Unknown",
perfDataEndTime: "2025-02-21T05:15:28.133Z",
perfDataStartTime: "2025-02-21T05:15:28.133Z",
timeRange: azure_native.migrate.TimeRange.Day,
},
preferredTargets: [azure_native.migrate.AzureTarget.Unknown],
savingsSettings: {
azureOfferCode: azure_native.migrate.AzureOffer.Unknown,
savingsOptions: azure_native.migrate.SavingsOptions.None,
},
scalingFactor: 27,
sizingCriterion: azure_native.migrate.AssessmentSizingCriterion.PerformanceBased,
sqlServerLicense: azure_native.migrate.SqlServerLicense.Unknown,
},
},
resourceGroupName: "rgsqlAssessments",
});
import pulumi
import pulumi_azure_native as azure_native
sql_assessment_v3_operation = azure_native.migrate.SqlAssessmentV3Operation("sqlAssessmentV3Operation",
assessment_name="assessmentName",
project_name="contosoProject",
properties={
"fallback_machine_assessment_arm_id": "jfwkifsuigza",
"scope": {
"azure_resource_graph_query": "ddqs",
"scope_type": azure_native.migrate.ScopeType.SERVER_GROUP_ID,
"server_group_id": "ppxcjyrxfmpm",
},
"settings": {
"async_commit_mode_intent": azure_native.migrate.AsyncCommitModeIntent.NONE,
"azure_location": "vtpazagckatiezkiwol",
"azure_security_offering_type": azure_native.migrate.AzureSecurityOfferingType.NO,
"azure_sql_database_settings": {
"azure_sql_compute_tier": azure_native.migrate.ComputeTier.UNKNOWN,
"azure_sql_data_base_type": azure_native.migrate.AzureSqlDataBaseType.UNKNOWN,
"azure_sql_purchase_model": azure_native.migrate.AzureSqlPurchaseModel.UNKNOWN,
"azure_sql_service_tier": azure_native.migrate.AzureSqlServiceTierV3.SQL_SERVICE_UNKNOWN,
},
"azure_sql_managed_instance_settings": {
"azure_sql_instance_type": azure_native.migrate.AzureSqlInstanceType.UNKNOWN,
"azure_sql_service_tier": azure_native.migrate.AzureSqlServiceTierV3.SQL_SERVICE_UNKNOWN,
},
"azure_sql_vm_settings": {
"instance_series": [azure_native.migrate.AzureVmFamily.UNKNOWN],
},
"billing_settings": {
"licensing_program": azure_native.migrate.LicensingProgram.RETAIL,
"subscription_id": "sp",
},
"currency": azure_native.migrate.AzureCurrency.UNKNOWN,
"disaster_recovery_location": azure_native.migrate.AzureLocation.UNKNOWN,
"discount_percentage": 8,
"enable_hadr_assessment": True,
"entity_uptime": {
"days_per_month": 2,
"hours_per_day": 28,
},
"environment_type": azure_native.migrate.EnvironmentType.PRODUCTION,
"is_internet_access_available": True,
"multi_subnet_intent": azure_native.migrate.MultiSubnetIntent.NONE,
"os_license": azure_native.migrate.OsLicense.UNKNOWN,
"performance_data": {
"percentile": "Unknown",
"perf_data_end_time": "2025-02-21T05:15:28.133Z",
"perf_data_start_time": "2025-02-21T05:15:28.133Z",
"time_range": azure_native.migrate.TimeRange.DAY,
},
"preferred_targets": [azure_native.migrate.AzureTarget.UNKNOWN],
"savings_settings": {
"azure_offer_code": azure_native.migrate.AzureOffer.UNKNOWN,
"savings_options": azure_native.migrate.SavingsOptions.NONE,
},
"scaling_factor": 27,
"sizing_criterion": azure_native.migrate.AssessmentSizingCriterion.PERFORMANCE_BASED,
"sql_server_license": azure_native.migrate.SqlServerLicense.UNKNOWN,
},
},
resource_group_name="rgsqlAssessments")
resources:
sqlAssessmentV3Operation:
type: azure-native:migrate:SqlAssessmentV3Operation
properties:
assessmentName: assessmentName
projectName: contosoProject
properties:
fallbackMachineAssessmentArmId: jfwkifsuigza
scope:
azureResourceGraphQuery: ddqs
scopeType: ServerGroupId
serverGroupId: ppxcjyrxfmpm
settings:
asyncCommitModeIntent: None
azureLocation: vtpazagckatiezkiwol
azureSecurityOfferingType: NO
azureSqlDatabaseSettings:
azureSqlComputeTier: Unknown
azureSqlDataBaseType: Unknown
azureSqlPurchaseModel: Unknown
azureSqlServiceTier: SqlService_Unknown
azureSqlManagedInstanceSettings:
azureSqlInstanceType: Unknown
azureSqlServiceTier: SqlService_Unknown
azureSqlVmSettings:
instanceSeries:
- Unknown
billingSettings:
licensingProgram: Retail
subscriptionId: sp
currency: Unknown
disasterRecoveryLocation: Unknown
discountPercentage: 8
enableHadrAssessment: true
entityUptime:
daysPerMonth: 2
hoursPerDay: 28
environmentType: Production
isInternetAccessAvailable: true
multiSubnetIntent: None
osLicense: Unknown
performanceData:
percentile: Unknown
perfDataEndTime: 2025-02-21T05:15:28.133Z
perfDataStartTime: 2025-02-21T05:15:28.133Z
timeRange: Day
preferredTargets:
- Unknown
savingsSettings:
azureOfferCode: Unknown
savingsOptions: None
scalingFactor: 27
sizingCriterion: PerformanceBased
sqlServerLicense: Unknown
resourceGroupName: rgsqlAssessments
Create SqlAssessmentV3Operation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SqlAssessmentV3Operation(name: string, args: SqlAssessmentV3OperationArgs, opts?: CustomResourceOptions);
@overload
def SqlAssessmentV3Operation(resource_name: str,
args: SqlAssessmentV3OperationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SqlAssessmentV3Operation(resource_name: str,
opts: Optional[ResourceOptions] = None,
project_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
assessment_name: Optional[str] = None,
properties: Optional[SqlAssessmentV3PropertiesArgs] = None)
func NewSqlAssessmentV3Operation(ctx *Context, name string, args SqlAssessmentV3OperationArgs, opts ...ResourceOption) (*SqlAssessmentV3Operation, error)
public SqlAssessmentV3Operation(string name, SqlAssessmentV3OperationArgs args, CustomResourceOptions? opts = null)
public SqlAssessmentV3Operation(String name, SqlAssessmentV3OperationArgs args)
public SqlAssessmentV3Operation(String name, SqlAssessmentV3OperationArgs args, CustomResourceOptions options)
type: azure-native:migrate:SqlAssessmentV3Operation
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 SqlAssessmentV3OperationArgs
- 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 SqlAssessmentV3OperationArgs
- 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 SqlAssessmentV3OperationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SqlAssessmentV3OperationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SqlAssessmentV3OperationArgs
- 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 sqlAssessmentV3OperationResource = new AzureNative.Migrate.SqlAssessmentV3Operation("sqlAssessmentV3OperationResource", new()
{
ProjectName = "string",
ResourceGroupName = "string",
AssessmentName = "string",
Properties = new AzureNative.Migrate.Inputs.SqlAssessmentV3PropertiesArgs
{
FallbackMachineAssessmentArmId = "string",
Scope = new AzureNative.Migrate.Inputs.ScopeArgs
{
AzureResourceGraphQuery = "string",
ScopeType = "string",
ServerGroupId = "string",
},
Settings = new AzureNative.Migrate.Inputs.SqlAssessmentSettingsArgs
{
AsyncCommitModeIntent = "string",
AzureLocation = "string",
AzureSecurityOfferingType = "string",
AzureSqlDatabaseSettings = new AzureNative.Migrate.Inputs.SqlDbSettingsV3Args
{
AzureSqlComputeTier = "string",
AzureSqlDataBaseType = "string",
AzureSqlPurchaseModel = "string",
AzureSqlServiceTier = "string",
},
AzureSqlManagedInstanceSettings = new AzureNative.Migrate.Inputs.SqlMiSettingsV3Args
{
AzureSqlInstanceType = "string",
AzureSqlServiceTier = "string",
},
AzureSqlVmSettings = new AzureNative.Migrate.Inputs.SqlVmSettingsArgs
{
InstanceSeries = new[]
{
"string",
},
},
BillingSettings = new AzureNative.Migrate.Inputs.BillingSettingsArgs
{
LicensingProgram = "string",
SubscriptionId = "string",
},
Currency = "string",
DisasterRecoveryLocation = "string",
DiscountPercentage = 0,
EnableHadrAssessment = false,
EntityUptime = new AzureNative.Migrate.Inputs.EntityUptimeArgs
{
DaysPerMonth = 0,
HoursPerDay = 0,
},
EnvironmentType = "string",
IsInternetAccessAvailable = false,
MultiSubnetIntent = "string",
OsLicense = "string",
PerformanceData = new AzureNative.Migrate.Inputs.PerformanceDataArgs
{
Percentile = "string",
PerfDataEndTime = "string",
PerfDataStartTime = "string",
TimeRange = "string",
},
PreferredTargets = new[]
{
"string",
},
SavingsSettings = new AzureNative.Migrate.Inputs.SavingsSettingsArgs
{
AzureOfferCode = "string",
SavingsOptions = "string",
},
ScalingFactor = 0,
SizingCriterion = "string",
SqlServerLicense = "string",
},
},
});
example, err := migrate.NewSqlAssessmentV3Operation(ctx, "sqlAssessmentV3OperationResource", &migrate.SqlAssessmentV3OperationArgs{
ProjectName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
AssessmentName: pulumi.String("string"),
Properties: &migrate.SqlAssessmentV3PropertiesArgs{
FallbackMachineAssessmentArmId: pulumi.String("string"),
Scope: &migrate.ScopeArgs{
AzureResourceGraphQuery: pulumi.String("string"),
ScopeType: pulumi.String("string"),
ServerGroupId: pulumi.String("string"),
},
Settings: &migrate.SqlAssessmentSettingsArgs{
AsyncCommitModeIntent: pulumi.String("string"),
AzureLocation: pulumi.String("string"),
AzureSecurityOfferingType: pulumi.String("string"),
AzureSqlDatabaseSettings: &migrate.SqlDbSettingsV3Args{
AzureSqlComputeTier: pulumi.String("string"),
AzureSqlDataBaseType: pulumi.String("string"),
AzureSqlPurchaseModel: pulumi.String("string"),
AzureSqlServiceTier: pulumi.String("string"),
},
AzureSqlManagedInstanceSettings: &migrate.SqlMiSettingsV3Args{
AzureSqlInstanceType: pulumi.String("string"),
AzureSqlServiceTier: pulumi.String("string"),
},
AzureSqlVmSettings: &migrate.SqlVmSettingsArgs{
InstanceSeries: pulumi.StringArray{
pulumi.String("string"),
},
},
BillingSettings: &migrate.BillingSettingsArgs{
LicensingProgram: pulumi.String("string"),
SubscriptionId: pulumi.String("string"),
},
Currency: pulumi.String("string"),
DisasterRecoveryLocation: pulumi.String("string"),
DiscountPercentage: pulumi.Float64(0),
EnableHadrAssessment: pulumi.Bool(false),
EntityUptime: &migrate.EntityUptimeArgs{
DaysPerMonth: pulumi.Int(0),
HoursPerDay: pulumi.Int(0),
},
EnvironmentType: pulumi.String("string"),
IsInternetAccessAvailable: pulumi.Bool(false),
MultiSubnetIntent: pulumi.String("string"),
OsLicense: pulumi.String("string"),
PerformanceData: &migrate.PerformanceDataArgs{
Percentile: pulumi.String("string"),
PerfDataEndTime: pulumi.String("string"),
PerfDataStartTime: pulumi.String("string"),
TimeRange: pulumi.String("string"),
},
PreferredTargets: pulumi.StringArray{
pulumi.String("string"),
},
SavingsSettings: &migrate.SavingsSettingsArgs{
AzureOfferCode: pulumi.String("string"),
SavingsOptions: pulumi.String("string"),
},
ScalingFactor: pulumi.Float64(0),
SizingCriterion: pulumi.String("string"),
SqlServerLicense: pulumi.String("string"),
},
},
})
var sqlAssessmentV3OperationResource = new SqlAssessmentV3Operation("sqlAssessmentV3OperationResource", SqlAssessmentV3OperationArgs.builder()
.projectName("string")
.resourceGroupName("string")
.assessmentName("string")
.properties(SqlAssessmentV3PropertiesArgs.builder()
.fallbackMachineAssessmentArmId("string")
.scope(ScopeArgs.builder()
.azureResourceGraphQuery("string")
.scopeType("string")
.serverGroupId("string")
.build())
.settings(SqlAssessmentSettingsArgs.builder()
.asyncCommitModeIntent("string")
.azureLocation("string")
.azureSecurityOfferingType("string")
.azureSqlDatabaseSettings(SqlDbSettingsV3Args.builder()
.azureSqlComputeTier("string")
.azureSqlDataBaseType("string")
.azureSqlPurchaseModel("string")
.azureSqlServiceTier("string")
.build())
.azureSqlManagedInstanceSettings(SqlMiSettingsV3Args.builder()
.azureSqlInstanceType("string")
.azureSqlServiceTier("string")
.build())
.azureSqlVmSettings(SqlVmSettingsArgs.builder()
.instanceSeries("string")
.build())
.billingSettings(BillingSettingsArgs.builder()
.licensingProgram("string")
.subscriptionId("string")
.build())
.currency("string")
.disasterRecoveryLocation("string")
.discountPercentage(0)
.enableHadrAssessment(false)
.entityUptime(EntityUptimeArgs.builder()
.daysPerMonth(0)
.hoursPerDay(0)
.build())
.environmentType("string")
.isInternetAccessAvailable(false)
.multiSubnetIntent("string")
.osLicense("string")
.performanceData(PerformanceDataArgs.builder()
.percentile("string")
.perfDataEndTime("string")
.perfDataStartTime("string")
.timeRange("string")
.build())
.preferredTargets("string")
.savingsSettings(SavingsSettingsArgs.builder()
.azureOfferCode("string")
.savingsOptions("string")
.build())
.scalingFactor(0)
.sizingCriterion("string")
.sqlServerLicense("string")
.build())
.build())
.build());
sql_assessment_v3_operation_resource = azure_native.migrate.SqlAssessmentV3Operation("sqlAssessmentV3OperationResource",
project_name="string",
resource_group_name="string",
assessment_name="string",
properties={
"fallback_machine_assessment_arm_id": "string",
"scope": {
"azure_resource_graph_query": "string",
"scope_type": "string",
"server_group_id": "string",
},
"settings": {
"async_commit_mode_intent": "string",
"azure_location": "string",
"azure_security_offering_type": "string",
"azure_sql_database_settings": {
"azure_sql_compute_tier": "string",
"azure_sql_data_base_type": "string",
"azure_sql_purchase_model": "string",
"azure_sql_service_tier": "string",
},
"azure_sql_managed_instance_settings": {
"azure_sql_instance_type": "string",
"azure_sql_service_tier": "string",
},
"azure_sql_vm_settings": {
"instance_series": ["string"],
},
"billing_settings": {
"licensing_program": "string",
"subscription_id": "string",
},
"currency": "string",
"disaster_recovery_location": "string",
"discount_percentage": 0,
"enable_hadr_assessment": False,
"entity_uptime": {
"days_per_month": 0,
"hours_per_day": 0,
},
"environment_type": "string",
"is_internet_access_available": False,
"multi_subnet_intent": "string",
"os_license": "string",
"performance_data": {
"percentile": "string",
"perf_data_end_time": "string",
"perf_data_start_time": "string",
"time_range": "string",
},
"preferred_targets": ["string"],
"savings_settings": {
"azure_offer_code": "string",
"savings_options": "string",
},
"scaling_factor": 0,
"sizing_criterion": "string",
"sql_server_license": "string",
},
})
const sqlAssessmentV3OperationResource = new azure_native.migrate.SqlAssessmentV3Operation("sqlAssessmentV3OperationResource", {
projectName: "string",
resourceGroupName: "string",
assessmentName: "string",
properties: {
fallbackMachineAssessmentArmId: "string",
scope: {
azureResourceGraphQuery: "string",
scopeType: "string",
serverGroupId: "string",
},
settings: {
asyncCommitModeIntent: "string",
azureLocation: "string",
azureSecurityOfferingType: "string",
azureSqlDatabaseSettings: {
azureSqlComputeTier: "string",
azureSqlDataBaseType: "string",
azureSqlPurchaseModel: "string",
azureSqlServiceTier: "string",
},
azureSqlManagedInstanceSettings: {
azureSqlInstanceType: "string",
azureSqlServiceTier: "string",
},
azureSqlVmSettings: {
instanceSeries: ["string"],
},
billingSettings: {
licensingProgram: "string",
subscriptionId: "string",
},
currency: "string",
disasterRecoveryLocation: "string",
discountPercentage: 0,
enableHadrAssessment: false,
entityUptime: {
daysPerMonth: 0,
hoursPerDay: 0,
},
environmentType: "string",
isInternetAccessAvailable: false,
multiSubnetIntent: "string",
osLicense: "string",
performanceData: {
percentile: "string",
perfDataEndTime: "string",
perfDataStartTime: "string",
timeRange: "string",
},
preferredTargets: ["string"],
savingsSettings: {
azureOfferCode: "string",
savingsOptions: "string",
},
scalingFactor: 0,
sizingCriterion: "string",
sqlServerLicense: "string",
},
},
});
type: azure-native:migrate:SqlAssessmentV3Operation
properties:
assessmentName: string
projectName: string
properties:
fallbackMachineAssessmentArmId: string
scope:
azureResourceGraphQuery: string
scopeType: string
serverGroupId: string
settings:
asyncCommitModeIntent: string
azureLocation: string
azureSecurityOfferingType: string
azureSqlDatabaseSettings:
azureSqlComputeTier: string
azureSqlDataBaseType: string
azureSqlPurchaseModel: string
azureSqlServiceTier: string
azureSqlManagedInstanceSettings:
azureSqlInstanceType: string
azureSqlServiceTier: string
azureSqlVmSettings:
instanceSeries:
- string
billingSettings:
licensingProgram: string
subscriptionId: string
currency: string
disasterRecoveryLocation: string
discountPercentage: 0
enableHadrAssessment: false
entityUptime:
daysPerMonth: 0
hoursPerDay: 0
environmentType: string
isInternetAccessAvailable: false
multiSubnetIntent: string
osLicense: string
performanceData:
percentile: string
perfDataEndTime: string
perfDataStartTime: string
timeRange: string
preferredTargets:
- string
savingsSettings:
azureOfferCode: string
savingsOptions: string
scalingFactor: 0
sizingCriterion: string
sqlServerLicense: string
resourceGroupName: string
SqlAssessmentV3Operation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SqlAssessmentV3Operation resource accepts the following input properties:
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Assessment
Name string - SQL Assessment arm name.
- Properties
Pulumi.
Azure Native. Migrate. Inputs. Sql Assessment V3Properties - The resource-specific properties for this resource.
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Assessment
Name string - SQL Assessment arm name.
- Properties
Sql
Assessment V3Properties Args - The resource-specific properties for this resource.
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- assessment
Name String - SQL Assessment arm name.
- properties
Sql
Assessment V3Properties - The resource-specific properties for this resource.
- project
Name string - Assessment Project Name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- assessment
Name string - SQL Assessment arm name.
- properties
Sql
Assessment V3Properties - The resource-specific properties for this resource.
- project_
name str - Assessment Project Name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- assessment_
name str - SQL Assessment arm name.
- properties
Sql
Assessment V3Properties Args - The resource-specific properties for this resource.
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- assessment
Name String - SQL Assessment arm name.
- properties Property Map
- The resource-specific properties for this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the SqlAssessmentV3Operation resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Migrate. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - 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"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data 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
AssessmentDetailsResponse, AssessmentDetailsResponseArgs
- Confidence
Rating doubleIn Percentage - Confidence Rating in Percentage.
- Created
Timestamp string - Date and Time when assessment was created.
- Prices
Timestamp string - Last time when rates were queried.
- Status string
- Whether assessment is in valid state and all machines have been assessed.
- Updated
Timestamp string - Date and Time when assessment was last updated.
- Confidence
Rating float64In Percentage - Confidence Rating in Percentage.
- Created
Timestamp string - Date and Time when assessment was created.
- Prices
Timestamp string - Last time when rates were queried.
- Status string
- Whether assessment is in valid state and all machines have been assessed.
- Updated
Timestamp string - Date and Time when assessment was last updated.
- confidence
Rating DoubleIn Percentage - Confidence Rating in Percentage.
- created
Timestamp String - Date and Time when assessment was created.
- prices
Timestamp String - Last time when rates were queried.
- status String
- Whether assessment is in valid state and all machines have been assessed.
- updated
Timestamp String - Date and Time when assessment was last updated.
- confidence
Rating numberIn Percentage - Confidence Rating in Percentage.
- created
Timestamp string - Date and Time when assessment was created.
- prices
Timestamp string - Last time when rates were queried.
- status string
- Whether assessment is in valid state and all machines have been assessed.
- updated
Timestamp string - Date and Time when assessment was last updated.
- confidence_
rating_ floatin_ percentage - Confidence Rating in Percentage.
- created_
timestamp str - Date and Time when assessment was created.
- prices_
timestamp str - Last time when rates were queried.
- status str
- Whether assessment is in valid state and all machines have been assessed.
- updated_
timestamp str - Date and Time when assessment was last updated.
- confidence
Rating NumberIn Percentage - Confidence Rating in Percentage.
- created
Timestamp String - Date and Time when assessment was created.
- prices
Timestamp String - Last time when rates were queried.
- status String
- Whether assessment is in valid state and all machines have been assessed.
- updated
Timestamp String - Date and Time when assessment was last updated.
AssessmentSizingCriterion, AssessmentSizingCriterionArgs
- Performance
Based - PerformanceBasedPerformance Data based Sizing.
- As
On Premises - AsOnPremisesAs On Premises or Static Data based Sizing.
- Assessment
Sizing Criterion Performance Based - PerformanceBasedPerformance Data based Sizing.
- Assessment
Sizing Criterion As On Premises - AsOnPremisesAs On Premises or Static Data based Sizing.
- Performance
Based - PerformanceBasedPerformance Data based Sizing.
- As
On Premises - AsOnPremisesAs On Premises or Static Data based Sizing.
- Performance
Based - PerformanceBasedPerformance Data based Sizing.
- As
On Premises - AsOnPremisesAs On Premises or Static Data based Sizing.
- PERFORMANCE_BASED
- PerformanceBasedPerformance Data based Sizing.
- AS_ON_PREMISES
- AsOnPremisesAs On Premises or Static Data based Sizing.
- "Performance
Based" - PerformanceBasedPerformance Data based Sizing.
- "As
On Premises" - AsOnPremisesAs On Premises or Static Data based Sizing.
AsyncCommitModeIntent, AsyncCommitModeIntentArgs
- None
- NoneNone - Async Commit Mode Intent
- High
Availability - HighAvailabilityHighAvailability - Async Commit Mode Intent
- Disaster
Recovery - DisasterRecoveryDisasterRecovery - Async Commit Mode Intent
- Async
Commit Mode Intent None - NoneNone - Async Commit Mode Intent
- Async
Commit Mode Intent High Availability - HighAvailabilityHighAvailability - Async Commit Mode Intent
- Async
Commit Mode Intent Disaster Recovery - DisasterRecoveryDisasterRecovery - Async Commit Mode Intent
- None
- NoneNone - Async Commit Mode Intent
- High
Availability - HighAvailabilityHighAvailability - Async Commit Mode Intent
- Disaster
Recovery - DisasterRecoveryDisasterRecovery - Async Commit Mode Intent
- None
- NoneNone - Async Commit Mode Intent
- High
Availability - HighAvailabilityHighAvailability - Async Commit Mode Intent
- Disaster
Recovery - DisasterRecoveryDisasterRecovery - Async Commit Mode Intent
- NONE
- NoneNone - Async Commit Mode Intent
- HIGH_AVAILABILITY
- HighAvailabilityHighAvailability - Async Commit Mode Intent
- DISASTER_RECOVERY
- DisasterRecoveryDisasterRecovery - Async Commit Mode Intent
- "None"
- NoneNone - Async Commit Mode Intent
- "High
Availability" - HighAvailabilityHighAvailability - Async Commit Mode Intent
- "Disaster
Recovery" - DisasterRecoveryDisasterRecovery - Async Commit Mode Intent
AzureCurrency, AzureCurrencyArgs
- Unknown
- UnknownUnknown Currency for Azure
- USD
- USDUSD Currency for Azure
- DKK
- DKKDKK Currency for Azure
- CAD
- CADCAD Currency for Azure
- IDR
- IDRIDR Currency for Azure
- JPY
- JPYJPY Currency for Azure
- KRW
- KRWKRW Currency for Azure
- NZD
- NZDNZD Currency for Azure
- NOK
- NOKNOK Currency for Azure
- RUB
- RUBRUB Currency for Azure
- SAR
- SARSAR Currency for Azure
- ZAR
- ZARZAR Currency for Azure
- SEK
- SEKSEK Currency for Azure
- TRY
- TRYTRY Currency for Azure
- GBP
- GBPGBP Currency for Azure
- MXN
- MXNMXN Currency for Azure
- MYR
- MYRMYR Currency for Azure
- INR
- INRINR Currency for Azure
- HKD
- HKDHKD Currency for Azure
- BRL
- BRLBRL Currency for Azure
- TWD
- TWDTWD Currency for Azure
- EUR
- EUREUR Currency for Azure
- CHF
- CHFCHF Currency for Azure
- ARS
- ARSARS Currency for Azure
- AUD
- AUDAUD Currency for Azure
- CNY
- CNYCNY Currency for Azure
- Azure
Currency Unknown - UnknownUnknown Currency for Azure
- Azure
Currency USD - USDUSD Currency for Azure
- Azure
Currency DKK - DKKDKK Currency for Azure
- Azure
Currency CAD - CADCAD Currency for Azure
- Azure
Currency IDR - IDRIDR Currency for Azure
- Azure
Currency JPY - JPYJPY Currency for Azure
- Azure
Currency KRW - KRWKRW Currency for Azure
- Azure
Currency NZD - NZDNZD Currency for Azure
- Azure
Currency NOK - NOKNOK Currency for Azure
- Azure
Currency RUB - RUBRUB Currency for Azure
- Azure
Currency SAR - SARSAR Currency for Azure
- Azure
Currency ZAR - ZARZAR Currency for Azure
- Azure
Currency SEK - SEKSEK Currency for Azure
- Azure
Currency TRY - TRYTRY Currency for Azure
- Azure
Currency GBP - GBPGBP Currency for Azure
- Azure
Currency MXN - MXNMXN Currency for Azure
- Azure
Currency MYR - MYRMYR Currency for Azure
- Azure
Currency INR - INRINR Currency for Azure
- Azure
Currency HKD - HKDHKD Currency for Azure
- Azure
Currency BRL - BRLBRL Currency for Azure
- Azure
Currency TWD - TWDTWD Currency for Azure
- Azure
Currency EUR - EUREUR Currency for Azure
- Azure
Currency CHF - CHFCHF Currency for Azure
- Azure
Currency ARS - ARSARS Currency for Azure
- Azure
Currency AUD - AUDAUD Currency for Azure
- Azure
Currency CNY - CNYCNY Currency for Azure
- Unknown
- UnknownUnknown Currency for Azure
- USD
- USDUSD Currency for Azure
- DKK
- DKKDKK Currency for Azure
- CAD
- CADCAD Currency for Azure
- IDR
- IDRIDR Currency for Azure
- JPY
- JPYJPY Currency for Azure
- KRW
- KRWKRW Currency for Azure
- NZD
- NZDNZD Currency for Azure
- NOK
- NOKNOK Currency for Azure
- RUB
- RUBRUB Currency for Azure
- SAR
- SARSAR Currency for Azure
- ZAR
- ZARZAR Currency for Azure
- SEK
- SEKSEK Currency for Azure
- TRY
- TRYTRY Currency for Azure
- GBP
- GBPGBP Currency for Azure
- MXN
- MXNMXN Currency for Azure
- MYR
- MYRMYR Currency for Azure
- INR
- INRINR Currency for Azure
- HKD
- HKDHKD Currency for Azure
- BRL
- BRLBRL Currency for Azure
- TWD
- TWDTWD Currency for Azure
- EUR
- EUREUR Currency for Azure
- CHF
- CHFCHF Currency for Azure
- ARS
- ARSARS Currency for Azure
- AUD
- AUDAUD Currency for Azure
- CNY
- CNYCNY Currency for Azure
- Unknown
- UnknownUnknown Currency for Azure
- USD
- USDUSD Currency for Azure
- DKK
- DKKDKK Currency for Azure
- CAD
- CADCAD Currency for Azure
- IDR
- IDRIDR Currency for Azure
- JPY
- JPYJPY Currency for Azure
- KRW
- KRWKRW Currency for Azure
- NZD
- NZDNZD Currency for Azure
- NOK
- NOKNOK Currency for Azure
- RUB
- RUBRUB Currency for Azure
- SAR
- SARSAR Currency for Azure
- ZAR
- ZARZAR Currency for Azure
- SEK
- SEKSEK Currency for Azure
- TRY
- TRYTRY Currency for Azure
- GBP
- GBPGBP Currency for Azure
- MXN
- MXNMXN Currency for Azure
- MYR
- MYRMYR Currency for Azure
- INR
- INRINR Currency for Azure
- HKD
- HKDHKD Currency for Azure
- BRL
- BRLBRL Currency for Azure
- TWD
- TWDTWD Currency for Azure
- EUR
- EUREUR Currency for Azure
- CHF
- CHFCHF Currency for Azure
- ARS
- ARSARS Currency for Azure
- AUD
- AUDAUD Currency for Azure
- CNY
- CNYCNY Currency for Azure
- UNKNOWN
- UnknownUnknown Currency for Azure
- USD
- USDUSD Currency for Azure
- DKK
- DKKDKK Currency for Azure
- CAD
- CADCAD Currency for Azure
- IDR
- IDRIDR Currency for Azure
- JPY
- JPYJPY Currency for Azure
- KRW
- KRWKRW Currency for Azure
- NZD
- NZDNZD Currency for Azure
- NOK
- NOKNOK Currency for Azure
- RUB
- RUBRUB Currency for Azure
- SAR
- SARSAR Currency for Azure
- ZAR
- ZARZAR Currency for Azure
- SEK
- SEKSEK Currency for Azure
- TRY_
- TRYTRY Currency for Azure
- GBP
- GBPGBP Currency for Azure
- MXN
- MXNMXN Currency for Azure
- MYR
- MYRMYR Currency for Azure
- INR
- INRINR Currency for Azure
- HKD
- HKDHKD Currency for Azure
- BRL
- BRLBRL Currency for Azure
- TWD
- TWDTWD Currency for Azure
- EUR
- EUREUR Currency for Azure
- CHF
- CHFCHF Currency for Azure
- ARS
- ARSARS Currency for Azure
- AUD
- AUDAUD Currency for Azure
- CNY
- CNYCNY Currency for Azure
- "Unknown"
- UnknownUnknown Currency for Azure
- "USD"
- USDUSD Currency for Azure
- "DKK"
- DKKDKK Currency for Azure
- "CAD"
- CADCAD Currency for Azure
- "IDR"
- IDRIDR Currency for Azure
- "JPY"
- JPYJPY Currency for Azure
- "KRW"
- KRWKRW Currency for Azure
- "NZD"
- NZDNZD Currency for Azure
- "NOK"
- NOKNOK Currency for Azure
- "RUB"
- RUBRUB Currency for Azure
- "SAR"
- SARSAR Currency for Azure
- "ZAR"
- ZARZAR Currency for Azure
- "SEK"
- SEKSEK Currency for Azure
- "TRY"
- TRYTRY Currency for Azure
- "GBP"
- GBPGBP Currency for Azure
- "MXN"
- MXNMXN Currency for Azure
- "MYR"
- MYRMYR Currency for Azure
- "INR"
- INRINR Currency for Azure
- "HKD"
- HKDHKD Currency for Azure
- "BRL"
- BRLBRL Currency for Azure
- "TWD"
- TWDTWD Currency for Azure
- "EUR"
- EUREUR Currency for Azure
- "CHF"
- CHFCHF Currency for Azure
- "ARS"
- ARSARS Currency for Azure
- "AUD"
- AUDAUD Currency for Azure
- "CNY"
- CNYCNY Currency for Azure
AzureLocation, AzureLocationArgs
- Unknown
- UnknownUnknown Location for Azure
- East
Asia - EastAsiaEastAsia Location for Azure
- Southeast
Asia - SoutheastAsiaSoutheastAsia Location for Azure
- Australia
East - AustraliaEastAustraliaEast Location for Azure
- Australia
Southeast - AustraliaSoutheastAustraliaSoutheast Location for Azure
- Brazil
South - BrazilSouthBrazilSouth Location for Azure
- Canada
Central - CanadaCentralCanadaCentral Location for Azure
- Canada
East - CanadaEastCanadaEast Location for Azure
- West
Europe - WestEuropeWestEurope Location for Azure
- North
Europe - NorthEuropeNorthEurope Location for Azure
- Central
India - CentralIndiaCentralIndia Location for Azure
- South
India - SouthIndiaSouthIndia Location for Azure
- West
India - WestIndiaWestIndia Location for Azure
- Japan
East - JapanEastJapanEast Location for Azure
- Japan
West - JapanWestJapanWest Location for Azure
- Korea
Central - KoreaCentralKoreaCentral Location for Azure
- Korea
South - KoreaSouthKoreaSouth Location for Azure
- Uk
West - UkWestUkWest Location for Azure
- Uk
South - UkSouthUkSouth Location for Azure
- North
Central Us - NorthCentralUsNorthCentralUs Location for Azure
- East
Us - EastUsEastUs Location for Azure
- West
Us2 - WestUs2WestUs2 Location for Azure
- South
Central Us - SouthCentralUsSouthCentralUs Location for Azure
- Central
Us - CentralUsCentralUs Location for Azure
- East
Us2 - EastUs2EastUs2 Location for Azure
- West
Us - WestUsWestUs Location for Azure
- West
Central Us - WestCentralUsWestCentralUs Location for Azure
- Germany
Central - GermanyCentralGermanyCentral Location for Azure
- Germany
Northeast - GermanyNortheastGermanyNortheast Location for Azure
- China
North - ChinaNorthChinaNorth Location for Azure
- China
East - ChinaEastChinaEast Location for Azure
- USGov
Arizona - USGovArizonaUSGovArizona Location for Azure
- USGov
Texas - USGovTexasUSGovTexas Location for Azure
- USGov
Iowa - USGovIowaUSGovIowa Location for Azure
- USGov
Virginia - USGovVirginiaUSGovVirginia Location for Azure
- USDo
DCentral - USDoDCentralUSDoDCentral Location for Azure
- USDo
DEast - USDoDEastUSDoDEast Location for Azure
- France
Central - FranceCentralFranceCentral Location for Azure
- Australia
Central - AustraliaCentralAustraliaCentral Location for Azure
- South
Africa North - SouthAfricaNorthSouthAfricaNorth Location for Azure
- France
South - FranceSouthFranceSouth Location for Azure
- Australia
Central2 - AustraliaCentral2AustraliaCentral2 Location for Azure
- South
Africa West - SouthAfricaWestSouthAfricaWest Location for Azure
- Germany
North - GermanyNorthGermanyNorth Location for Azure
- Germany
West Central - GermanyWestCentralGermanyWestCentral Location for Azure
- Norway
East - NorwayEastNorwayEast Location for Azure
- Norway
West - NorwayWestNorwayWest Location for Azure
- China
East2 - ChinaEast2ChinaEast2 Location for Azure
- China
North2 - ChinaNorth2ChinaNorth2 Location for Azure
- Switzerland
North - SwitzerlandNorthSwitzerlandNorth Location for Azure
- Switzerland
West - SwitzerlandWestSwitzerlandWest Location for Azure
- UAENorth
- UAENorthUAENorth Location for Azure
- UAECentral
- UAECentralUAECentral Location for Azure
- Us
Nat East - UsNatEastUsNatEast Location for Azure
- Us
Nat West - UsNatWestUsNatWest Location for Azure
- Us
Sec East - UsSecEastUsSecEast Location for Azure
- Us
Sec Central - UsSecCentralUsSecCentral Location for Azure
- Us
Sec West - UsSecWestUsSecWest Location for Azure
- Sweden
Central - SwedenCentralSwedenCentral Location for Azure
- Qatar
Central - QatarCentralQatarCentral Location for Azure
- Jio
India West - JioIndiaWestJioIndiaWest Location for Azure
- Italy
North - ItalyNorthItalyNorth Location for Azure
- Poland
Central - PolandCentralPolandCentral Location for Azure
- Israel
Central - IsraelCentralIsraelCentral Location for Azure
- Mexico
Central - MexicoCentralMexicoCentral Location for Azure
- New
Zealand North - NewZealandNorthNewZealandNorth Location for Azure
- Spain
Central - SpainCentralSpainCentral Location for Azure
- Azure
Location Unknown - UnknownUnknown Location for Azure
- Azure
Location East Asia - EastAsiaEastAsia Location for Azure
- Azure
Location Southeast Asia - SoutheastAsiaSoutheastAsia Location for Azure
- Azure
Location Australia East - AustraliaEastAustraliaEast Location for Azure
- Azure
Location Australia Southeast - AustraliaSoutheastAustraliaSoutheast Location for Azure
- Azure
Location Brazil South - BrazilSouthBrazilSouth Location for Azure
- Azure
Location Canada Central - CanadaCentralCanadaCentral Location for Azure
- Azure
Location Canada East - CanadaEastCanadaEast Location for Azure
- Azure
Location West Europe - WestEuropeWestEurope Location for Azure
- Azure
Location North Europe - NorthEuropeNorthEurope Location for Azure
- Azure
Location Central India - CentralIndiaCentralIndia Location for Azure
- Azure
Location South India - SouthIndiaSouthIndia Location for Azure
- Azure
Location West India - WestIndiaWestIndia Location for Azure
- Azure
Location Japan East - JapanEastJapanEast Location for Azure
- Azure
Location Japan West - JapanWestJapanWest Location for Azure
- Azure
Location Korea Central - KoreaCentralKoreaCentral Location for Azure
- Azure
Location Korea South - KoreaSouthKoreaSouth Location for Azure
- Azure
Location Uk West - UkWestUkWest Location for Azure
- Azure
Location Uk South - UkSouthUkSouth Location for Azure
- Azure
Location North Central Us - NorthCentralUsNorthCentralUs Location for Azure
- Azure
Location East Us - EastUsEastUs Location for Azure
- Azure
Location West Us2 - WestUs2WestUs2 Location for Azure
- Azure
Location South Central Us - SouthCentralUsSouthCentralUs Location for Azure
- Azure
Location Central Us - CentralUsCentralUs Location for Azure
- Azure
Location East Us2 - EastUs2EastUs2 Location for Azure
- Azure
Location West Us - WestUsWestUs Location for Azure
- Azure
Location West Central Us - WestCentralUsWestCentralUs Location for Azure
- Azure
Location Germany Central - GermanyCentralGermanyCentral Location for Azure
- Azure
Location Germany Northeast - GermanyNortheastGermanyNortheast Location for Azure
- Azure
Location China North - ChinaNorthChinaNorth Location for Azure
- Azure
Location China East - ChinaEastChinaEast Location for Azure
- Azure
Location USGov Arizona - USGovArizonaUSGovArizona Location for Azure
- Azure
Location USGov Texas - USGovTexasUSGovTexas Location for Azure
- Azure
Location USGov Iowa - USGovIowaUSGovIowa Location for Azure
- Azure
Location USGov Virginia - USGovVirginiaUSGovVirginia Location for Azure
- Azure
Location USDo DCentral - USDoDCentralUSDoDCentral Location for Azure
- Azure
Location USDo DEast - USDoDEastUSDoDEast Location for Azure
- Azure
Location France Central - FranceCentralFranceCentral Location for Azure
- Azure
Location Australia Central - AustraliaCentralAustraliaCentral Location for Azure
- Azure
Location South Africa North - SouthAfricaNorthSouthAfricaNorth Location for Azure
- Azure
Location France South - FranceSouthFranceSouth Location for Azure
- Azure
Location Australia Central2 - AustraliaCentral2AustraliaCentral2 Location for Azure
- Azure
Location South Africa West - SouthAfricaWestSouthAfricaWest Location for Azure
- Azure
Location Germany North - GermanyNorthGermanyNorth Location for Azure
- Azure
Location Germany West Central - GermanyWestCentralGermanyWestCentral Location for Azure
- Azure
Location Norway East - NorwayEastNorwayEast Location for Azure
- Azure
Location Norway West - NorwayWestNorwayWest Location for Azure
- Azure
Location China East2 - ChinaEast2ChinaEast2 Location for Azure
- Azure
Location China North2 - ChinaNorth2ChinaNorth2 Location for Azure
- Azure
Location Switzerland North - SwitzerlandNorthSwitzerlandNorth Location for Azure
- Azure
Location Switzerland West - SwitzerlandWestSwitzerlandWest Location for Azure
- Azure
Location UAENorth - UAENorthUAENorth Location for Azure
- Azure
Location UAECentral - UAECentralUAECentral Location for Azure
- Azure
Location Us Nat East - UsNatEastUsNatEast Location for Azure
- Azure
Location Us Nat West - UsNatWestUsNatWest Location for Azure
- Azure
Location Us Sec East - UsSecEastUsSecEast Location for Azure
- Azure
Location Us Sec Central - UsSecCentralUsSecCentral Location for Azure
- Azure
Location Us Sec West - UsSecWestUsSecWest Location for Azure
- Azure
Location Sweden Central - SwedenCentralSwedenCentral Location for Azure
- Azure
Location Qatar Central - QatarCentralQatarCentral Location for Azure
- Azure
Location Jio India West - JioIndiaWestJioIndiaWest Location for Azure
- Azure
Location Italy North - ItalyNorthItalyNorth Location for Azure
- Azure
Location Poland Central - PolandCentralPolandCentral Location for Azure
- Azure
Location Israel Central - IsraelCentralIsraelCentral Location for Azure
- Azure
Location Mexico Central - MexicoCentralMexicoCentral Location for Azure
- Azure
Location New Zealand North - NewZealandNorthNewZealandNorth Location for Azure
- Azure
Location Spain Central - SpainCentralSpainCentral Location for Azure
- Unknown
- UnknownUnknown Location for Azure
- East
Asia - EastAsiaEastAsia Location for Azure
- Southeast
Asia - SoutheastAsiaSoutheastAsia Location for Azure
- Australia
East - AustraliaEastAustraliaEast Location for Azure
- Australia
Southeast - AustraliaSoutheastAustraliaSoutheast Location for Azure
- Brazil
South - BrazilSouthBrazilSouth Location for Azure
- Canada
Central - CanadaCentralCanadaCentral Location for Azure
- Canada
East - CanadaEastCanadaEast Location for Azure
- West
Europe - WestEuropeWestEurope Location for Azure
- North
Europe - NorthEuropeNorthEurope Location for Azure
- Central
India - CentralIndiaCentralIndia Location for Azure
- South
India - SouthIndiaSouthIndia Location for Azure
- West
India - WestIndiaWestIndia Location for Azure
- Japan
East - JapanEastJapanEast Location for Azure
- Japan
West - JapanWestJapanWest Location for Azure
- Korea
Central - KoreaCentralKoreaCentral Location for Azure
- Korea
South - KoreaSouthKoreaSouth Location for Azure
- Uk
West - UkWestUkWest Location for Azure
- Uk
South - UkSouthUkSouth Location for Azure
- North
Central Us - NorthCentralUsNorthCentralUs Location for Azure
- East
Us - EastUsEastUs Location for Azure
- West
Us2 - WestUs2WestUs2 Location for Azure
- South
Central Us - SouthCentralUsSouthCentralUs Location for Azure
- Central
Us - CentralUsCentralUs Location for Azure
- East
Us2 - EastUs2EastUs2 Location for Azure
- West
Us - WestUsWestUs Location for Azure
- West
Central Us - WestCentralUsWestCentralUs Location for Azure
- Germany
Central - GermanyCentralGermanyCentral Location for Azure
- Germany
Northeast - GermanyNortheastGermanyNortheast Location for Azure
- China
North - ChinaNorthChinaNorth Location for Azure
- China
East - ChinaEastChinaEast Location for Azure
- USGov
Arizona - USGovArizonaUSGovArizona Location for Azure
- USGov
Texas - USGovTexasUSGovTexas Location for Azure
- USGov
Iowa - USGovIowaUSGovIowa Location for Azure
- USGov
Virginia - USGovVirginiaUSGovVirginia Location for Azure
- USDo
DCentral - USDoDCentralUSDoDCentral Location for Azure
- USDo
DEast - USDoDEastUSDoDEast Location for Azure
- France
Central - FranceCentralFranceCentral Location for Azure
- Australia
Central - AustraliaCentralAustraliaCentral Location for Azure
- South
Africa North - SouthAfricaNorthSouthAfricaNorth Location for Azure
- France
South - FranceSouthFranceSouth Location for Azure
- Australia
Central2 - AustraliaCentral2AustraliaCentral2 Location for Azure
- South
Africa West - SouthAfricaWestSouthAfricaWest Location for Azure
- Germany
North - GermanyNorthGermanyNorth Location for Azure
- Germany
West Central - GermanyWestCentralGermanyWestCentral Location for Azure
- Norway
East - NorwayEastNorwayEast Location for Azure
- Norway
West - NorwayWestNorwayWest Location for Azure
- China
East2 - ChinaEast2ChinaEast2 Location for Azure
- China
North2 - ChinaNorth2ChinaNorth2 Location for Azure
- Switzerland
North - SwitzerlandNorthSwitzerlandNorth Location for Azure
- Switzerland
West - SwitzerlandWestSwitzerlandWest Location for Azure
- UAENorth
- UAENorthUAENorth Location for Azure
- UAECentral
- UAECentralUAECentral Location for Azure
- Us
Nat East - UsNatEastUsNatEast Location for Azure
- Us
Nat West - UsNatWestUsNatWest Location for Azure
- Us
Sec East - UsSecEastUsSecEast Location for Azure
- Us
Sec Central - UsSecCentralUsSecCentral Location for Azure
- Us
Sec West - UsSecWestUsSecWest Location for Azure
- Sweden
Central - SwedenCentralSwedenCentral Location for Azure
- Qatar
Central - QatarCentralQatarCentral Location for Azure
- Jio
India West - JioIndiaWestJioIndiaWest Location for Azure
- Italy
North - ItalyNorthItalyNorth Location for Azure
- Poland
Central - PolandCentralPolandCentral Location for Azure
- Israel
Central - IsraelCentralIsraelCentral Location for Azure
- Mexico
Central - MexicoCentralMexicoCentral Location for Azure
- New
Zealand North - NewZealandNorthNewZealandNorth Location for Azure
- Spain
Central - SpainCentralSpainCentral Location for Azure
- Unknown
- UnknownUnknown Location for Azure
- East
Asia - EastAsiaEastAsia Location for Azure
- Southeast
Asia - SoutheastAsiaSoutheastAsia Location for Azure
- Australia
East - AustraliaEastAustraliaEast Location for Azure
- Australia
Southeast - AustraliaSoutheastAustraliaSoutheast Location for Azure
- Brazil
South - BrazilSouthBrazilSouth Location for Azure
- Canada
Central - CanadaCentralCanadaCentral Location for Azure
- Canada
East - CanadaEastCanadaEast Location for Azure
- West
Europe - WestEuropeWestEurope Location for Azure
- North
Europe - NorthEuropeNorthEurope Location for Azure
- Central
India - CentralIndiaCentralIndia Location for Azure
- South
India - SouthIndiaSouthIndia Location for Azure
- West
India - WestIndiaWestIndia Location for Azure
- Japan
East - JapanEastJapanEast Location for Azure
- Japan
West - JapanWestJapanWest Location for Azure
- Korea
Central - KoreaCentralKoreaCentral Location for Azure
- Korea
South - KoreaSouthKoreaSouth Location for Azure
- Uk
West - UkWestUkWest Location for Azure
- Uk
South - UkSouthUkSouth Location for Azure
- North
Central Us - NorthCentralUsNorthCentralUs Location for Azure
- East
Us - EastUsEastUs Location for Azure
- West
Us2 - WestUs2WestUs2 Location for Azure
- South
Central Us - SouthCentralUsSouthCentralUs Location for Azure
- Central
Us - CentralUsCentralUs Location for Azure
- East
Us2 - EastUs2EastUs2 Location for Azure
- West
Us - WestUsWestUs Location for Azure
- West
Central Us - WestCentralUsWestCentralUs Location for Azure
- Germany
Central - GermanyCentralGermanyCentral Location for Azure
- Germany
Northeast - GermanyNortheastGermanyNortheast Location for Azure
- China
North - ChinaNorthChinaNorth Location for Azure
- China
East - ChinaEastChinaEast Location for Azure
- USGov
Arizona - USGovArizonaUSGovArizona Location for Azure
- USGov
Texas - USGovTexasUSGovTexas Location for Azure
- USGov
Iowa - USGovIowaUSGovIowa Location for Azure
- USGov
Virginia - USGovVirginiaUSGovVirginia Location for Azure
- USDo
DCentral - USDoDCentralUSDoDCentral Location for Azure
- USDo
DEast - USDoDEastUSDoDEast Location for Azure
- France
Central - FranceCentralFranceCentral Location for Azure
- Australia
Central - AustraliaCentralAustraliaCentral Location for Azure
- South
Africa North - SouthAfricaNorthSouthAfricaNorth Location for Azure
- France
South - FranceSouthFranceSouth Location for Azure
- Australia
Central2 - AustraliaCentral2AustraliaCentral2 Location for Azure
- South
Africa West - SouthAfricaWestSouthAfricaWest Location for Azure
- Germany
North - GermanyNorthGermanyNorth Location for Azure
- Germany
West Central - GermanyWestCentralGermanyWestCentral Location for Azure
- Norway
East - NorwayEastNorwayEast Location for Azure
- Norway
West - NorwayWestNorwayWest Location for Azure
- China
East2 - ChinaEast2ChinaEast2 Location for Azure
- China
North2 - ChinaNorth2ChinaNorth2 Location for Azure
- Switzerland
North - SwitzerlandNorthSwitzerlandNorth Location for Azure
- Switzerland
West - SwitzerlandWestSwitzerlandWest Location for Azure
- UAENorth
- UAENorthUAENorth Location for Azure
- UAECentral
- UAECentralUAECentral Location for Azure
- Us
Nat East - UsNatEastUsNatEast Location for Azure
- Us
Nat West - UsNatWestUsNatWest Location for Azure
- Us
Sec East - UsSecEastUsSecEast Location for Azure
- Us
Sec Central - UsSecCentralUsSecCentral Location for Azure
- Us
Sec West - UsSecWestUsSecWest Location for Azure
- Sweden
Central - SwedenCentralSwedenCentral Location for Azure
- Qatar
Central - QatarCentralQatarCentral Location for Azure
- Jio
India West - JioIndiaWestJioIndiaWest Location for Azure
- Italy
North - ItalyNorthItalyNorth Location for Azure
- Poland
Central - PolandCentralPolandCentral Location for Azure
- Israel
Central - IsraelCentralIsraelCentral Location for Azure
- Mexico
Central - MexicoCentralMexicoCentral Location for Azure
- New
Zealand North - NewZealandNorthNewZealandNorth Location for Azure
- Spain
Central - SpainCentralSpainCentral Location for Azure
- UNKNOWN
- UnknownUnknown Location for Azure
- EAST_ASIA
- EastAsiaEastAsia Location for Azure
- SOUTHEAST_ASIA
- SoutheastAsiaSoutheastAsia Location for Azure
- AUSTRALIA_EAST
- AustraliaEastAustraliaEast Location for Azure
- AUSTRALIA_SOUTHEAST
- AustraliaSoutheastAustraliaSoutheast Location for Azure
- BRAZIL_SOUTH
- BrazilSouthBrazilSouth Location for Azure
- CANADA_CENTRAL
- CanadaCentralCanadaCentral Location for Azure
- CANADA_EAST
- CanadaEastCanadaEast Location for Azure
- WEST_EUROPE
- WestEuropeWestEurope Location for Azure
- NORTH_EUROPE
- NorthEuropeNorthEurope Location for Azure
- CENTRAL_INDIA
- CentralIndiaCentralIndia Location for Azure
- SOUTH_INDIA
- SouthIndiaSouthIndia Location for Azure
- WEST_INDIA
- WestIndiaWestIndia Location for Azure
- JAPAN_EAST
- JapanEastJapanEast Location for Azure
- JAPAN_WEST
- JapanWestJapanWest Location for Azure
- KOREA_CENTRAL
- KoreaCentralKoreaCentral Location for Azure
- KOREA_SOUTH
- KoreaSouthKoreaSouth Location for Azure
- UK_WEST
- UkWestUkWest Location for Azure
- UK_SOUTH
- UkSouthUkSouth Location for Azure
- NORTH_CENTRAL_US
- NorthCentralUsNorthCentralUs Location for Azure
- EAST_US
- EastUsEastUs Location for Azure
- WEST_US2
- WestUs2WestUs2 Location for Azure
- SOUTH_CENTRAL_US
- SouthCentralUsSouthCentralUs Location for Azure
- CENTRAL_US
- CentralUsCentralUs Location for Azure
- EAST_US2
- EastUs2EastUs2 Location for Azure
- WEST_US
- WestUsWestUs Location for Azure
- WEST_CENTRAL_US
- WestCentralUsWestCentralUs Location for Azure
- GERMANY_CENTRAL
- GermanyCentralGermanyCentral Location for Azure
- GERMANY_NORTHEAST
- GermanyNortheastGermanyNortheast Location for Azure
- CHINA_NORTH
- ChinaNorthChinaNorth Location for Azure
- CHINA_EAST
- ChinaEastChinaEast Location for Azure
- US_GOV_ARIZONA
- USGovArizonaUSGovArizona Location for Azure
- US_GOV_TEXAS
- USGovTexasUSGovTexas Location for Azure
- US_GOV_IOWA
- USGovIowaUSGovIowa Location for Azure
- US_GOV_VIRGINIA
- USGovVirginiaUSGovVirginia Location for Azure
- US_DO_D_CENTRAL
- USDoDCentralUSDoDCentral Location for Azure
- US_DO_D_EAST
- USDoDEastUSDoDEast Location for Azure
- FRANCE_CENTRAL
- FranceCentralFranceCentral Location for Azure
- AUSTRALIA_CENTRAL
- AustraliaCentralAustraliaCentral Location for Azure
- SOUTH_AFRICA_NORTH
- SouthAfricaNorthSouthAfricaNorth Location for Azure
- FRANCE_SOUTH
- FranceSouthFranceSouth Location for Azure
- AUSTRALIA_CENTRAL2
- AustraliaCentral2AustraliaCentral2 Location for Azure
- SOUTH_AFRICA_WEST
- SouthAfricaWestSouthAfricaWest Location for Azure
- GERMANY_NORTH
- GermanyNorthGermanyNorth Location for Azure
- GERMANY_WEST_CENTRAL
- GermanyWestCentralGermanyWestCentral Location for Azure
- NORWAY_EAST
- NorwayEastNorwayEast Location for Azure
- NORWAY_WEST
- NorwayWestNorwayWest Location for Azure
- CHINA_EAST2
- ChinaEast2ChinaEast2 Location for Azure
- CHINA_NORTH2
- ChinaNorth2ChinaNorth2 Location for Azure
- SWITZERLAND_NORTH
- SwitzerlandNorthSwitzerlandNorth Location for Azure
- SWITZERLAND_WEST
- SwitzerlandWestSwitzerlandWest Location for Azure
- UAE_NORTH
- UAENorthUAENorth Location for Azure
- UAE_CENTRAL
- UAECentralUAECentral Location for Azure
- US_NAT_EAST
- UsNatEastUsNatEast Location for Azure
- US_NAT_WEST
- UsNatWestUsNatWest Location for Azure
- US_SEC_EAST
- UsSecEastUsSecEast Location for Azure
- US_SEC_CENTRAL
- UsSecCentralUsSecCentral Location for Azure
- US_SEC_WEST
- UsSecWestUsSecWest Location for Azure
- SWEDEN_CENTRAL
- SwedenCentralSwedenCentral Location for Azure
- QATAR_CENTRAL
- QatarCentralQatarCentral Location for Azure
- JIO_INDIA_WEST
- JioIndiaWestJioIndiaWest Location for Azure
- ITALY_NORTH
- ItalyNorthItalyNorth Location for Azure
- POLAND_CENTRAL
- PolandCentralPolandCentral Location for Azure
- ISRAEL_CENTRAL
- IsraelCentralIsraelCentral Location for Azure
- MEXICO_CENTRAL
- MexicoCentralMexicoCentral Location for Azure
- NEW_ZEALAND_NORTH
- NewZealandNorthNewZealandNorth Location for Azure
- SPAIN_CENTRAL
- SpainCentralSpainCentral Location for Azure
- "Unknown"
- UnknownUnknown Location for Azure
- "East
Asia" - EastAsiaEastAsia Location for Azure
- "Southeast
Asia" - SoutheastAsiaSoutheastAsia Location for Azure
- "Australia
East" - AustraliaEastAustraliaEast Location for Azure
- "Australia
Southeast" - AustraliaSoutheastAustraliaSoutheast Location for Azure
- "Brazil
South" - BrazilSouthBrazilSouth Location for Azure
- "Canada
Central" - CanadaCentralCanadaCentral Location for Azure
- "Canada
East" - CanadaEastCanadaEast Location for Azure
- "West
Europe" - WestEuropeWestEurope Location for Azure
- "North
Europe" - NorthEuropeNorthEurope Location for Azure
- "Central
India" - CentralIndiaCentralIndia Location for Azure
- "South
India" - SouthIndiaSouthIndia Location for Azure
- "West
India" - WestIndiaWestIndia Location for Azure
- "Japan
East" - JapanEastJapanEast Location for Azure
- "Japan
West" - JapanWestJapanWest Location for Azure
- "Korea
Central" - KoreaCentralKoreaCentral Location for Azure
- "Korea
South" - KoreaSouthKoreaSouth Location for Azure
- "Uk
West" - UkWestUkWest Location for Azure
- "Uk
South" - UkSouthUkSouth Location for Azure
- "North
Central Us" - NorthCentralUsNorthCentralUs Location for Azure
- "East
Us" - EastUsEastUs Location for Azure
- "West
Us2" - WestUs2WestUs2 Location for Azure
- "South
Central Us" - SouthCentralUsSouthCentralUs Location for Azure
- "Central
Us" - CentralUsCentralUs Location for Azure
- "East
Us2" - EastUs2EastUs2 Location for Azure
- "West
Us" - WestUsWestUs Location for Azure
- "West
Central Us" - WestCentralUsWestCentralUs Location for Azure
- "Germany
Central" - GermanyCentralGermanyCentral Location for Azure
- "Germany
Northeast" - GermanyNortheastGermanyNortheast Location for Azure
- "China
North" - ChinaNorthChinaNorth Location for Azure
- "China
East" - ChinaEastChinaEast Location for Azure
- "USGov
Arizona" - USGovArizonaUSGovArizona Location for Azure
- "USGov
Texas" - USGovTexasUSGovTexas Location for Azure
- "USGov
Iowa" - USGovIowaUSGovIowa Location for Azure
- "USGov
Virginia" - USGovVirginiaUSGovVirginia Location for Azure
- "USDo
DCentral" - USDoDCentralUSDoDCentral Location for Azure
- "USDo
DEast" - USDoDEastUSDoDEast Location for Azure
- "France
Central" - FranceCentralFranceCentral Location for Azure
- "Australia
Central" - AustraliaCentralAustraliaCentral Location for Azure
- "South
Africa North" - SouthAfricaNorthSouthAfricaNorth Location for Azure
- "France
South" - FranceSouthFranceSouth Location for Azure
- "Australia
Central2" - AustraliaCentral2AustraliaCentral2 Location for Azure
- "South
Africa West" - SouthAfricaWestSouthAfricaWest Location for Azure
- "Germany
North" - GermanyNorthGermanyNorth Location for Azure
- "Germany
West Central" - GermanyWestCentralGermanyWestCentral Location for Azure
- "Norway
East" - NorwayEastNorwayEast Location for Azure
- "Norway
West" - NorwayWestNorwayWest Location for Azure
- "China
East2" - ChinaEast2ChinaEast2 Location for Azure
- "China
North2" - ChinaNorth2ChinaNorth2 Location for Azure
- "Switzerland
North" - SwitzerlandNorthSwitzerlandNorth Location for Azure
- "Switzerland
West" - SwitzerlandWestSwitzerlandWest Location for Azure
- "UAENorth"
- UAENorthUAENorth Location for Azure
- "UAECentral"
- UAECentralUAECentral Location for Azure
- "Us
Nat East" - UsNatEastUsNatEast Location for Azure
- "Us
Nat West" - UsNatWestUsNatWest Location for Azure
- "Us
Sec East" - UsSecEastUsSecEast Location for Azure
- "Us
Sec Central" - UsSecCentralUsSecCentral Location for Azure
- "Us
Sec West" - UsSecWestUsSecWest Location for Azure
- "Sweden
Central" - SwedenCentralSwedenCentral Location for Azure
- "Qatar
Central" - QatarCentralQatarCentral Location for Azure
- "Jio
India West" - JioIndiaWestJioIndiaWest Location for Azure
- "Italy
North" - ItalyNorthItalyNorth Location for Azure
- "Poland
Central" - PolandCentralPolandCentral Location for Azure
- "Israel
Central" - IsraelCentralIsraelCentral Location for Azure
- "Mexico
Central" - MexicoCentralMexicoCentral Location for Azure
- "New
Zealand North" - NewZealandNorthNewZealandNorth Location for Azure
- "Spain
Central" - SpainCentralSpainCentral Location for Azure
AzureOffer, AzureOfferArgs
- Unknown
- UnknownUnknown - Azure Offer
- Msazr0003P
- MSAZR0003PMSAZR0003P Azure Offer
- Msazr0023P
- MSAZR0023PMSAZR0023P Azure Offer
- Msmcazr0044P
- MSMCAZR0044PMSMCAZR0044P Azure Offer
- Msmcazr0059P
- MSMCAZR0059PMSMCAZR0059P Azure Offer
- Msmcazr0060P
- MSMCAZR0060PMSMCAZR0060P Azure Offer
- Msmcazr0063P
- MSMCAZR0063PMSMCAZR0063P Azure Offer
- Msazrusgov0003P
- MSAZRUSGOV0003PMSAZRUSGOV0003P Azure Offer
- EA
- EAEA Azure Offer
- Savings
Plan1Year - SavingsPlan1YearSavingsPlan1Year Azure Offer
- Savings
Plan3Year - SavingsPlan3YearSavingsPlan3Year Azure Offer
- Azure
Offer Unknown - UnknownUnknown - Azure Offer
- Azure
Offer Msazr0003P - MSAZR0003PMSAZR0003P Azure Offer
- Azure
Offer Msazr0023P - MSAZR0023PMSAZR0023P Azure Offer
- Azure
Offer Msmcazr0044P - MSMCAZR0044PMSMCAZR0044P Azure Offer
- Azure
Offer Msmcazr0059P - MSMCAZR0059PMSMCAZR0059P Azure Offer
- Azure
Offer Msmcazr0060P - MSMCAZR0060PMSMCAZR0060P Azure Offer
- Azure
Offer Msmcazr0063P - MSMCAZR0063PMSMCAZR0063P Azure Offer
- Azure
Offer Msazrusgov0003P - MSAZRUSGOV0003PMSAZRUSGOV0003P Azure Offer
- Azure
Offer EA - EAEA Azure Offer
- Azure
Offer Savings Plan1Year - SavingsPlan1YearSavingsPlan1Year Azure Offer
- Azure
Offer Savings Plan3Year - SavingsPlan3YearSavingsPlan3Year Azure Offer
- Unknown
- UnknownUnknown - Azure Offer
- Msazr0003P
- MSAZR0003PMSAZR0003P Azure Offer
- Msazr0023P
- MSAZR0023PMSAZR0023P Azure Offer
- Msmcazr0044P
- MSMCAZR0044PMSMCAZR0044P Azure Offer
- Msmcazr0059P
- MSMCAZR0059PMSMCAZR0059P Azure Offer
- Msmcazr0060P
- MSMCAZR0060PMSMCAZR0060P Azure Offer
- Msmcazr0063P
- MSMCAZR0063PMSMCAZR0063P Azure Offer
- Msazrusgov0003P
- MSAZRUSGOV0003PMSAZRUSGOV0003P Azure Offer
- EA
- EAEA Azure Offer
- Savings
Plan1Year - SavingsPlan1YearSavingsPlan1Year Azure Offer
- Savings
Plan3Year - SavingsPlan3YearSavingsPlan3Year Azure Offer
- Unknown
- UnknownUnknown - Azure Offer
- Msazr0003P
- MSAZR0003PMSAZR0003P Azure Offer
- Msazr0023P
- MSAZR0023PMSAZR0023P Azure Offer
- Msmcazr0044P
- MSMCAZR0044PMSMCAZR0044P Azure Offer
- Msmcazr0059P
- MSMCAZR0059PMSMCAZR0059P Azure Offer
- Msmcazr0060P
- MSMCAZR0060PMSMCAZR0060P Azure Offer
- Msmcazr0063P
- MSMCAZR0063PMSMCAZR0063P Azure Offer
- Msazrusgov0003P
- MSAZRUSGOV0003PMSAZRUSGOV0003P Azure Offer
- EA
- EAEA Azure Offer
- Savings
Plan1Year - SavingsPlan1YearSavingsPlan1Year Azure Offer
- Savings
Plan3Year - SavingsPlan3YearSavingsPlan3Year Azure Offer
- UNKNOWN
- UnknownUnknown - Azure Offer
- MSAZR0003_P
- MSAZR0003PMSAZR0003P Azure Offer
- MSAZR0023_P
- MSAZR0023PMSAZR0023P Azure Offer
- MSMCAZR0044_P
- MSMCAZR0044PMSMCAZR0044P Azure Offer
- MSMCAZR0059_P
- MSMCAZR0059PMSMCAZR0059P Azure Offer
- MSMCAZR0060_P
- MSMCAZR0060PMSMCAZR0060P Azure Offer
- MSMCAZR0063_P
- MSMCAZR0063PMSMCAZR0063P Azure Offer
- MSAZRUSGOV0003_P
- MSAZRUSGOV0003PMSAZRUSGOV0003P Azure Offer
- EA
- EAEA Azure Offer
- SAVINGS_PLAN1_YEAR
- SavingsPlan1YearSavingsPlan1Year Azure Offer
- SAVINGS_PLAN3_YEAR
- SavingsPlan3YearSavingsPlan3Year Azure Offer
- "Unknown"
- UnknownUnknown - Azure Offer
- "MSAZR0003P"
- MSAZR0003PMSAZR0003P Azure Offer
- "MSAZR0023P"
- MSAZR0023PMSAZR0023P Azure Offer
- "MSMCAZR0044P"
- MSMCAZR0044PMSMCAZR0044P Azure Offer
- "MSMCAZR0059P"
- MSMCAZR0059PMSMCAZR0059P Azure Offer
- "MSMCAZR0060P"
- MSMCAZR0060PMSMCAZR0060P Azure Offer
- "MSMCAZR0063P"
- MSMCAZR0063PMSMCAZR0063P Azure Offer
- "MSAZRUSGOV0003P"
- MSAZRUSGOV0003PMSAZRUSGOV0003P Azure Offer
- "EA"
- EAEA Azure Offer
- "Savings
Plan1Year" - SavingsPlan1YearSavingsPlan1Year Azure Offer
- "Savings
Plan3Year" - SavingsPlan3YearSavingsPlan3Year Azure Offer
AzureSecurityOfferingType, AzureSecurityOfferingTypeArgs
- NO
- NONO - Azure Security Offering Type
- MDC
- MDCMDC - Azure Security Offering Type
- Azure
Security Offering Type NO - NONO - Azure Security Offering Type
- Azure
Security Offering Type MDC - MDCMDC - Azure Security Offering Type
- NO
- NONO - Azure Security Offering Type
- MDC
- MDCMDC - Azure Security Offering Type
- NO
- NONO - Azure Security Offering Type
- MDC
- MDCMDC - Azure Security Offering Type
- NO
- NONO - Azure Security Offering Type
- MDC
- MDCMDC - Azure Security Offering Type
- "NO"
- NONO - Azure Security Offering Type
- "MDC"
- MDCMDC - Azure Security Offering Type
AzureSqlDataBaseType, AzureSqlDataBaseTypeArgs
- Unknown
- UnknownUnknown Data Base Type
- Automatic
- AutomaticAutomatic Data Base Type
- Single
Database - SingleDatabaseSingleDatabase Data Base Type
- Elastic
Pool - ElasticPoolElasticPool Data Base Type
- Azure
Sql Data Base Type Unknown - UnknownUnknown Data Base Type
- Azure
Sql Data Base Type Automatic - AutomaticAutomatic Data Base Type
- Azure
Sql Data Base Type Single Database - SingleDatabaseSingleDatabase Data Base Type
- Azure
Sql Data Base Type Elastic Pool - ElasticPoolElasticPool Data Base Type
- Unknown
- UnknownUnknown Data Base Type
- Automatic
- AutomaticAutomatic Data Base Type
- Single
Database - SingleDatabaseSingleDatabase Data Base Type
- Elastic
Pool - ElasticPoolElasticPool Data Base Type
- Unknown
- UnknownUnknown Data Base Type
- Automatic
- AutomaticAutomatic Data Base Type
- Single
Database - SingleDatabaseSingleDatabase Data Base Type
- Elastic
Pool - ElasticPoolElasticPool Data Base Type
- UNKNOWN
- UnknownUnknown Data Base Type
- AUTOMATIC
- AutomaticAutomatic Data Base Type
- SINGLE_DATABASE
- SingleDatabaseSingleDatabase Data Base Type
- ELASTIC_POOL
- ElasticPoolElasticPool Data Base Type
- "Unknown"
- UnknownUnknown Data Base Type
- "Automatic"
- AutomaticAutomatic Data Base Type
- "Single
Database" - SingleDatabaseSingleDatabase Data Base Type
- "Elastic
Pool" - ElasticPoolElasticPool Data Base Type
AzureSqlInstanceType, AzureSqlInstanceTypeArgs
- Unknown
- UnknownUnknown Azure Sql Instance Type
- Automatic
- AutomaticAutomatic Azure Sql Instance Type
- Single
Instance - SingleInstanceSingleInstance Azure Sql Instance Type
- Instance
Pools - InstancePoolsInstancePools Azure Sql Instance Type
- Azure
Sql Instance Type Unknown - UnknownUnknown Azure Sql Instance Type
- Azure
Sql Instance Type Automatic - AutomaticAutomatic Azure Sql Instance Type
- Azure
Sql Instance Type Single Instance - SingleInstanceSingleInstance Azure Sql Instance Type
- Azure
Sql Instance Type Instance Pools - InstancePoolsInstancePools Azure Sql Instance Type
- Unknown
- UnknownUnknown Azure Sql Instance Type
- Automatic
- AutomaticAutomatic Azure Sql Instance Type
- Single
Instance - SingleInstanceSingleInstance Azure Sql Instance Type
- Instance
Pools - InstancePoolsInstancePools Azure Sql Instance Type
- Unknown
- UnknownUnknown Azure Sql Instance Type
- Automatic
- AutomaticAutomatic Azure Sql Instance Type
- Single
Instance - SingleInstanceSingleInstance Azure Sql Instance Type
- Instance
Pools - InstancePoolsInstancePools Azure Sql Instance Type
- UNKNOWN
- UnknownUnknown Azure Sql Instance Type
- AUTOMATIC
- AutomaticAutomatic Azure Sql Instance Type
- SINGLE_INSTANCE
- SingleInstanceSingleInstance Azure Sql Instance Type
- INSTANCE_POOLS
- InstancePoolsInstancePools Azure Sql Instance Type
- "Unknown"
- UnknownUnknown Azure Sql Instance Type
- "Automatic"
- AutomaticAutomatic Azure Sql Instance Type
- "Single
Instance" - SingleInstanceSingleInstance Azure Sql Instance Type
- "Instance
Pools" - InstancePoolsInstancePools Azure Sql Instance Type
AzureSqlPurchaseModel, AzureSqlPurchaseModelArgs
- Unknown
- UnknownUnknown Purchase Model
- VCore
- VCoreVCore Purchase Model
- DTU
- DTUDTU Purchase Model
- Azure
Sql Purchase Model Unknown - UnknownUnknown Purchase Model
- Azure
Sql Purchase Model VCore - VCoreVCore Purchase Model
- Azure
Sql Purchase Model DTU - DTUDTU Purchase Model
- Unknown
- UnknownUnknown Purchase Model
- VCore
- VCoreVCore Purchase Model
- DTU
- DTUDTU Purchase Model
- Unknown
- UnknownUnknown Purchase Model
- VCore
- VCoreVCore Purchase Model
- DTU
- DTUDTU Purchase Model
- UNKNOWN
- UnknownUnknown Purchase Model
- V_CORE
- VCoreVCore Purchase Model
- DTU
- DTUDTU Purchase Model
- "Unknown"
- UnknownUnknown Purchase Model
- "VCore"
- VCoreVCore Purchase Model
- "DTU"
- DTUDTU Purchase Model
AzureSqlServiceTierV3, AzureSqlServiceTierV3Args
- Sql
Service_Unknown - SqlService_UnknownSqlService_Unknown Sql Service Tier V3
- Sql
Service_Automatic - SqlService_AutomaticSqlService_Automatic Sql Service Tier V3
- Sql
Service_General Purpose - SqlService_GeneralPurposeSqlService_GeneralPurpose Sql Service Tier V3
- Sql
Service_Business Critical - SqlService_BusinessCriticalSqlService_BusinessCritical Sql Service Tier V3
- Sql
Service_Hyper Scale - SqlService_HyperScaleSqlService_HyperScale Sql Service Tier V3
- Azure
Sql Service Tier V3_Sql Service_Unknown - SqlService_UnknownSqlService_Unknown Sql Service Tier V3
- Azure
Sql Service Tier V3_Sql Service_Automatic - SqlService_AutomaticSqlService_Automatic Sql Service Tier V3
- Azure
Sql Service Tier V3_Sql Service_General Purpose - SqlService_GeneralPurposeSqlService_GeneralPurpose Sql Service Tier V3
- Azure
Sql Service Tier V3_Sql Service_Business Critical - SqlService_BusinessCriticalSqlService_BusinessCritical Sql Service Tier V3
- Azure
Sql Service Tier V3_Sql Service_Hyper Scale - SqlService_HyperScaleSqlService_HyperScale Sql Service Tier V3
- Sql
Service_Unknown - SqlService_UnknownSqlService_Unknown Sql Service Tier V3
- Sql
Service_Automatic - SqlService_AutomaticSqlService_Automatic Sql Service Tier V3
- Sql
Service_General Purpose - SqlService_GeneralPurposeSqlService_GeneralPurpose Sql Service Tier V3
- Sql
Service_Business Critical - SqlService_BusinessCriticalSqlService_BusinessCritical Sql Service Tier V3
- Sql
Service_Hyper Scale - SqlService_HyperScaleSqlService_HyperScale Sql Service Tier V3
- Sql
Service_Unknown - SqlService_UnknownSqlService_Unknown Sql Service Tier V3
- Sql
Service_Automatic - SqlService_AutomaticSqlService_Automatic Sql Service Tier V3
- Sql
Service_General Purpose - SqlService_GeneralPurposeSqlService_GeneralPurpose Sql Service Tier V3
- Sql
Service_Business Critical - SqlService_BusinessCriticalSqlService_BusinessCritical Sql Service Tier V3
- Sql
Service_Hyper Scale - SqlService_HyperScaleSqlService_HyperScale Sql Service Tier V3
- SQL_SERVICE_UNKNOWN
- SqlService_UnknownSqlService_Unknown Sql Service Tier V3
- SQL_SERVICE_AUTOMATIC
- SqlService_AutomaticSqlService_Automatic Sql Service Tier V3
- SQL_SERVICE_GENERAL_PURPOSE
- SqlService_GeneralPurposeSqlService_GeneralPurpose Sql Service Tier V3
- SQL_SERVICE_BUSINESS_CRITICAL
- SqlService_BusinessCriticalSqlService_BusinessCritical Sql Service Tier V3
- SQL_SERVICE_HYPER_SCALE
- SqlService_HyperScaleSqlService_HyperScale Sql Service Tier V3
- "Sql
Service_Unknown" - SqlService_UnknownSqlService_Unknown Sql Service Tier V3
- "Sql
Service_Automatic" - SqlService_AutomaticSqlService_Automatic Sql Service Tier V3
- "Sql
Service_General Purpose" - SqlService_GeneralPurposeSqlService_GeneralPurpose Sql Service Tier V3
- "Sql
Service_Business Critical" - SqlService_BusinessCriticalSqlService_BusinessCritical Sql Service Tier V3
- "Sql
Service_Hyper Scale" - SqlService_HyperScaleSqlService_HyperScale Sql Service Tier V3
AzureTarget, AzureTargetArgs
- Unknown
- UnknownUnknown - Azure Target
- Sql
Database - SqlDatabaseSqlDatabase - Azure Target
- Sql
MI - SqlMISqlMI - Azure Target
- Flex
Server PG - FlexServerPGFlexServerPG - Azure Target
- Oracle
Iaas VM - OracleIaasVMOracleIaasVM - Azure Target
- Azure
Spring Apps - AzureSpringAppsAzureSpringApps - Azure Target
- SAPAzure
Instance - SAPAzureInstanceSAPAzureInstance - Azure Target
- AKS
- AKSAKS - Azure Target
- My
SQLAzure Flex Server - MySQLAzureFlexServerMySQLAzureFlexServer - Azure Target
- Azure
SQLVM - AzureSQLVMAzureSQLVM - Azure Target
- Azure
VM - AzureVMAzureVM - Azure Target
- Azure
App Service - AzureAppServiceAzureAppService - Azure Target
- Azure
App Service Container - AzureAppServiceContainerAzureAppServiceContainer - Azure Target
- Avs
- AvsAvs - Azure Target
- Azure
Target Unknown - UnknownUnknown - Azure Target
- Azure
Target Sql Database - SqlDatabaseSqlDatabase - Azure Target
- Azure
Target Sql MI - SqlMISqlMI - Azure Target
- Azure
Target Flex Server PG - FlexServerPGFlexServerPG - Azure Target
- Azure
Target Oracle Iaas VM - OracleIaasVMOracleIaasVM - Azure Target
- Azure
Target Azure Spring Apps - AzureSpringAppsAzureSpringApps - Azure Target
- Azure
Target SAPAzure Instance - SAPAzureInstanceSAPAzureInstance - Azure Target
- Azure
Target AKS - AKSAKS - Azure Target
- Azure
Target My SQLAzure Flex Server - MySQLAzureFlexServerMySQLAzureFlexServer - Azure Target
- Azure
Target Azure SQLVM - AzureSQLVMAzureSQLVM - Azure Target
- Azure
Target Azure VM - AzureVMAzureVM - Azure Target
- Azure
Target Azure App Service - AzureAppServiceAzureAppService - Azure Target
- Azure
Target Azure App Service Container - AzureAppServiceContainerAzureAppServiceContainer - Azure Target
- Azure
Target Avs - AvsAvs - Azure Target
- Unknown
- UnknownUnknown - Azure Target
- Sql
Database - SqlDatabaseSqlDatabase - Azure Target
- Sql
MI - SqlMISqlMI - Azure Target
- Flex
Server PG - FlexServerPGFlexServerPG - Azure Target
- Oracle
Iaas VM - OracleIaasVMOracleIaasVM - Azure Target
- Azure
Spring Apps - AzureSpringAppsAzureSpringApps - Azure Target
- SAPAzure
Instance - SAPAzureInstanceSAPAzureInstance - Azure Target
- AKS
- AKSAKS - Azure Target
- My
SQLAzure Flex Server - MySQLAzureFlexServerMySQLAzureFlexServer - Azure Target
- Azure
SQLVM - AzureSQLVMAzureSQLVM - Azure Target
- Azure
VM - AzureVMAzureVM - Azure Target
- Azure
App Service - AzureAppServiceAzureAppService - Azure Target
- Azure
App Service Container - AzureAppServiceContainerAzureAppServiceContainer - Azure Target
- Avs
- AvsAvs - Azure Target
- Unknown
- UnknownUnknown - Azure Target
- Sql
Database - SqlDatabaseSqlDatabase - Azure Target
- Sql
MI - SqlMISqlMI - Azure Target
- Flex
Server PG - FlexServerPGFlexServerPG - Azure Target
- Oracle
Iaas VM - OracleIaasVMOracleIaasVM - Azure Target
- Azure
Spring Apps - AzureSpringAppsAzureSpringApps - Azure Target
- SAPAzure
Instance - SAPAzureInstanceSAPAzureInstance - Azure Target
- AKS
- AKSAKS - Azure Target
- My
SQLAzure Flex Server - MySQLAzureFlexServerMySQLAzureFlexServer - Azure Target
- Azure
SQLVM - AzureSQLVMAzureSQLVM - Azure Target
- Azure
VM - AzureVMAzureVM - Azure Target
- Azure
App Service - AzureAppServiceAzureAppService - Azure Target
- Azure
App Service Container - AzureAppServiceContainerAzureAppServiceContainer - Azure Target
- Avs
- AvsAvs - Azure Target
- UNKNOWN
- UnknownUnknown - Azure Target
- SQL_DATABASE
- SqlDatabaseSqlDatabase - Azure Target
- SQL_MI
- SqlMISqlMI - Azure Target
- FLEX_SERVER_PG
- FlexServerPGFlexServerPG - Azure Target
- ORACLE_IAAS_VM
- OracleIaasVMOracleIaasVM - Azure Target
- AZURE_SPRING_APPS
- AzureSpringAppsAzureSpringApps - Azure Target
- SAP_AZURE_INSTANCE
- SAPAzureInstanceSAPAzureInstance - Azure Target
- AKS
- AKSAKS - Azure Target
- MY_SQL_AZURE_FLEX_SERVER
- MySQLAzureFlexServerMySQLAzureFlexServer - Azure Target
- AZURE_SQLVM
- AzureSQLVMAzureSQLVM - Azure Target
- AZURE_VM
- AzureVMAzureVM - Azure Target
- AZURE_APP_SERVICE
- AzureAppServiceAzureAppService - Azure Target
- AZURE_APP_SERVICE_CONTAINER
- AzureAppServiceContainerAzureAppServiceContainer - Azure Target
- AVS
- AvsAvs - Azure Target
- "Unknown"
- UnknownUnknown - Azure Target
- "Sql
Database" - SqlDatabaseSqlDatabase - Azure Target
- "Sql
MI" - SqlMISqlMI - Azure Target
- "Flex
Server PG" - FlexServerPGFlexServerPG - Azure Target
- "Oracle
Iaas VM" - OracleIaasVMOracleIaasVM - Azure Target
- "Azure
Spring Apps" - AzureSpringAppsAzureSpringApps - Azure Target
- "SAPAzure
Instance" - SAPAzureInstanceSAPAzureInstance - Azure Target
- "AKS"
- AKSAKS - Azure Target
- "My
SQLAzure Flex Server" - MySQLAzureFlexServerMySQLAzureFlexServer - Azure Target
- "Azure
SQLVM" - AzureSQLVMAzureSQLVM - Azure Target
- "Azure
VM" - AzureVMAzureVM - Azure Target
- "Azure
App Service" - AzureAppServiceAzureAppService - Azure Target
- "Azure
App Service Container" - AzureAppServiceContainerAzureAppServiceContainer - Azure Target
- "Avs"
- AvsAvs - Azure Target
AzureVmFamily, AzureVmFamilyArgs
- Unknown
- UnknownUnknown - Azure VM Family
- Basic
A0A4 - Basic_A0_A4Basic_A0_A4
- Standard
A0A7 - Standard_A0_A7Standard_A0_A7
- Standard
A8A11 - Standard_A8_A11Standard_A8_A11
- Av2Series
- Av2_seriesAv2_series
- DSeries
- D_seriesD_series
- Dv2Series
- Dv2_seriesDv2_series
- DSSeries
- DS_seriesDS_series
- DSv2Series
- DSv2_seriesDSv2_series
- FSeries
- F_seriesF_series
- Fs
Series - Fs_seriesFs_series
- GSeries
- G_seriesG_series
- GSSeries
- GS_seriesGS_series
- HSeries
- H_seriesH_series
- Ls
Series - Ls_seriesLs_series
- Dsv3Series
- Dsv3_seriesDsv3_series
- Dv3Series
- Dv3_seriesDv3_series
- Fsv2Series
- Fsv2_seriesFsv2_series
- Ev3Series
- Ev3_seriesEv3_series
- Esv3Series
- Esv3_seriesEsv3_series
- MSeries
- M_seriesM_series
- DCSeries
- DC_SeriesDC_Series
- Lsv2Series
- Lsv2_seriesLsv2_series
- Ev4Series
- Ev4_seriesEv4_series
- Esv4Series
- Esv4_seriesEsv4_series
- Edv4Series
- Edv4_seriesEdv4_series
- Edsv4Series
- Edsv4_seriesEdsv4_series
- Dv4Series
- Dv4_seriesDv4_series
- Dsv4Series
- Dsv4_seriesDsv4_series
- Ddv4Series
- Ddv4_seriesDdv4_series
- Ddsv4Series
- Ddsv4_seriesDdsv4_series
- Easv4Series
- Easv4_seriesEasv4_series
- Dasv4Series
- Dasv4_seriesDasv4_series
- Mv2Series
- Mv2_seriesMv2_series
- Eav4Series
- Eav4_seriesEav4_series
- Dav4Series
- Dav4_seriesDav4_series
- Msv2Series
- Msv2_seriesMsv2_series
- Mdsv2Series
- Mdsv2_seriesMdsv2_series
- Dv5Series
- Dv5_seriesDv5_series
- Dsv5Series
- Dsv5_seriesDsv5_series
- Ddv5Series
- Ddv5_seriesDdv5_series
- Ddsv5Series
- Ddsv5_seriesDdsv5_series
- Dasv5Series
- Dasv5_seriesDasv5_series
- Dadsv5Series
- Dadsv5_seriesDadsv5_series
- Ev5Series
- Ev5_seriesEv5_series
- Esv5Series
- Esv5_seriesEsv5_series
- Edv5Series
- Edv5_seriesEdv5_series
- Edsv5Series
- Edsv5_seriesEdsv5_series
- Easv5Series
- Easv5_seriesEasv5_series
- Eadsv5Series
- Eadsv5_seriesEadsv5_series
- Ebsv5Series
- Ebsv5_seriesEbsv5_series
- Ebdsv5Series
- Ebdsv5_seriesEbdsv5_series
- Azure
Vm Family Unknown - UnknownUnknown - Azure VM Family
- Azure
Vm Family Basic A0A4 - Basic_A0_A4Basic_A0_A4
- Azure
Vm Family Standard A0A7 - Standard_A0_A7Standard_A0_A7
- Azure
Vm Family Standard A8A11 - Standard_A8_A11Standard_A8_A11
- Azure
Vm Family Av2Series - Av2_seriesAv2_series
- Azure
Vm Family DSeries - D_seriesD_series
- Azure
Vm Family Dv2Series - Dv2_seriesDv2_series
- Azure
Vm Family DSSeries - DS_seriesDS_series
- Azure
Vm Family DSv2Series - DSv2_seriesDSv2_series
- Azure
Vm Family FSeries - F_seriesF_series
- Azure
Vm Family Fs Series - Fs_seriesFs_series
- Azure
Vm Family GSeries - G_seriesG_series
- Azure
Vm Family GSSeries - GS_seriesGS_series
- Azure
Vm Family HSeries - H_seriesH_series
- Azure
Vm Family Ls Series - Ls_seriesLs_series
- Azure
Vm Family Dsv3Series - Dsv3_seriesDsv3_series
- Azure
Vm Family Dv3Series - Dv3_seriesDv3_series
- Azure
Vm Family Fsv2Series - Fsv2_seriesFsv2_series
- Azure
Vm Family Ev3Series - Ev3_seriesEv3_series
- Azure
Vm Family Esv3Series - Esv3_seriesEsv3_series
- Azure
Vm Family MSeries - M_seriesM_series
- Azure
Vm Family DCSeries - DC_SeriesDC_Series
- Azure
Vm Family Lsv2Series - Lsv2_seriesLsv2_series
- Azure
Vm Family Ev4Series - Ev4_seriesEv4_series
- Azure
Vm Family Esv4Series - Esv4_seriesEsv4_series
- Azure
Vm Family Edv4Series - Edv4_seriesEdv4_series
- Azure
Vm Family Edsv4Series - Edsv4_seriesEdsv4_series
- Azure
Vm Family Dv4Series - Dv4_seriesDv4_series
- Azure
Vm Family Dsv4Series - Dsv4_seriesDsv4_series
- Azure
Vm Family Ddv4Series - Ddv4_seriesDdv4_series
- Azure
Vm Family Ddsv4Series - Ddsv4_seriesDdsv4_series
- Azure
Vm Family Easv4Series - Easv4_seriesEasv4_series
- Azure
Vm Family Dasv4Series - Dasv4_seriesDasv4_series
- Azure
Vm Family Mv2Series - Mv2_seriesMv2_series
- Azure
Vm Family Eav4Series - Eav4_seriesEav4_series
- Azure
Vm Family Dav4Series - Dav4_seriesDav4_series
- Azure
Vm Family Msv2Series - Msv2_seriesMsv2_series
- Azure
Vm Family Mdsv2Series - Mdsv2_seriesMdsv2_series
- Azure
Vm Family Dv5Series - Dv5_seriesDv5_series
- Azure
Vm Family Dsv5Series - Dsv5_seriesDsv5_series
- Azure
Vm Family Ddv5Series - Ddv5_seriesDdv5_series
- Azure
Vm Family Ddsv5Series - Ddsv5_seriesDdsv5_series
- Azure
Vm Family Dasv5Series - Dasv5_seriesDasv5_series
- Azure
Vm Family Dadsv5Series - Dadsv5_seriesDadsv5_series
- Azure
Vm Family Ev5Series - Ev5_seriesEv5_series
- Azure
Vm Family Esv5Series - Esv5_seriesEsv5_series
- Azure
Vm Family Edv5Series - Edv5_seriesEdv5_series
- Azure
Vm Family Edsv5Series - Edsv5_seriesEdsv5_series
- Azure
Vm Family Easv5Series - Easv5_seriesEasv5_series
- Azure
Vm Family Eadsv5Series - Eadsv5_seriesEadsv5_series
- Azure
Vm Family Ebsv5Series - Ebsv5_seriesEbsv5_series
- Azure
Vm Family Ebdsv5Series - Ebdsv5_seriesEbdsv5_series
- Unknown
- UnknownUnknown - Azure VM Family
- Basic
A0A4 - Basic_A0_A4Basic_A0_A4
- Standard
A0A7 - Standard_A0_A7Standard_A0_A7
- Standard
A8A11 - Standard_A8_A11Standard_A8_A11
- Av2Series
- Av2_seriesAv2_series
- DSeries
- D_seriesD_series
- Dv2Series
- Dv2_seriesDv2_series
- DSSeries
- DS_seriesDS_series
- DSv2Series
- DSv2_seriesDSv2_series
- FSeries
- F_seriesF_series
- Fs
Series - Fs_seriesFs_series
- GSeries
- G_seriesG_series
- GSSeries
- GS_seriesGS_series
- HSeries
- H_seriesH_series
- Ls
Series - Ls_seriesLs_series
- Dsv3Series
- Dsv3_seriesDsv3_series
- Dv3Series
- Dv3_seriesDv3_series
- Fsv2Series
- Fsv2_seriesFsv2_series
- Ev3Series
- Ev3_seriesEv3_series
- Esv3Series
- Esv3_seriesEsv3_series
- MSeries
- M_seriesM_series
- DCSeries
- DC_SeriesDC_Series
- Lsv2Series
- Lsv2_seriesLsv2_series
- Ev4Series
- Ev4_seriesEv4_series
- Esv4Series
- Esv4_seriesEsv4_series
- Edv4Series
- Edv4_seriesEdv4_series
- Edsv4Series
- Edsv4_seriesEdsv4_series
- Dv4Series
- Dv4_seriesDv4_series
- Dsv4Series
- Dsv4_seriesDsv4_series
- Ddv4Series
- Ddv4_seriesDdv4_series
- Ddsv4Series
- Ddsv4_seriesDdsv4_series
- Easv4Series
- Easv4_seriesEasv4_series
- Dasv4Series
- Dasv4_seriesDasv4_series
- Mv2Series
- Mv2_seriesMv2_series
- Eav4Series
- Eav4_seriesEav4_series
- Dav4Series
- Dav4_seriesDav4_series
- Msv2Series
- Msv2_seriesMsv2_series
- Mdsv2Series
- Mdsv2_seriesMdsv2_series
- Dv5Series
- Dv5_seriesDv5_series
- Dsv5Series
- Dsv5_seriesDsv5_series
- Ddv5Series
- Ddv5_seriesDdv5_series
- Ddsv5Series
- Ddsv5_seriesDdsv5_series
- Dasv5Series
- Dasv5_seriesDasv5_series
- Dadsv5Series
- Dadsv5_seriesDadsv5_series
- Ev5Series
- Ev5_seriesEv5_series
- Esv5Series
- Esv5_seriesEsv5_series
- Edv5Series
- Edv5_seriesEdv5_series
- Edsv5Series
- Edsv5_seriesEdsv5_series
- Easv5Series
- Easv5_seriesEasv5_series
- Eadsv5Series
- Eadsv5_seriesEadsv5_series
- Ebsv5Series
- Ebsv5_seriesEbsv5_series
- Ebdsv5Series
- Ebdsv5_seriesEbdsv5_series
- Unknown
- UnknownUnknown - Azure VM Family
- Basic
A0A4 - Basic_A0_A4Basic_A0_A4
- Standard
A0A7 - Standard_A0_A7Standard_A0_A7
- Standard
A8A11 - Standard_A8_A11Standard_A8_A11
- Av2Series
- Av2_seriesAv2_series
- DSeries
- D_seriesD_series
- Dv2Series
- Dv2_seriesDv2_series
- DSSeries
- DS_seriesDS_series
- DSv2Series
- DSv2_seriesDSv2_series
- FSeries
- F_seriesF_series
- Fs
Series - Fs_seriesFs_series
- GSeries
- G_seriesG_series
- GSSeries
- GS_seriesGS_series
- HSeries
- H_seriesH_series
- Ls
Series - Ls_seriesLs_series
- Dsv3Series
- Dsv3_seriesDsv3_series
- Dv3Series
- Dv3_seriesDv3_series
- Fsv2Series
- Fsv2_seriesFsv2_series
- Ev3Series
- Ev3_seriesEv3_series
- Esv3Series
- Esv3_seriesEsv3_series
- MSeries
- M_seriesM_series
- DCSeries
- DC_SeriesDC_Series
- Lsv2Series
- Lsv2_seriesLsv2_series
- Ev4Series
- Ev4_seriesEv4_series
- Esv4Series
- Esv4_seriesEsv4_series
- Edv4Series
- Edv4_seriesEdv4_series
- Edsv4Series
- Edsv4_seriesEdsv4_series
- Dv4Series
- Dv4_seriesDv4_series
- Dsv4Series
- Dsv4_seriesDsv4_series
- Ddv4Series
- Ddv4_seriesDdv4_series
- Ddsv4Series
- Ddsv4_seriesDdsv4_series
- Easv4Series
- Easv4_seriesEasv4_series
- Dasv4Series
- Dasv4_seriesDasv4_series
- Mv2Series
- Mv2_seriesMv2_series
- Eav4Series
- Eav4_seriesEav4_series
- Dav4Series
- Dav4_seriesDav4_series
- Msv2Series
- Msv2_seriesMsv2_series
- Mdsv2Series
- Mdsv2_seriesMdsv2_series
- Dv5Series
- Dv5_seriesDv5_series
- Dsv5Series
- Dsv5_seriesDsv5_series
- Ddv5Series
- Ddv5_seriesDdv5_series
- Ddsv5Series
- Ddsv5_seriesDdsv5_series
- Dasv5Series
- Dasv5_seriesDasv5_series
- Dadsv5Series
- Dadsv5_seriesDadsv5_series
- Ev5Series
- Ev5_seriesEv5_series
- Esv5Series
- Esv5_seriesEsv5_series
- Edv5Series
- Edv5_seriesEdv5_series
- Edsv5Series
- Edsv5_seriesEdsv5_series
- Easv5Series
- Easv5_seriesEasv5_series
- Eadsv5Series
- Eadsv5_seriesEadsv5_series
- Ebsv5Series
- Ebsv5_seriesEbsv5_series
- Ebdsv5Series
- Ebdsv5_seriesEbdsv5_series
- UNKNOWN
- UnknownUnknown - Azure VM Family
- BASIC_A0_A4
- Basic_A0_A4Basic_A0_A4
- STANDARD_A0_A7
- Standard_A0_A7Standard_A0_A7
- STANDARD_A8_A11
- Standard_A8_A11Standard_A8_A11
- AV2_SERIES
- Av2_seriesAv2_series
- D_SERIES
- D_seriesD_series
- DV2_SERIES
- Dv2_seriesDv2_series
- DS_SERIES
- DS_seriesDS_series
- D_SV2_SERIES
- DSv2_seriesDSv2_series
- F_SERIES
- F_seriesF_series
- FS_SERIES
- Fs_seriesFs_series
- G_SERIES
- G_seriesG_series
- GS_SERIES
- GS_seriesGS_series
- H_SERIES
- H_seriesH_series
- LS_SERIES
- Ls_seriesLs_series
- DSV3_SERIES
- Dsv3_seriesDsv3_series
- DV3_SERIES
- Dv3_seriesDv3_series
- FSV2_SERIES
- Fsv2_seriesFsv2_series
- EV3_SERIES
- Ev3_seriesEv3_series
- ESV3_SERIES
- Esv3_seriesEsv3_series
- M_SERIES
- M_seriesM_series
- DC_SERIES
- DC_SeriesDC_Series
- LSV2_SERIES
- Lsv2_seriesLsv2_series
- EV4_SERIES
- Ev4_seriesEv4_series
- ESV4_SERIES
- Esv4_seriesEsv4_series
- EDV4_SERIES
- Edv4_seriesEdv4_series
- EDSV4_SERIES
- Edsv4_seriesEdsv4_series
- DV4_SERIES
- Dv4_seriesDv4_series
- DSV4_SERIES
- Dsv4_seriesDsv4_series
- DDV4_SERIES
- Ddv4_seriesDdv4_series
- DDSV4_SERIES
- Ddsv4_seriesDdsv4_series
- EASV4_SERIES
- Easv4_seriesEasv4_series
- DASV4_SERIES
- Dasv4_seriesDasv4_series
- MV2_SERIES
- Mv2_seriesMv2_series
- EAV4_SERIES
- Eav4_seriesEav4_series
- DAV4_SERIES
- Dav4_seriesDav4_series
- MSV2_SERIES
- Msv2_seriesMsv2_series
- MDSV2_SERIES
- Mdsv2_seriesMdsv2_series
- DV5_SERIES
- Dv5_seriesDv5_series
- DSV5_SERIES
- Dsv5_seriesDsv5_series
- DDV5_SERIES
- Ddv5_seriesDdv5_series
- DDSV5_SERIES
- Ddsv5_seriesDdsv5_series
- DASV5_SERIES
- Dasv5_seriesDasv5_series
- DADSV5_SERIES
- Dadsv5_seriesDadsv5_series
- EV5_SERIES
- Ev5_seriesEv5_series
- ESV5_SERIES
- Esv5_seriesEsv5_series
- EDV5_SERIES
- Edv5_seriesEdv5_series
- EDSV5_SERIES
- Edsv5_seriesEdsv5_series
- EASV5_SERIES
- Easv5_seriesEasv5_series
- EADSV5_SERIES
- Eadsv5_seriesEadsv5_series
- EBSV5_SERIES
- Ebsv5_seriesEbsv5_series
- EBDSV5_SERIES
- Ebdsv5_seriesEbdsv5_series
- "Unknown"
- UnknownUnknown - Azure VM Family
- "Basic_A0_A4"
- Basic_A0_A4Basic_A0_A4
- "Standard_A0_A7"
- Standard_A0_A7Standard_A0_A7
- "Standard_A8_A11"
- Standard_A8_A11Standard_A8_A11
- "Av2_
series" - Av2_seriesAv2_series
- "D_
series" - D_seriesD_series
- "Dv2_
series" - Dv2_seriesDv2_series
- "DS_
series" - DS_seriesDS_series
- "DSv2_
series" - DSv2_seriesDSv2_series
- "F_
series" - F_seriesF_series
- "Fs_
series" - Fs_seriesFs_series
- "G_
series" - G_seriesG_series
- "GS_
series" - GS_seriesGS_series
- "H_
series" - H_seriesH_series
- "Ls_
series" - Ls_seriesLs_series
- "Dsv3_
series" - Dsv3_seriesDsv3_series
- "Dv3_
series" - Dv3_seriesDv3_series
- "Fsv2_
series" - Fsv2_seriesFsv2_series
- "Ev3_
series" - Ev3_seriesEv3_series
- "Esv3_
series" - Esv3_seriesEsv3_series
- "M_
series" - M_seriesM_series
- "DC_Series"
- DC_SeriesDC_Series
- "Lsv2_
series" - Lsv2_seriesLsv2_series
- "Ev4_
series" - Ev4_seriesEv4_series
- "Esv4_
series" - Esv4_seriesEsv4_series
- "Edv4_
series" - Edv4_seriesEdv4_series
- "Edsv4_
series" - Edsv4_seriesEdsv4_series
- "Dv4_
series" - Dv4_seriesDv4_series
- "Dsv4_
series" - Dsv4_seriesDsv4_series
- "Ddv4_
series" - Ddv4_seriesDdv4_series
- "Ddsv4_
series" - Ddsv4_seriesDdsv4_series
- "Easv4_
series" - Easv4_seriesEasv4_series
- "Dasv4_
series" - Dasv4_seriesDasv4_series
- "Mv2_
series" - Mv2_seriesMv2_series
- "Eav4_
series" - Eav4_seriesEav4_series
- "Dav4_
series" - Dav4_seriesDav4_series
- "Msv2_
series" - Msv2_seriesMsv2_series
- "Mdsv2_
series" - Mdsv2_seriesMdsv2_series
- "Dv5_
series" - Dv5_seriesDv5_series
- "Dsv5_
series" - Dsv5_seriesDsv5_series
- "Ddv5_
series" - Ddv5_seriesDdv5_series
- "Ddsv5_
series" - Ddsv5_seriesDdsv5_series
- "Dasv5_
series" - Dasv5_seriesDasv5_series
- "Dadsv5_
series" - Dadsv5_seriesDadsv5_series
- "Ev5_
series" - Ev5_seriesEv5_series
- "Esv5_
series" - Esv5_seriesEsv5_series
- "Edv5_
series" - Edv5_seriesEdv5_series
- "Edsv5_
series" - Edsv5_seriesEdsv5_series
- "Easv5_
series" - Easv5_seriesEasv5_series
- "Eadsv5_
series" - Eadsv5_seriesEadsv5_series
- "Ebsv5_
series" - Ebsv5_seriesEbsv5_series
- "Ebdsv5_
series" - Ebdsv5_seriesEbdsv5_series
BillingSettings, BillingSettingsArgs
- Licensing
Program string | Pulumi.Azure Native. Migrate. Licensing Program - Gets or sets the licensing program.
- Subscription
Id string - Gets or sets the subscription ID for licensing program selected.
- Licensing
Program string | LicensingProgram - Gets or sets the licensing program.
- Subscription
Id string - Gets or sets the subscription ID for licensing program selected.
- licensing
Program String | LicensingProgram - Gets or sets the licensing program.
- subscription
Id String - Gets or sets the subscription ID for licensing program selected.
- licensing
Program string | LicensingProgram - Gets or sets the licensing program.
- subscription
Id string - Gets or sets the subscription ID for licensing program selected.
- licensing_
program str | LicensingProgram - Gets or sets the licensing program.
- subscription_
id str - Gets or sets the subscription ID for licensing program selected.
- licensing
Program String | "Retail" | "Unknown" | "EA" | "MCA" - Gets or sets the licensing program.
- subscription
Id String - Gets or sets the subscription ID for licensing program selected.
BillingSettingsResponse, BillingSettingsResponseArgs
- Licensing
Program string - Gets or sets the licensing program.
- Subscription
Id string - Gets or sets the subscription ID for licensing program selected.
- Licensing
Program string - Gets or sets the licensing program.
- Subscription
Id string - Gets or sets the subscription ID for licensing program selected.
- licensing
Program String - Gets or sets the licensing program.
- subscription
Id String - Gets or sets the subscription ID for licensing program selected.
- licensing
Program string - Gets or sets the licensing program.
- subscription
Id string - Gets or sets the subscription ID for licensing program selected.
- licensing_
program str - Gets or sets the licensing program.
- subscription_
id str - Gets or sets the subscription ID for licensing program selected.
- licensing
Program String - Gets or sets the licensing program.
- subscription
Id String - Gets or sets the subscription ID for licensing program selected.
ComputeTier, ComputeTierArgs
- Unknown
- UnknownUnknown - Compute Tier
- Automatic
- AutomaticAutomatic - Compute Tier
- Provisioned
- ProvisionedProvisioned - Compute Tier
- Serverless
- ServerlessServerless - Compute Tier
- Compute
Tier Unknown - UnknownUnknown - Compute Tier
- Compute
Tier Automatic - AutomaticAutomatic - Compute Tier
- Compute
Tier Provisioned - ProvisionedProvisioned - Compute Tier
- Compute
Tier Serverless - ServerlessServerless - Compute Tier
- Unknown
- UnknownUnknown - Compute Tier
- Automatic
- AutomaticAutomatic - Compute Tier
- Provisioned
- ProvisionedProvisioned - Compute Tier
- Serverless
- ServerlessServerless - Compute Tier
- Unknown
- UnknownUnknown - Compute Tier
- Automatic
- AutomaticAutomatic - Compute Tier
- Provisioned
- ProvisionedProvisioned - Compute Tier
- Serverless
- ServerlessServerless - Compute Tier
- UNKNOWN
- UnknownUnknown - Compute Tier
- AUTOMATIC
- AutomaticAutomatic - Compute Tier
- PROVISIONED
- ProvisionedProvisioned - Compute Tier
- SERVERLESS
- ServerlessServerless - Compute Tier
- "Unknown"
- UnknownUnknown - Compute Tier
- "Automatic"
- AutomaticAutomatic - Compute Tier
- "Provisioned"
- ProvisionedProvisioned - Compute Tier
- "Serverless"
- ServerlessServerless - Compute Tier
EntityUptime, EntityUptimeArgs
- Days
Per intMonth - Gets the days per month.
- Hours
Per intDay - Gets the hours per day.
- Days
Per intMonth - Gets the days per month.
- Hours
Per intDay - Gets the hours per day.
- days
Per IntegerMonth - Gets the days per month.
- hours
Per IntegerDay - Gets the hours per day.
- days
Per numberMonth - Gets the days per month.
- hours
Per numberDay - Gets the hours per day.
- days_
per_ intmonth - Gets the days per month.
- hours_
per_ intday - Gets the hours per day.
- days
Per NumberMonth - Gets the days per month.
- hours
Per NumberDay - Gets the hours per day.
EntityUptimeResponse, EntityUptimeResponseArgs
- Days
Per intMonth - Gets the days per month.
- Hours
Per intDay - Gets the hours per day.
- Days
Per intMonth - Gets the days per month.
- Hours
Per intDay - Gets the hours per day.
- days
Per IntegerMonth - Gets the days per month.
- hours
Per IntegerDay - Gets the hours per day.
- days
Per numberMonth - Gets the days per month.
- hours
Per numberDay - Gets the hours per day.
- days_
per_ intmonth - Gets the days per month.
- hours_
per_ intday - Gets the hours per day.
- days
Per NumberMonth - Gets the days per month.
- hours
Per NumberDay - Gets the hours per day.
EnvironmentType, EnvironmentTypeArgs
- Production
- ProductionProduction - Environment Type
- Unknown
- UnknownUnknown - Environment Type
- Dev
Test - DevTestDevTest - Environment Type
- Environment
Type Production - ProductionProduction - Environment Type
- Environment
Type Unknown - UnknownUnknown - Environment Type
- Environment
Type Dev Test - DevTestDevTest - Environment Type
- Production
- ProductionProduction - Environment Type
- Unknown
- UnknownUnknown - Environment Type
- Dev
Test - DevTestDevTest - Environment Type
- Production
- ProductionProduction - Environment Type
- Unknown
- UnknownUnknown - Environment Type
- Dev
Test - DevTestDevTest - Environment Type
- PRODUCTION
- ProductionProduction - Environment Type
- UNKNOWN
- UnknownUnknown - Environment Type
- DEV_TEST
- DevTestDevTest - Environment Type
- "Production"
- ProductionProduction - Environment Type
- "Unknown"
- UnknownUnknown - Environment Type
- "Dev
Test" - DevTestDevTest - Environment Type
LicensingProgram, LicensingProgramArgs
- Retail
- RetailRetail/Pay as you go.
- Unknown
- UnknownNot known
- EA
- EAEnterprise agreement.
- MCA
- MCAMicrosoft customer agreement.
- Licensing
Program Retail - RetailRetail/Pay as you go.
- Licensing
Program Unknown - UnknownNot known
- Licensing
Program EA - EAEnterprise agreement.
- Licensing
Program MCA - MCAMicrosoft customer agreement.
- Retail
- RetailRetail/Pay as you go.
- Unknown
- UnknownNot known
- EA
- EAEnterprise agreement.
- MCA
- MCAMicrosoft customer agreement.
- Retail
- RetailRetail/Pay as you go.
- Unknown
- UnknownNot known
- EA
- EAEnterprise agreement.
- MCA
- MCAMicrosoft customer agreement.
- RETAIL
- RetailRetail/Pay as you go.
- UNKNOWN
- UnknownNot known
- EA
- EAEnterprise agreement.
- MCA
- MCAMicrosoft customer agreement.
- "Retail"
- RetailRetail/Pay as you go.
- "Unknown"
- UnknownNot known
- "EA"
- EAEnterprise agreement.
- "MCA"
- MCAMicrosoft customer agreement.
MultiSubnetIntent, MultiSubnetIntentArgs
- None
- NoneNone - Multi Subnet Intent
- High
Availability - HighAvailabilityHighAvailability - Multi Subnet Intent
- Disaster
Recovery - DisasterRecoveryDisasterRecovery - Multi Subnet Intent
- Multi
Subnet Intent None - NoneNone - Multi Subnet Intent
- Multi
Subnet Intent High Availability - HighAvailabilityHighAvailability - Multi Subnet Intent
- Multi
Subnet Intent Disaster Recovery - DisasterRecoveryDisasterRecovery - Multi Subnet Intent
- None
- NoneNone - Multi Subnet Intent
- High
Availability - HighAvailabilityHighAvailability - Multi Subnet Intent
- Disaster
Recovery - DisasterRecoveryDisasterRecovery - Multi Subnet Intent
- None
- NoneNone - Multi Subnet Intent
- High
Availability - HighAvailabilityHighAvailability - Multi Subnet Intent
- Disaster
Recovery - DisasterRecoveryDisasterRecovery - Multi Subnet Intent
- NONE
- NoneNone - Multi Subnet Intent
- HIGH_AVAILABILITY
- HighAvailabilityHighAvailability - Multi Subnet Intent
- DISASTER_RECOVERY
- DisasterRecoveryDisasterRecovery - Multi Subnet Intent
- "None"
- NoneNone - Multi Subnet Intent
- "High
Availability" - HighAvailabilityHighAvailability - Multi Subnet Intent
- "Disaster
Recovery" - DisasterRecoveryDisasterRecovery - Multi Subnet Intent
OsLicense, OsLicenseArgs
- Unknown
- UnknownUnknown Os License
- Yes
- YesYes Os License
- No
- NoNo Os License
- Os
License Unknown - UnknownUnknown Os License
- Os
License Yes - YesYes Os License
- Os
License No - NoNo Os License
- Unknown
- UnknownUnknown Os License
- Yes
- YesYes Os License
- No
- NoNo Os License
- Unknown
- UnknownUnknown Os License
- Yes
- YesYes Os License
- No
- NoNo Os License
- UNKNOWN
- UnknownUnknown Os License
- YES
- YesYes Os License
- NO
- NoNo Os License
- "Unknown"
- UnknownUnknown Os License
- "Yes"
- YesYes Os License
- "No"
- NoNo Os License
Percentile, PercentileArgs
- Percentile50
- Percentile50Percentile 50.
- Percentile90
- Percentile90Percentile 90.
- Percentile95
- Percentile95Percentile 95.
- Percentile99
- Percentile99Percentile 99.
- Percentile
Unknown - PercentileUnknownPercentile unknown.
- Percentile
Percentile50 - Percentile50Percentile 50.
- Percentile
Percentile90 - Percentile90Percentile 90.
- Percentile
Percentile95 - Percentile95Percentile 95.
- Percentile
Percentile99 - Percentile99Percentile 99.
- Percentile
Percentile Unknown - PercentileUnknownPercentile unknown.
- Percentile50
- Percentile50Percentile 50.
- Percentile90
- Percentile90Percentile 90.
- Percentile95
- Percentile95Percentile 95.
- Percentile99
- Percentile99Percentile 99.
- Percentile
Unknown - PercentileUnknownPercentile unknown.
- Percentile50
- Percentile50Percentile 50.
- Percentile90
- Percentile90Percentile 90.
- Percentile95
- Percentile95Percentile 95.
- Percentile99
- Percentile99Percentile 99.
- Percentile
Unknown - PercentileUnknownPercentile unknown.
- PERCENTILE50
- Percentile50Percentile 50.
- PERCENTILE90
- Percentile90Percentile 90.
- PERCENTILE95
- Percentile95Percentile 95.
- PERCENTILE99
- Percentile99Percentile 99.
- PERCENTILE_UNKNOWN
- PercentileUnknownPercentile unknown.
- "Percentile50"
- Percentile50Percentile 50.
- "Percentile90"
- Percentile90Percentile 90.
- "Percentile95"
- Percentile95Percentile 95.
- "Percentile99"
- Percentile99Percentile 99.
- "Percentile
Unknown" - PercentileUnknownPercentile unknown.
PerformanceData, PerformanceDataArgs
- Percentile
string | Pulumi.
Azure Native. Migrate. Percentile - Percentile of the utilization data values to be considered while assessing machines.
- Perf
Data stringEnd Time - Gets or sets the end time to consider performance data for assessment.
- Perf
Data stringStart Time - Gets or sets the start time to consider performance data for assessment.
- Time
Range string | Pulumi.Azure Native. Migrate. Time Range - Time Range for which the historic utilization data should be considered for assessment.
- Percentile string | Percentile
- Percentile of the utilization data values to be considered while assessing machines.
- Perf
Data stringEnd Time - Gets or sets the end time to consider performance data for assessment.
- Perf
Data stringStart Time - Gets or sets the start time to consider performance data for assessment.
- Time
Range string | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- percentile String | Percentile
- Percentile of the utilization data values to be considered while assessing machines.
- perf
Data StringEnd Time - Gets or sets the end time to consider performance data for assessment.
- perf
Data StringStart Time - Gets or sets the start time to consider performance data for assessment.
- time
Range String | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- percentile string | Percentile
- Percentile of the utilization data values to be considered while assessing machines.
- perf
Data stringEnd Time - Gets or sets the end time to consider performance data for assessment.
- perf
Data stringStart Time - Gets or sets the start time to consider performance data for assessment.
- time
Range string | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- percentile str | Percentile
- Percentile of the utilization data values to be considered while assessing machines.
- perf_
data_ strend_ time - Gets or sets the end time to consider performance data for assessment.
- perf_
data_ strstart_ time - Gets or sets the start time to consider performance data for assessment.
- time_
range str | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- percentile
String | "Percentile50" | "Percentile90" | "Percentile95" | "Percentile99" | "Percentile
Unknown" - Percentile of the utilization data values to be considered while assessing machines.
- perf
Data StringEnd Time - Gets or sets the end time to consider performance data for assessment.
- perf
Data StringStart Time - Gets or sets the start time to consider performance data for assessment.
- time
Range String | "Day" | "Week" | "Month" | "Custom" - Time Range for which the historic utilization data should be considered for assessment.
PerformanceDataResponse, PerformanceDataResponseArgs
- Percentile string
- Percentile of the utilization data values to be considered while assessing machines.
- Perf
Data stringEnd Time - Gets or sets the end time to consider performance data for assessment.
- Perf
Data stringStart Time - Gets or sets the start time to consider performance data for assessment.
- Time
Range string - Time Range for which the historic utilization data should be considered for assessment.
- Percentile string
- Percentile of the utilization data values to be considered while assessing machines.
- Perf
Data stringEnd Time - Gets or sets the end time to consider performance data for assessment.
- Perf
Data stringStart Time - Gets or sets the start time to consider performance data for assessment.
- Time
Range string - Time Range for which the historic utilization data should be considered for assessment.
- percentile String
- Percentile of the utilization data values to be considered while assessing machines.
- perf
Data StringEnd Time - Gets or sets the end time to consider performance data for assessment.
- perf
Data StringStart Time - Gets or sets the start time to consider performance data for assessment.
- time
Range String - Time Range for which the historic utilization data should be considered for assessment.
- percentile string
- Percentile of the utilization data values to be considered while assessing machines.
- perf
Data stringEnd Time - Gets or sets the end time to consider performance data for assessment.
- perf
Data stringStart Time - Gets or sets the start time to consider performance data for assessment.
- time
Range string - Time Range for which the historic utilization data should be considered for assessment.
- percentile str
- Percentile of the utilization data values to be considered while assessing machines.
- perf_
data_ strend_ time - Gets or sets the end time to consider performance data for assessment.
- perf_
data_ strstart_ time - Gets or sets the start time to consider performance data for assessment.
- time_
range str - Time Range for which the historic utilization data should be considered for assessment.
- percentile String
- Percentile of the utilization data values to be considered while assessing machines.
- perf
Data StringEnd Time - Gets or sets the end time to consider performance data for assessment.
- perf
Data StringStart Time - Gets or sets the start time to consider performance data for assessment.
- time
Range String - Time Range for which the historic utilization data should be considered for assessment.
SavingsOptions, SavingsOptionsArgs
- None
- NoneNo savings options.
- RI1Year
- RI1YearReserved Instance for 1 year.
- RI3Year
- RI3YearReserved Instance for 3 years.
- Savings
Plan1Year - SavingsPlan1YearThe savings plan for 1 year.
- Savings
Plan3Year - SavingsPlan3YearThe savings plan for 3 years.
- Custom
Azure Offer Code - CustomAzureOfferCodeCustom azure offer code.
- Savings
Options None - NoneNo savings options.
- Savings
Options RI1Year - RI1YearReserved Instance for 1 year.
- Savings
Options RI3Year - RI3YearReserved Instance for 3 years.
- Savings
Options Savings Plan1Year - SavingsPlan1YearThe savings plan for 1 year.
- Savings
Options Savings Plan3Year - SavingsPlan3YearThe savings plan for 3 years.
- Savings
Options Custom Azure Offer Code - CustomAzureOfferCodeCustom azure offer code.
- None
- NoneNo savings options.
- RI1Year
- RI1YearReserved Instance for 1 year.
- RI3Year
- RI3YearReserved Instance for 3 years.
- Savings
Plan1Year - SavingsPlan1YearThe savings plan for 1 year.
- Savings
Plan3Year - SavingsPlan3YearThe savings plan for 3 years.
- Custom
Azure Offer Code - CustomAzureOfferCodeCustom azure offer code.
- None
- NoneNo savings options.
- RI1Year
- RI1YearReserved Instance for 1 year.
- RI3Year
- RI3YearReserved Instance for 3 years.
- Savings
Plan1Year - SavingsPlan1YearThe savings plan for 1 year.
- Savings
Plan3Year - SavingsPlan3YearThe savings plan for 3 years.
- Custom
Azure Offer Code - CustomAzureOfferCodeCustom azure offer code.
- NONE
- NoneNo savings options.
- RI1_YEAR
- RI1YearReserved Instance for 1 year.
- RI3_YEAR
- RI3YearReserved Instance for 3 years.
- SAVINGS_PLAN1_YEAR
- SavingsPlan1YearThe savings plan for 1 year.
- SAVINGS_PLAN3_YEAR
- SavingsPlan3YearThe savings plan for 3 years.
- CUSTOM_AZURE_OFFER_CODE
- CustomAzureOfferCodeCustom azure offer code.
- "None"
- NoneNo savings options.
- "RI1Year"
- RI1YearReserved Instance for 1 year.
- "RI3Year"
- RI3YearReserved Instance for 3 years.
- "Savings
Plan1Year" - SavingsPlan1YearThe savings plan for 1 year.
- "Savings
Plan3Year" - SavingsPlan3YearThe savings plan for 3 years.
- "Custom
Azure Offer Code" - CustomAzureOfferCodeCustom azure offer code.
SavingsSettings, SavingsSettingsArgs
- Azure
Offer string | Pulumi.Code Azure Native. Migrate. Azure Offer - Gets or sets the Azure offer code.
- Savings
Options string | Pulumi.Azure Native. Migrate. Savings Options - Gets or sets the savings options.
- Azure
Offer string | AzureCode Offer - Gets or sets the Azure offer code.
- Savings
Options string | SavingsOptions - Gets or sets the savings options.
- azure
Offer String | AzureCode Offer - Gets or sets the Azure offer code.
- savings
Options String | SavingsOptions - Gets or sets the savings options.
- azure
Offer string | AzureCode Offer - Gets or sets the Azure offer code.
- savings
Options string | SavingsOptions - Gets or sets the savings options.
- azure_
offer_ str | Azurecode Offer - Gets or sets the Azure offer code.
- savings_
options str | SavingsOptions - Gets or sets the savings options.
- azure
Offer String | "Unknown" | "MSAZR0003P" | "MSAZR0023P" | "MSMCAZR0044P" | "MSMCAZR0059P" | "MSMCAZR0060P" | "MSMCAZR0063P" | "MSAZRUSGOV0003P" | "EA" | "SavingsCode Plan1Year" | "Savings Plan3Year" - Gets or sets the Azure offer code.
- savings
Options String | "None" | "RI1Year" | "RI3Year" | "SavingsPlan1Year" | "Savings Plan3Year" | "Custom Azure Offer Code" - Gets or sets the savings options.
SavingsSettingsResponse, SavingsSettingsResponseArgs
- Azure
Offer stringCode - Gets or sets the Azure offer code.
- Savings
Options string - Gets or sets the savings options.
- Azure
Offer stringCode - Gets or sets the Azure offer code.
- Savings
Options string - Gets or sets the savings options.
- azure
Offer StringCode - Gets or sets the Azure offer code.
- savings
Options String - Gets or sets the savings options.
- azure
Offer stringCode - Gets or sets the Azure offer code.
- savings
Options string - Gets or sets the savings options.
- azure_
offer_ strcode - Gets or sets the Azure offer code.
- savings_
options str - Gets or sets the savings options.
- azure
Offer StringCode - Gets or sets the Azure offer code.
- savings
Options String - Gets or sets the savings options.
Scope, ScopeArgs
- Azure
Resource stringGraph Query - The ARG query.
- Scope
Type string | Pulumi.Azure Native. Migrate. Scope Type - The scope type
- Server
Group stringId - The server group arm id.
- Azure
Resource stringGraph Query - The ARG query.
- Scope
Type string | ScopeType - The scope type
- Server
Group stringId - The server group arm id.
- azure
Resource StringGraph Query - The ARG query.
- scope
Type String | ScopeType - The scope type
- server
Group StringId - The server group arm id.
- azure
Resource stringGraph Query - The ARG query.
- scope
Type string | ScopeType - The scope type
- server
Group stringId - The server group arm id.
- azure_
resource_ strgraph_ query - The ARG query.
- scope_
type str | ScopeType - The scope type
- server_
group_ strid - The server group arm id.
- azure
Resource StringGraph Query - The ARG query.
- scope
Type String | "ServerGroup Id" | "Azure Resource Graph Query" - The scope type
- server
Group StringId - The server group arm id.
ScopeResponse, ScopeResponseArgs
- Azure
Resource stringGraph Query - The ARG query.
- Scope
Type string - The scope type
- Server
Group stringId - The server group arm id.
- Azure
Resource stringGraph Query - The ARG query.
- Scope
Type string - The scope type
- Server
Group stringId - The server group arm id.
- azure
Resource StringGraph Query - The ARG query.
- scope
Type String - The scope type
- server
Group StringId - The server group arm id.
- azure
Resource stringGraph Query - The ARG query.
- scope
Type string - The scope type
- server
Group stringId - The server group arm id.
- azure_
resource_ strgraph_ query - The ARG query.
- scope_
type str - The scope type
- server_
group_ strid - The server group arm id.
- azure
Resource StringGraph Query - The ARG query.
- scope
Type String - The scope type
- server
Group StringId - The server group arm id.
ScopeType, ScopeTypeArgs
- Server
Group Id - ServerGroupIdServerGroupId - Scope type
- Azure
Resource Graph Query - AzureResourceGraphQueryAzureResourceGraphQuery - Scope type
- Scope
Type Server Group Id - ServerGroupIdServerGroupId - Scope type
- Scope
Type Azure Resource Graph Query - AzureResourceGraphQueryAzureResourceGraphQuery - Scope type
- Server
Group Id - ServerGroupIdServerGroupId - Scope type
- Azure
Resource Graph Query - AzureResourceGraphQueryAzureResourceGraphQuery - Scope type
- Server
Group Id - ServerGroupIdServerGroupId - Scope type
- Azure
Resource Graph Query - AzureResourceGraphQueryAzureResourceGraphQuery - Scope type
- SERVER_GROUP_ID
- ServerGroupIdServerGroupId - Scope type
- AZURE_RESOURCE_GRAPH_QUERY
- AzureResourceGraphQueryAzureResourceGraphQuery - Scope type
- "Server
Group Id" - ServerGroupIdServerGroupId - Scope type
- "Azure
Resource Graph Query" - AzureResourceGraphQueryAzureResourceGraphQuery - Scope type
SqlAssessmentSettings, SqlAssessmentSettingsArgs
- Async
Commit string | Pulumi.Mode Intent Azure Native. Migrate. Async Commit Mode Intent - Gets or sets user preference indicating intent of async commit mode.
- Azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- Azure
Security string | Pulumi.Offering Type Azure Native. Migrate. Azure Security Offering Type - Gets or sets a value indicating azure security offering type.
- Azure
Sql Pulumi.Database Settings Azure Native. Migrate. Inputs. Sql Db Settings V3 - Gets or sets user configurable SQL database settings.
- Azure
Sql Pulumi.Managed Instance Settings Azure Native. Migrate. Inputs. Sql Mi Settings V3 - Gets or sets user configurable SQL managed instance settings.
- Azure
Sql Pulumi.Vm Settings Azure Native. Migrate. Inputs. Sql Vm Settings - Gets or sets user configurable SQL VM settings.
- Billing
Settings Pulumi.Azure Native. Migrate. Inputs. Billing Settings - Gets or sets the billing settings.
- Currency
string | Pulumi.
Azure Native. Migrate. Azure Currency - Currency in which prices should be reported.
- Disaster
Recovery string | Pulumi.Location Azure Native. Migrate. Azure Location - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- Discount
Percentage double - Custom discount percentage.
- Enable
Hadr boolAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- Entity
Uptime Pulumi.Azure Native. Migrate. Inputs. Entity Uptime - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- Environment
Type string | Pulumi.Azure Native. Migrate. Environment Type - Gets or sets user configurable setting to display the environment type.
- Is
Internet boolAccess Available - Gets or sets a value indicating whether internet access is available.
- Multi
Subnet string | Pulumi.Intent Azure Native. Migrate. Multi Subnet Intent - Gets or sets user preference indicating intent of multi-subnet configuration.
- Os
License string | Pulumi.Azure Native. Migrate. Os License - Gets or sets user configurable setting to display the azure hybrid use benefit.
- Performance
Data Pulumi.Azure Native. Migrate. Inputs. Performance Data - Gets or sets the performance data.
- Preferred
Targets List<Union<string, Pulumi.Azure Native. Migrate. Azure Target>> - Gets or sets SQL the preferred azure targets.
- Savings
Settings Pulumi.Azure Native. Migrate. Inputs. Savings Settings - Gets or sets the savings settings.
- Scaling
Factor double - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- Sizing
Criterion string | Pulumi.Azure Native. Migrate. Assessment Sizing Criterion - Assessment sizing criterion.
- Sql
Server string | Pulumi.License Azure Native. Migrate. Sql Server License - SQL server license.
- Async
Commit string | AsyncMode Intent Commit Mode Intent - Gets or sets user preference indicating intent of async commit mode.
- Azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- Azure
Security string | AzureOffering Type Security Offering Type - Gets or sets a value indicating azure security offering type.
- Azure
Sql SqlDatabase Settings Db Settings V3 - Gets or sets user configurable SQL database settings.
- Azure
Sql SqlManaged Instance Settings Mi Settings V3 - Gets or sets user configurable SQL managed instance settings.
- Azure
Sql SqlVm Settings Vm Settings - Gets or sets user configurable SQL VM settings.
- Billing
Settings BillingSettings - Gets or sets the billing settings.
- Currency
string | Azure
Currency - Currency in which prices should be reported.
- Disaster
Recovery string | AzureLocation Location - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- Discount
Percentage float64 - Custom discount percentage.
- Enable
Hadr boolAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- Entity
Uptime EntityUptime - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- Environment
Type string | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- Is
Internet boolAccess Available - Gets or sets a value indicating whether internet access is available.
- Multi
Subnet string | MultiIntent Subnet Intent - Gets or sets user preference indicating intent of multi-subnet configuration.
- Os
License string | OsLicense - Gets or sets user configurable setting to display the azure hybrid use benefit.
- Performance
Data PerformanceData - Gets or sets the performance data.
- Preferred
Targets []string - Gets or sets SQL the preferred azure targets.
- Savings
Settings SavingsSettings - Gets or sets the savings settings.
- Scaling
Factor float64 - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- Sizing
Criterion string | AssessmentSizing Criterion - Assessment sizing criterion.
- Sql
Server string | SqlLicense Server License - SQL server license.
- async
Commit String | AsyncMode Intent Commit Mode Intent - Gets or sets user preference indicating intent of async commit mode.
- azure
Location String - Azure Location or Azure region where to which the machines will be migrated.
- azure
Security String | AzureOffering Type Security Offering Type - Gets or sets a value indicating azure security offering type.
- azure
Sql SqlDatabase Settings Db Settings V3 - Gets or sets user configurable SQL database settings.
- azure
Sql SqlManaged Instance Settings Mi Settings V3 - Gets or sets user configurable SQL managed instance settings.
- azure
Sql SqlVm Settings Vm Settings - Gets or sets user configurable SQL VM settings.
- billing
Settings BillingSettings - Gets or sets the billing settings.
- currency
String | Azure
Currency - Currency in which prices should be reported.
- disaster
Recovery String | AzureLocation Location - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount
Percentage Double - Custom discount percentage.
- enable
Hadr BooleanAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity
Uptime EntityUptime - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment
Type String | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- is
Internet BooleanAccess Available - Gets or sets a value indicating whether internet access is available.
- multi
Subnet String | MultiIntent Subnet Intent - Gets or sets user preference indicating intent of multi-subnet configuration.
- os
License String | OsLicense - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance
Data PerformanceData - Gets or sets the performance data.
- preferred
Targets List<Either<String,AzureTarget>> - Gets or sets SQL the preferred azure targets.
- savings
Settings SavingsSettings - Gets or sets the savings settings.
- scaling
Factor Double - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion String | AssessmentSizing Criterion - Assessment sizing criterion.
- sql
Server String | SqlLicense Server License - SQL server license.
- async
Commit string | AsyncMode Intent Commit Mode Intent - Gets or sets user preference indicating intent of async commit mode.
- azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- azure
Security string | AzureOffering Type Security Offering Type - Gets or sets a value indicating azure security offering type.
- azure
Sql SqlDatabase Settings Db Settings V3 - Gets or sets user configurable SQL database settings.
- azure
Sql SqlManaged Instance Settings Mi Settings V3 - Gets or sets user configurable SQL managed instance settings.
- azure
Sql SqlVm Settings Vm Settings - Gets or sets user configurable SQL VM settings.
- billing
Settings BillingSettings - Gets or sets the billing settings.
- currency
string | Azure
Currency - Currency in which prices should be reported.
- disaster
Recovery string | AzureLocation Location - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount
Percentage number - Custom discount percentage.
- enable
Hadr booleanAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity
Uptime EntityUptime - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment
Type string | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- is
Internet booleanAccess Available - Gets or sets a value indicating whether internet access is available.
- multi
Subnet string | MultiIntent Subnet Intent - Gets or sets user preference indicating intent of multi-subnet configuration.
- os
License string | OsLicense - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance
Data PerformanceData - Gets or sets the performance data.
- preferred
Targets (string | AzureTarget)[] - Gets or sets SQL the preferred azure targets.
- savings
Settings SavingsSettings - Gets or sets the savings settings.
- scaling
Factor number - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion string | AssessmentSizing Criterion - Assessment sizing criterion.
- sql
Server string | SqlLicense Server License - SQL server license.
- async_
commit_ str | Asyncmode_ intent Commit Mode Intent - Gets or sets user preference indicating intent of async commit mode.
- azure_
location str - Azure Location or Azure region where to which the machines will be migrated.
- azure_
security_ str | Azureoffering_ type Security Offering Type - Gets or sets a value indicating azure security offering type.
- azure_
sql_ Sqldatabase_ settings Db Settings V3 - Gets or sets user configurable SQL database settings.
- azure_
sql_ Sqlmanaged_ instance_ settings Mi Settings V3 - Gets or sets user configurable SQL managed instance settings.
- azure_
sql_ Sqlvm_ settings Vm Settings - Gets or sets user configurable SQL VM settings.
- billing_
settings BillingSettings - Gets or sets the billing settings.
- currency
str | Azure
Currency - Currency in which prices should be reported.
- disaster_
recovery_ str | Azurelocation Location - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount_
percentage float - Custom discount percentage.
- enable_
hadr_ boolassessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity_
uptime EntityUptime - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment_
type str | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- is_
internet_ boolaccess_ available - Gets or sets a value indicating whether internet access is available.
- multi_
subnet_ str | Multiintent Subnet Intent - Gets or sets user preference indicating intent of multi-subnet configuration.
- os_
license str | OsLicense - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance_
data PerformanceData - Gets or sets the performance data.
- preferred_
targets Sequence[Union[str, AzureTarget]] - Gets or sets SQL the preferred azure targets.
- savings_
settings SavingsSettings - Gets or sets the savings settings.
- scaling_
factor float - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing_
criterion str | AssessmentSizing Criterion - Assessment sizing criterion.
- sql_
server_ str | Sqllicense Server License - SQL server license.
- async
Commit String | "None" | "HighMode Intent Availability" | "Disaster Recovery" - Gets or sets user preference indicating intent of async commit mode.
- azure
Location String - Azure Location or Azure region where to which the machines will be migrated.
- azure
Security String | "NO" | "MDC"Offering Type - Gets or sets a value indicating azure security offering type.
- azure
Sql Property MapDatabase Settings - Gets or sets user configurable SQL database settings.
- azure
Sql Property MapManaged Instance Settings - Gets or sets user configurable SQL managed instance settings.
- azure
Sql Property MapVm Settings - Gets or sets user configurable SQL VM settings.
- billing
Settings Property Map - Gets or sets the billing settings.
- currency String | "Unknown" | "USD" | "DKK" | "CAD" | "IDR" | "JPY" | "KRW" | "NZD" | "NOK" | "RUB" | "SAR" | "ZAR" | "SEK" | "TRY" | "GBP" | "MXN" | "MYR" | "INR" | "HKD" | "BRL" | "TWD" | "EUR" | "CHF" | "ARS" | "AUD" | "CNY"
- Currency in which prices should be reported.
- disaster
Recovery String | "Unknown" | "EastLocation Asia" | "Southeast Asia" | "Australia East" | "Australia Southeast" | "Brazil South" | "Canada Central" | "Canada East" | "West Europe" | "North Europe" | "Central India" | "South India" | "West India" | "Japan East" | "Japan West" | "Korea Central" | "Korea South" | "Uk West" | "Uk South" | "North Central Us" | "East Us" | "West Us2" | "South Central Us" | "Central Us" | "East Us2" | "West Us" | "West Central Us" | "Germany Central" | "Germany Northeast" | "China North" | "China East" | "USGov Arizona" | "USGov Texas" | "USGov Iowa" | "USGov Virginia" | "USDo DCentral" | "USDo DEast" | "France Central" | "Australia Central" | "South Africa North" | "France South" | "Australia Central2" | "South Africa West" | "Germany North" | "Germany West Central" | "Norway East" | "Norway West" | "China East2" | "China North2" | "Switzerland North" | "Switzerland West" | "UAENorth" | "UAECentral" | "Us Nat East" | "Us Nat West" | "Us Sec East" | "Us Sec Central" | "Us Sec West" | "Sweden Central" | "Qatar Central" | "Jio India West" | "Italy North" | "Poland Central" | "Israel Central" | "Mexico Central" | "New Zealand North" | "Spain Central" - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount
Percentage Number - Custom discount percentage.
- enable
Hadr BooleanAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity
Uptime Property Map - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment
Type String | "Production" | "Unknown" | "DevTest" - Gets or sets user configurable setting to display the environment type.
- is
Internet BooleanAccess Available - Gets or sets a value indicating whether internet access is available.
- multi
Subnet String | "None" | "HighIntent Availability" | "Disaster Recovery" - Gets or sets user preference indicating intent of multi-subnet configuration.
- os
License String | "Unknown" | "Yes" | "No" - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance
Data Property Map - Gets or sets the performance data.
- preferred
Targets List<String | "Unknown" | "SqlDatabase" | "Sql MI" | "Flex Server PG" | "Oracle Iaas VM" | "Azure Spring Apps" | "SAPAzure Instance" | "AKS" | "My SQLAzure Flex Server" | "Azure SQLVM" | "Azure VM" | "Azure App Service" | "Azure App Service Container" | "Avs"> - Gets or sets SQL the preferred azure targets.
- savings
Settings Property Map - Gets or sets the savings settings.
- scaling
Factor Number - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion String | "PerformanceBased" | "As On Premises" - Assessment sizing criterion.
- sql
Server String | "Unknown" | "Yes" | "No"License - SQL server license.
SqlAssessmentSettingsResponse, SqlAssessmentSettingsResponseArgs
- Async
Commit stringMode Intent - Gets or sets user preference indicating intent of async commit mode.
- Azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- Azure
Security stringOffering Type - Gets or sets a value indicating azure security offering type.
- Azure
Sql Pulumi.Database Settings Azure Native. Migrate. Inputs. Sql Db Settings V3Response - Gets or sets user configurable SQL database settings.
- Azure
Sql Pulumi.Managed Instance Settings Azure Native. Migrate. Inputs. Sql Mi Settings V3Response - Gets or sets user configurable SQL managed instance settings.
- Azure
Sql Pulumi.Vm Settings Azure Native. Migrate. Inputs. Sql Vm Settings Response - Gets or sets user configurable SQL VM settings.
- Billing
Settings Pulumi.Azure Native. Migrate. Inputs. Billing Settings Response - Gets or sets the billing settings.
- Currency string
- Currency in which prices should be reported.
- Disaster
Recovery stringLocation - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- Discount
Percentage double - Custom discount percentage.
- Enable
Hadr boolAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- Entity
Uptime Pulumi.Azure Native. Migrate. Inputs. Entity Uptime Response - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- Environment
Type string - Gets or sets user configurable setting to display the environment type.
- Is
Internet boolAccess Available - Gets or sets a value indicating whether internet access is available.
- Multi
Subnet stringIntent - Gets or sets user preference indicating intent of multi-subnet configuration.
- Os
License string - Gets or sets user configurable setting to display the azure hybrid use benefit.
- Performance
Data Pulumi.Azure Native. Migrate. Inputs. Performance Data Response - Gets or sets the performance data.
- Preferred
Targets List<string> - Gets or sets SQL the preferred azure targets.
- Savings
Settings Pulumi.Azure Native. Migrate. Inputs. Savings Settings Response - Gets or sets the savings settings.
- Scaling
Factor double - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- Sizing
Criterion string - Assessment sizing criterion.
- Sql
Server stringLicense - SQL server license.
- Async
Commit stringMode Intent - Gets or sets user preference indicating intent of async commit mode.
- Azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- Azure
Security stringOffering Type - Gets or sets a value indicating azure security offering type.
- Azure
Sql SqlDatabase Settings Db Settings V3Response - Gets or sets user configurable SQL database settings.
- Azure
Sql SqlManaged Instance Settings Mi Settings V3Response - Gets or sets user configurable SQL managed instance settings.
- Azure
Sql SqlVm Settings Vm Settings Response - Gets or sets user configurable SQL VM settings.
- Billing
Settings BillingSettings Response - Gets or sets the billing settings.
- Currency string
- Currency in which prices should be reported.
- Disaster
Recovery stringLocation - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- Discount
Percentage float64 - Custom discount percentage.
- Enable
Hadr boolAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- Entity
Uptime EntityUptime Response - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- Environment
Type string - Gets or sets user configurable setting to display the environment type.
- Is
Internet boolAccess Available - Gets or sets a value indicating whether internet access is available.
- Multi
Subnet stringIntent - Gets or sets user preference indicating intent of multi-subnet configuration.
- Os
License string - Gets or sets user configurable setting to display the azure hybrid use benefit.
- Performance
Data PerformanceData Response - Gets or sets the performance data.
- Preferred
Targets []string - Gets or sets SQL the preferred azure targets.
- Savings
Settings SavingsSettings Response - Gets or sets the savings settings.
- Scaling
Factor float64 - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- Sizing
Criterion string - Assessment sizing criterion.
- Sql
Server stringLicense - SQL server license.
- async
Commit StringMode Intent - Gets or sets user preference indicating intent of async commit mode.
- azure
Location String - Azure Location or Azure region where to which the machines will be migrated.
- azure
Security StringOffering Type - Gets or sets a value indicating azure security offering type.
- azure
Sql SqlDatabase Settings Db Settings V3Response - Gets or sets user configurable SQL database settings.
- azure
Sql SqlManaged Instance Settings Mi Settings V3Response - Gets or sets user configurable SQL managed instance settings.
- azure
Sql SqlVm Settings Vm Settings Response - Gets or sets user configurable SQL VM settings.
- billing
Settings BillingSettings Response - Gets or sets the billing settings.
- currency String
- Currency in which prices should be reported.
- disaster
Recovery StringLocation - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount
Percentage Double - Custom discount percentage.
- enable
Hadr BooleanAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity
Uptime EntityUptime Response - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment
Type String - Gets or sets user configurable setting to display the environment type.
- is
Internet BooleanAccess Available - Gets or sets a value indicating whether internet access is available.
- multi
Subnet StringIntent - Gets or sets user preference indicating intent of multi-subnet configuration.
- os
License String - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance
Data PerformanceData Response - Gets or sets the performance data.
- preferred
Targets List<String> - Gets or sets SQL the preferred azure targets.
- savings
Settings SavingsSettings Response - Gets or sets the savings settings.
- scaling
Factor Double - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion String - Assessment sizing criterion.
- sql
Server StringLicense - SQL server license.
- async
Commit stringMode Intent - Gets or sets user preference indicating intent of async commit mode.
- azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- azure
Security stringOffering Type - Gets or sets a value indicating azure security offering type.
- azure
Sql SqlDatabase Settings Db Settings V3Response - Gets or sets user configurable SQL database settings.
- azure
Sql SqlManaged Instance Settings Mi Settings V3Response - Gets or sets user configurable SQL managed instance settings.
- azure
Sql SqlVm Settings Vm Settings Response - Gets or sets user configurable SQL VM settings.
- billing
Settings BillingSettings Response - Gets or sets the billing settings.
- currency string
- Currency in which prices should be reported.
- disaster
Recovery stringLocation - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount
Percentage number - Custom discount percentage.
- enable
Hadr booleanAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity
Uptime EntityUptime Response - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment
Type string - Gets or sets user configurable setting to display the environment type.
- is
Internet booleanAccess Available - Gets or sets a value indicating whether internet access is available.
- multi
Subnet stringIntent - Gets or sets user preference indicating intent of multi-subnet configuration.
- os
License string - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance
Data PerformanceData Response - Gets or sets the performance data.
- preferred
Targets string[] - Gets or sets SQL the preferred azure targets.
- savings
Settings SavingsSettings Response - Gets or sets the savings settings.
- scaling
Factor number - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion string - Assessment sizing criterion.
- sql
Server stringLicense - SQL server license.
- async_
commit_ strmode_ intent - Gets or sets user preference indicating intent of async commit mode.
- azure_
location str - Azure Location or Azure region where to which the machines will be migrated.
- azure_
security_ stroffering_ type - Gets or sets a value indicating azure security offering type.
- azure_
sql_ Sqldatabase_ settings Db Settings V3Response - Gets or sets user configurable SQL database settings.
- azure_
sql_ Sqlmanaged_ instance_ settings Mi Settings V3Response - Gets or sets user configurable SQL managed instance settings.
- azure_
sql_ Sqlvm_ settings Vm Settings Response - Gets or sets user configurable SQL VM settings.
- billing_
settings BillingSettings Response - Gets or sets the billing settings.
- currency str
- Currency in which prices should be reported.
- disaster_
recovery_ strlocation - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount_
percentage float - Custom discount percentage.
- enable_
hadr_ boolassessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity_
uptime EntityUptime Response - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment_
type str - Gets or sets user configurable setting to display the environment type.
- is_
internet_ boolaccess_ available - Gets or sets a value indicating whether internet access is available.
- multi_
subnet_ strintent - Gets or sets user preference indicating intent of multi-subnet configuration.
- os_
license str - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance_
data PerformanceData Response - Gets or sets the performance data.
- preferred_
targets Sequence[str] - Gets or sets SQL the preferred azure targets.
- savings_
settings SavingsSettings Response - Gets or sets the savings settings.
- scaling_
factor float - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing_
criterion str - Assessment sizing criterion.
- sql_
server_ strlicense - SQL server license.
- async
Commit StringMode Intent - Gets or sets user preference indicating intent of async commit mode.
- azure
Location String - Azure Location or Azure region where to which the machines will be migrated.
- azure
Security StringOffering Type - Gets or sets a value indicating azure security offering type.
- azure
Sql Property MapDatabase Settings - Gets or sets user configurable SQL database settings.
- azure
Sql Property MapManaged Instance Settings - Gets or sets user configurable SQL managed instance settings.
- azure
Sql Property MapVm Settings - Gets or sets user configurable SQL VM settings.
- billing
Settings Property Map - Gets or sets the billing settings.
- currency String
- Currency in which prices should be reported.
- disaster
Recovery StringLocation - Gets or sets the Azure Location or Azure region where to which the machines will be migrated.
- discount
Percentage Number - Custom discount percentage.
- enable
Hadr BooleanAssessment - Gets or sets a value indicating whether HADR assessments needs to be created.
- entity
Uptime Property Map - Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.
- environment
Type String - Gets or sets user configurable setting to display the environment type.
- is
Internet BooleanAccess Available - Gets or sets a value indicating whether internet access is available.
- multi
Subnet StringIntent - Gets or sets user preference indicating intent of multi-subnet configuration.
- os
License String - Gets or sets user configurable setting to display the azure hybrid use benefit.
- performance
Data Property Map - Gets or sets the performance data.
- preferred
Targets List<String> - Gets or sets SQL the preferred azure targets.
- savings
Settings Property Map - Gets or sets the savings settings.
- scaling
Factor Number - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion String - Assessment sizing criterion.
- sql
Server StringLicense - SQL server license.
SqlAssessmentV3Properties, SqlAssessmentV3PropertiesArgs
- Fallback
Machine stringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- Scope
Pulumi.
Azure Native. Migrate. Inputs. Scope - Gets or sets the scope of assessment.
- Settings
Pulumi.
Azure Native. Migrate. Inputs. Sql Assessment Settings - Gets or sets the settings for the assessment.
- Fallback
Machine stringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- Scope Scope
- Gets or sets the scope of assessment.
- Settings
Sql
Assessment Settings - Gets or sets the settings for the assessment.
- fallback
Machine StringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope Scope
- Gets or sets the scope of assessment.
- settings
Sql
Assessment Settings - Gets or sets the settings for the assessment.
- fallback
Machine stringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope Scope
- Gets or sets the scope of assessment.
- settings
Sql
Assessment Settings - Gets or sets the settings for the assessment.
- fallback_
machine_ strassessment_ arm_ id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope Scope
- Gets or sets the scope of assessment.
- settings
Sql
Assessment Settings - Gets or sets the settings for the assessment.
- fallback
Machine StringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope Property Map
- Gets or sets the scope of assessment.
- settings Property Map
- Gets or sets the settings for the assessment.
SqlAssessmentV3PropertiesResponse, SqlAssessmentV3PropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Details
Pulumi.
Azure Native. Migrate. Inputs. Assessment Details Response - Gets or sets the details of the assessment.
- Fallback
Machine stringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- Scope
Pulumi.
Azure Native. Migrate. Inputs. Scope Response - Gets or sets the scope of assessment.
- Settings
Pulumi.
Azure Native. Migrate. Inputs. Sql Assessment Settings Response - Gets or sets the settings for the assessment.
- Provisioning
State string - The status of the last operation.
- Details
Assessment
Details Response - Gets or sets the details of the assessment.
- Fallback
Machine stringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- Scope
Scope
Response - Gets or sets the scope of assessment.
- Settings
Sql
Assessment Settings Response - Gets or sets the settings for the assessment.
- provisioning
State String - The status of the last operation.
- details
Assessment
Details Response - Gets or sets the details of the assessment.
- fallback
Machine StringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope
Scope
Response - Gets or sets the scope of assessment.
- settings
Sql
Assessment Settings Response - Gets or sets the settings for the assessment.
- provisioning
State string - The status of the last operation.
- details
Assessment
Details Response - Gets or sets the details of the assessment.
- fallback
Machine stringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope
Scope
Response - Gets or sets the scope of assessment.
- settings
Sql
Assessment Settings Response - Gets or sets the settings for the assessment.
- provisioning_
state str - The status of the last operation.
- details
Assessment
Details Response - Gets or sets the details of the assessment.
- fallback_
machine_ strassessment_ arm_ id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope
Scope
Response - Gets or sets the scope of assessment.
- settings
Sql
Assessment Settings Response - Gets or sets the settings for the assessment.
- provisioning
State String - The status of the last operation.
- details Property Map
- Gets or sets the details of the assessment.
- fallback
Machine StringAssessment Arm Id - Gets or sets the machine assessment ARM ID for VM fallback.
- scope Property Map
- Gets or sets the scope of assessment.
- settings Property Map
- Gets or sets the settings for the assessment.
SqlDbSettingsV3, SqlDbSettingsV3Args
- Azure
Sql string | Pulumi.Compute Tier Azure Native. Migrate. Compute Tier - Gets or sets the azure SQL compute tier.
- Azure
Sql string | Pulumi.Data Base Type Azure Native. Migrate. Azure Sql Data Base Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql string | Pulumi.Purchase Model Azure Native. Migrate. Azure Sql Purchase Model - Gets or sets the azure SQL purchase model.
- Azure
Sql string | Pulumi.Service Tier Azure Native. Migrate. Azure Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- Azure
Sql string | ComputeCompute Tier Tier - Gets or sets the azure SQL compute tier.
- Azure
Sql string | AzureData Base Type Sql Data Base Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql string | AzurePurchase Model Sql Purchase Model - Gets or sets the azure SQL purchase model.
- Azure
Sql string | AzureService Tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure
Sql String | ComputeCompute Tier Tier - Gets or sets the azure SQL compute tier.
- azure
Sql String | AzureData Base Type Sql Data Base Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql String | AzurePurchase Model Sql Purchase Model - Gets or sets the azure SQL purchase model.
- azure
Sql String | AzureService Tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure
Sql string | ComputeCompute Tier Tier - Gets or sets the azure SQL compute tier.
- azure
Sql string | AzureData Base Type Sql Data Base Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql string | AzurePurchase Model Sql Purchase Model - Gets or sets the azure SQL purchase model.
- azure
Sql string | AzureService Tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure_
sql_ str | Computecompute_ tier Tier - Gets or sets the azure SQL compute tier.
- azure_
sql_ str | Azuredata_ base_ type Sql Data Base Type - Gets or sets the azure PAAS SQL instance type.
- azure_
sql_ str | Azurepurchase_ model Sql Purchase Model - Gets or sets the azure SQL purchase model.
- azure_
sql_ str | Azureservice_ tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure
Sql String | "Unknown" | "Automatic" | "Provisioned" | "Serverless"Compute Tier - Gets or sets the azure SQL compute tier.
- azure
Sql String | "Unknown" | "Automatic" | "SingleData Base Type Database" | "Elastic Pool" - Gets or sets the azure PAAS SQL instance type.
- azure
Sql String | "Unknown" | "VCore" | "DTU"Purchase Model - Gets or sets the azure SQL purchase model.
- azure
Sql String | "SqlService Tier Service_Unknown" | "Sql Service_Automatic" | "Sql Service_General Purpose" | "Sql Service_Business Critical" | "Sql Service_Hyper Scale" - Gets or sets the azure SQL service tier.
SqlDbSettingsV3Response, SqlDbSettingsV3ResponseArgs
- Azure
Sql stringCompute Tier - Gets or sets the azure SQL compute tier.
- Azure
Sql stringData Base Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql stringPurchase Model - Gets or sets the azure SQL purchase model.
- Azure
Sql stringService Tier - Gets or sets the azure SQL service tier.
- Azure
Sql stringCompute Tier - Gets or sets the azure SQL compute tier.
- Azure
Sql stringData Base Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql stringPurchase Model - Gets or sets the azure SQL purchase model.
- Azure
Sql stringService Tier - Gets or sets the azure SQL service tier.
- azure
Sql StringCompute Tier - Gets or sets the azure SQL compute tier.
- azure
Sql StringData Base Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql StringPurchase Model - Gets or sets the azure SQL purchase model.
- azure
Sql StringService Tier - Gets or sets the azure SQL service tier.
- azure
Sql stringCompute Tier - Gets or sets the azure SQL compute tier.
- azure
Sql stringData Base Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql stringPurchase Model - Gets or sets the azure SQL purchase model.
- azure
Sql stringService Tier - Gets or sets the azure SQL service tier.
- azure_
sql_ strcompute_ tier - Gets or sets the azure SQL compute tier.
- azure_
sql_ strdata_ base_ type - Gets or sets the azure PAAS SQL instance type.
- azure_
sql_ strpurchase_ model - Gets or sets the azure SQL purchase model.
- azure_
sql_ strservice_ tier - Gets or sets the azure SQL service tier.
- azure
Sql StringCompute Tier - Gets or sets the azure SQL compute tier.
- azure
Sql StringData Base Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql StringPurchase Model - Gets or sets the azure SQL purchase model.
- azure
Sql StringService Tier - Gets or sets the azure SQL service tier.
SqlMiSettingsV3, SqlMiSettingsV3Args
- Azure
Sql string | Pulumi.Instance Type Azure Native. Migrate. Azure Sql Instance Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql string | Pulumi.Service Tier Azure Native. Migrate. Azure Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- Azure
Sql string | AzureInstance Type Sql Instance Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql string | AzureService Tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure
Sql String | AzureInstance Type Sql Instance Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql String | AzureService Tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure
Sql string | AzureInstance Type Sql Instance Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql string | AzureService Tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure_
sql_ str | Azureinstance_ type Sql Instance Type - Gets or sets the azure PAAS SQL instance type.
- azure_
sql_ str | Azureservice_ tier Sql Service Tier V3 - Gets or sets the azure SQL service tier.
- azure
Sql String | "Unknown" | "Automatic" | "SingleInstance Type Instance" | "Instance Pools" - Gets or sets the azure PAAS SQL instance type.
- azure
Sql String | "SqlService Tier Service_Unknown" | "Sql Service_Automatic" | "Sql Service_General Purpose" | "Sql Service_Business Critical" | "Sql Service_Hyper Scale" - Gets or sets the azure SQL service tier.
SqlMiSettingsV3Response, SqlMiSettingsV3ResponseArgs
- Azure
Sql stringInstance Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql stringService Tier - Gets or sets the azure SQL service tier.
- Azure
Sql stringInstance Type - Gets or sets the azure PAAS SQL instance type.
- Azure
Sql stringService Tier - Gets or sets the azure SQL service tier.
- azure
Sql StringInstance Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql StringService Tier - Gets or sets the azure SQL service tier.
- azure
Sql stringInstance Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql stringService Tier - Gets or sets the azure SQL service tier.
- azure_
sql_ strinstance_ type - Gets or sets the azure PAAS SQL instance type.
- azure_
sql_ strservice_ tier - Gets or sets the azure SQL service tier.
- azure
Sql StringInstance Type - Gets or sets the azure PAAS SQL instance type.
- azure
Sql StringService Tier - Gets or sets the azure SQL service tier.
SqlServerLicense, SqlServerLicenseArgs
- Unknown
- UnknownUnknown - Sql Server License
- Yes
- YesHas Sql Server License
- No
- NoNo Sql Server License
- Sql
Server License Unknown - UnknownUnknown - Sql Server License
- Sql
Server License Yes - YesHas Sql Server License
- Sql
Server License No - NoNo Sql Server License
- Unknown
- UnknownUnknown - Sql Server License
- Yes
- YesHas Sql Server License
- No
- NoNo Sql Server License
- Unknown
- UnknownUnknown - Sql Server License
- Yes
- YesHas Sql Server License
- No
- NoNo Sql Server License
- UNKNOWN
- UnknownUnknown - Sql Server License
- YES
- YesHas Sql Server License
- NO
- NoNo Sql Server License
- "Unknown"
- UnknownUnknown - Sql Server License
- "Yes"
- YesHas Sql Server License
- "No"
- NoNo Sql Server License
SqlVmSettings, SqlVmSettingsArgs
- Instance
Series List<Union<string, Pulumi.Azure Native. Migrate. Azure Vm Family>> - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- Instance
Series []string - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance
Series List<Either<String,AzureVm Family>> - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance
Series (string | AzureVm Family)[] - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance_
series Sequence[Union[str, AzureVm Family]] - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance
Series List<String | "Unknown" | "Basic_A0_A4" | "Standard_A0_A7" | "Standard_A8_A11" | "Av2_series" | "D_ series" | "Dv2_ series" | "DS_ series" | "DSv2_ series" | "F_ series" | "Fs_ series" | "G_ series" | "GS_ series" | "H_ series" | "Ls_ series" | "Dsv3_ series" | "Dv3_ series" | "Fsv2_ series" | "Ev3_ series" | "Esv3_ series" | "M_ series" | "DC_Series" | "Lsv2_ series" | "Ev4_ series" | "Esv4_ series" | "Edv4_ series" | "Edsv4_ series" | "Dv4_ series" | "Dsv4_ series" | "Ddv4_ series" | "Ddsv4_ series" | "Easv4_ series" | "Dasv4_ series" | "Mv2_ series" | "Eav4_ series" | "Dav4_ series" | "Msv2_ series" | "Mdsv2_ series" | "Dv5_ series" | "Dsv5_ series" | "Ddv5_ series" | "Ddsv5_ series" | "Dasv5_ series" | "Dadsv5_ series" | "Ev5_ series" | "Esv5_ series" | "Edv5_ series" | "Edsv5_ series" | "Easv5_ series" | "Eadsv5_ series" | "Ebsv5_ series" | "Ebdsv5_ series"> - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
SqlVmSettingsResponse, SqlVmSettingsResponseArgs
- Instance
Series List<string> - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- Instance
Series []string - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance
Series List<String> - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance
Series string[] - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance_
series Sequence[str] - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
- instance
Series List<String> - Gets or sets the Azure VM families (calling instance series to keep it consistent with other targets).
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
TimeRange, TimeRangeArgs
- Day
- DayDaily.
- Week
- WeekWeekly.
- Month
- MonthMonthly.
- Custom
- CustomCustom Time Range.
- Time
Range Day - DayDaily.
- Time
Range Week - WeekWeekly.
- Time
Range Month - MonthMonthly.
- Time
Range Custom - CustomCustom Time Range.
- Day
- DayDaily.
- Week
- WeekWeekly.
- Month
- MonthMonthly.
- Custom
- CustomCustom Time Range.
- Day
- DayDaily.
- Week
- WeekWeekly.
- Month
- MonthMonthly.
- Custom
- CustomCustom Time Range.
- DAY
- DayDaily.
- WEEK
- WeekWeekly.
- MONTH
- MonthMonthly.
- CUSTOM
- CustomCustom Time Range.
- "Day"
- DayDaily.
- "Week"
- WeekWeekly.
- "Month"
- MonthMonthly.
- "Custom"
- CustomCustom Time Range.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:migrate:SqlAssessmentV3Operation assessmentName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/sqlAssessments/{assessmentName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0