published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
AVS assessment resource.
Uses Azure REST API version 2023-03-15.
Other available API versions: 2023-04-01-preview, 2023-05-01-preview, 2023-09-09-preview, 2024-01-01-preview.
Example Usage
AvsAssessmentsOperations_Create_MaximumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var avsAssessmentsOperation = new AzureNative.Migrate.AvsAssessmentsOperation("avsAssessmentsOperation", new()
{
AssessmentName = "asm2",
AzureLocation = AzureNative.Migrate.AzureLocation.EastUs,
AzureOfferCode = AzureNative.Migrate.AzureOfferCode.Msazr0003P,
Currency = AzureNative.Migrate.AzureCurrency.USD,
DedupeCompression = 1.5,
DiscountPercentage = 0,
FailuresToTolerateAndRaidLevel = AzureNative.Migrate.FttAndRaidLevel.Ftt1Raid1,
GroupName = "kuchatur-test",
IsStretchClusterEnabled = true,
MemOvercommit = 1,
NodeType = AzureNative.Migrate.AzureAvsNodeType.AV36,
Percentile = AzureNative.Migrate.Percentile.Percentile95,
PerfDataEndTime = "2023-09-26T13:35:56.5671462Z",
PerfDataStartTime = "2023-09-25T13:35:56.5671462Z",
ProjectName = "app18700project",
ProvisioningState = AzureNative.Migrate.ProvisioningState.Succeeded,
ReservedInstance = AzureNative.Migrate.AzureReservedInstance.RI3Year,
ResourceGroupName = "ayagrawrg",
ScalingFactor = 1,
SizingCriterion = AzureNative.Migrate.AssessmentSizingCriterion.AsOnPremises,
TimeRange = AzureNative.Migrate.TimeRange.Day,
VcpuOversubscription = 4,
});
});
package main
import (
migrate "github.com/pulumi/pulumi-azure-native-sdk/migrate/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := migrate.NewAvsAssessmentsOperation(ctx, "avsAssessmentsOperation", &migrate.AvsAssessmentsOperationArgs{
AssessmentName: pulumi.String("asm2"),
AzureLocation: pulumi.String(migrate.AzureLocationEastUs),
AzureOfferCode: pulumi.String(migrate.AzureOfferCodeMsazr0003P),
Currency: pulumi.String(migrate.AzureCurrencyUSD),
DedupeCompression: pulumi.Float64(1.5),
DiscountPercentage: pulumi.Float64(0),
FailuresToTolerateAndRaidLevel: pulumi.String(migrate.FttAndRaidLevelFtt1Raid1),
GroupName: pulumi.String("kuchatur-test"),
IsStretchClusterEnabled: pulumi.Bool(true),
MemOvercommit: pulumi.Float64(1),
NodeType: pulumi.String(migrate.AzureAvsNodeTypeAV36),
Percentile: pulumi.String(migrate.PercentilePercentile95),
PerfDataEndTime: pulumi.String("2023-09-26T13:35:56.5671462Z"),
PerfDataStartTime: pulumi.String("2023-09-25T13:35:56.5671462Z"),
ProjectName: pulumi.String("app18700project"),
ProvisioningState: pulumi.String(migrate.ProvisioningStateSucceeded),
ReservedInstance: pulumi.String(migrate.AzureReservedInstanceRI3Year),
ResourceGroupName: pulumi.String("ayagrawrg"),
ScalingFactor: pulumi.Float64(1),
SizingCriterion: pulumi.String(migrate.AssessmentSizingCriterionAsOnPremises),
TimeRange: pulumi.String(migrate.TimeRangeDay),
VcpuOversubscription: pulumi.Float64(4),
})
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.AvsAssessmentsOperation;
import com.pulumi.azurenative.migrate.AvsAssessmentsOperationArgs;
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 avsAssessmentsOperation = new AvsAssessmentsOperation("avsAssessmentsOperation", AvsAssessmentsOperationArgs.builder()
.assessmentName("asm2")
.azureLocation("EastUs")
.azureOfferCode("MSAZR0003P")
.currency("USD")
.dedupeCompression(1.5)
.discountPercentage(0)
.failuresToTolerateAndRaidLevel("Ftt1Raid1")
.groupName("kuchatur-test")
.isStretchClusterEnabled(true)
.memOvercommit(1)
.nodeType("AV36")
.percentile("Percentile95")
.perfDataEndTime("2023-09-26T13:35:56.5671462Z")
.perfDataStartTime("2023-09-25T13:35:56.5671462Z")
.projectName("app18700project")
.provisioningState("Succeeded")
.reservedInstance("RI3Year")
.resourceGroupName("ayagrawrg")
.scalingFactor(1)
.sizingCriterion("AsOnPremises")
.timeRange("Day")
.vcpuOversubscription(4)
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const avsAssessmentsOperation = new azure_native.migrate.AvsAssessmentsOperation("avsAssessmentsOperation", {
assessmentName: "asm2",
azureLocation: azure_native.migrate.AzureLocation.EastUs,
azureOfferCode: azure_native.migrate.AzureOfferCode.Msazr0003P,
currency: azure_native.migrate.AzureCurrency.USD,
dedupeCompression: 1.5,
discountPercentage: 0,
failuresToTolerateAndRaidLevel: azure_native.migrate.FttAndRaidLevel.Ftt1Raid1,
groupName: "kuchatur-test",
isStretchClusterEnabled: true,
memOvercommit: 1,
nodeType: azure_native.migrate.AzureAvsNodeType.AV36,
percentile: azure_native.migrate.Percentile.Percentile95,
perfDataEndTime: "2023-09-26T13:35:56.5671462Z",
perfDataStartTime: "2023-09-25T13:35:56.5671462Z",
projectName: "app18700project",
provisioningState: azure_native.migrate.ProvisioningState.Succeeded,
reservedInstance: azure_native.migrate.AzureReservedInstance.RI3Year,
resourceGroupName: "ayagrawrg",
scalingFactor: 1,
sizingCriterion: azure_native.migrate.AssessmentSizingCriterion.AsOnPremises,
timeRange: azure_native.migrate.TimeRange.Day,
vcpuOversubscription: 4,
});
import pulumi
import pulumi_azure_native as azure_native
avs_assessments_operation = azure_native.migrate.AvsAssessmentsOperation("avsAssessmentsOperation",
assessment_name="asm2",
azure_location=azure_native.migrate.AzureLocation.EAST_US,
azure_offer_code=azure_native.migrate.AzureOfferCode.MSAZR0003_P,
currency=azure_native.migrate.AzureCurrency.USD,
dedupe_compression=1.5,
discount_percentage=0,
failures_to_tolerate_and_raid_level=azure_native.migrate.FttAndRaidLevel.FTT1_RAID1,
group_name="kuchatur-test",
is_stretch_cluster_enabled=True,
mem_overcommit=1,
node_type=azure_native.migrate.AzureAvsNodeType.AV36,
percentile=azure_native.migrate.Percentile.PERCENTILE95,
perf_data_end_time="2023-09-26T13:35:56.5671462Z",
perf_data_start_time="2023-09-25T13:35:56.5671462Z",
project_name="app18700project",
provisioning_state=azure_native.migrate.ProvisioningState.SUCCEEDED,
reserved_instance=azure_native.migrate.AzureReservedInstance.RI3_YEAR,
resource_group_name="ayagrawrg",
scaling_factor=1,
sizing_criterion=azure_native.migrate.AssessmentSizingCriterion.AS_ON_PREMISES,
time_range=azure_native.migrate.TimeRange.DAY,
vcpu_oversubscription=4)
resources:
avsAssessmentsOperation:
type: azure-native:migrate:AvsAssessmentsOperation
properties:
assessmentName: asm2
azureLocation: EastUs
azureOfferCode: MSAZR0003P
currency: USD
dedupeCompression: 1.5
discountPercentage: 0
failuresToTolerateAndRaidLevel: Ftt1Raid1
groupName: kuchatur-test
isStretchClusterEnabled: true
memOvercommit: 1
nodeType: AV36
percentile: Percentile95
perfDataEndTime: 2023-09-26T13:35:56.5671462Z
perfDataStartTime: 2023-09-25T13:35:56.5671462Z
projectName: app18700project
provisioningState: Succeeded
reservedInstance: RI3Year
resourceGroupName: ayagrawrg
scalingFactor: 1
sizingCriterion: AsOnPremises
timeRange: Day
vcpuOversubscription: 4
Create AvsAssessmentsOperation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AvsAssessmentsOperation(name: string, args: AvsAssessmentsOperationArgs, opts?: CustomResourceOptions);@overload
def AvsAssessmentsOperation(resource_name: str,
args: AvsAssessmentsOperationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AvsAssessmentsOperation(resource_name: str,
opts: Optional[ResourceOptions] = None,
group_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
project_name: Optional[str] = None,
node_type: Optional[Union[str, AzureAvsNodeType]] = None,
perf_data_end_time: Optional[str] = None,
discount_percentage: Optional[float] = None,
failures_to_tolerate_and_raid_level: Optional[Union[str, FttAndRaidLevel]] = None,
currency: Optional[Union[str, AzureCurrency]] = None,
is_stretch_cluster_enabled: Optional[bool] = None,
mem_overcommit: Optional[float] = None,
assessment_name: Optional[str] = None,
percentile: Optional[Union[str, Percentile]] = None,
dedupe_compression: Optional[float] = None,
perf_data_start_time: Optional[str] = None,
azure_offer_code: Optional[Union[str, AzureOfferCode]] = None,
provisioning_state: Optional[Union[str, ProvisioningState]] = None,
reserved_instance: Optional[Union[str, AzureReservedInstance]] = None,
azure_location: Optional[Union[str, AzureLocation]] = None,
scaling_factor: Optional[float] = None,
sizing_criterion: Optional[Union[str, AssessmentSizingCriterion]] = None,
time_range: Optional[Union[str, TimeRange]] = None,
vcpu_oversubscription: Optional[float] = None)func NewAvsAssessmentsOperation(ctx *Context, name string, args AvsAssessmentsOperationArgs, opts ...ResourceOption) (*AvsAssessmentsOperation, error)public AvsAssessmentsOperation(string name, AvsAssessmentsOperationArgs args, CustomResourceOptions? opts = null)
public AvsAssessmentsOperation(String name, AvsAssessmentsOperationArgs args)
public AvsAssessmentsOperation(String name, AvsAssessmentsOperationArgs args, CustomResourceOptions options)
type: azure-native:migrate:AvsAssessmentsOperation
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 AvsAssessmentsOperationArgs
- 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 AvsAssessmentsOperationArgs
- 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 AvsAssessmentsOperationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AvsAssessmentsOperationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AvsAssessmentsOperationArgs
- 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 avsAssessmentsOperationResource = new AzureNative.Migrate.AvsAssessmentsOperation("avsAssessmentsOperationResource", new()
{
GroupName = "string",
ResourceGroupName = "string",
ProjectName = "string",
NodeType = "string",
PerfDataEndTime = "string",
DiscountPercentage = 0,
FailuresToTolerateAndRaidLevel = "string",
Currency = "string",
IsStretchClusterEnabled = false,
MemOvercommit = 0,
AssessmentName = "string",
Percentile = "string",
DedupeCompression = 0,
PerfDataStartTime = "string",
AzureOfferCode = "string",
ProvisioningState = "string",
ReservedInstance = "string",
AzureLocation = "string",
ScalingFactor = 0,
SizingCriterion = "string",
TimeRange = "string",
VcpuOversubscription = 0,
});
example, err := migrate.NewAvsAssessmentsOperation(ctx, "avsAssessmentsOperationResource", &migrate.AvsAssessmentsOperationArgs{
GroupName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
ProjectName: pulumi.String("string"),
NodeType: pulumi.String("string"),
PerfDataEndTime: pulumi.String("string"),
DiscountPercentage: pulumi.Float64(0),
FailuresToTolerateAndRaidLevel: pulumi.String("string"),
Currency: pulumi.String("string"),
IsStretchClusterEnabled: pulumi.Bool(false),
MemOvercommit: pulumi.Float64(0),
AssessmentName: pulumi.String("string"),
Percentile: pulumi.String("string"),
DedupeCompression: pulumi.Float64(0),
PerfDataStartTime: pulumi.String("string"),
AzureOfferCode: pulumi.String("string"),
ProvisioningState: pulumi.String("string"),
ReservedInstance: pulumi.String("string"),
AzureLocation: pulumi.String("string"),
ScalingFactor: pulumi.Float64(0),
SizingCriterion: pulumi.String("string"),
TimeRange: pulumi.String("string"),
VcpuOversubscription: pulumi.Float64(0),
})
var avsAssessmentsOperationResource = new AvsAssessmentsOperation("avsAssessmentsOperationResource", AvsAssessmentsOperationArgs.builder()
.groupName("string")
.resourceGroupName("string")
.projectName("string")
.nodeType("string")
.perfDataEndTime("string")
.discountPercentage(0.0)
.failuresToTolerateAndRaidLevel("string")
.currency("string")
.isStretchClusterEnabled(false)
.memOvercommit(0.0)
.assessmentName("string")
.percentile("string")
.dedupeCompression(0.0)
.perfDataStartTime("string")
.azureOfferCode("string")
.provisioningState("string")
.reservedInstance("string")
.azureLocation("string")
.scalingFactor(0.0)
.sizingCriterion("string")
.timeRange("string")
.vcpuOversubscription(0.0)
.build());
avs_assessments_operation_resource = azure_native.migrate.AvsAssessmentsOperation("avsAssessmentsOperationResource",
group_name="string",
resource_group_name="string",
project_name="string",
node_type="string",
perf_data_end_time="string",
discount_percentage=0,
failures_to_tolerate_and_raid_level="string",
currency="string",
is_stretch_cluster_enabled=False,
mem_overcommit=0,
assessment_name="string",
percentile="string",
dedupe_compression=0,
perf_data_start_time="string",
azure_offer_code="string",
provisioning_state="string",
reserved_instance="string",
azure_location="string",
scaling_factor=0,
sizing_criterion="string",
time_range="string",
vcpu_oversubscription=0)
const avsAssessmentsOperationResource = new azure_native.migrate.AvsAssessmentsOperation("avsAssessmentsOperationResource", {
groupName: "string",
resourceGroupName: "string",
projectName: "string",
nodeType: "string",
perfDataEndTime: "string",
discountPercentage: 0,
failuresToTolerateAndRaidLevel: "string",
currency: "string",
isStretchClusterEnabled: false,
memOvercommit: 0,
assessmentName: "string",
percentile: "string",
dedupeCompression: 0,
perfDataStartTime: "string",
azureOfferCode: "string",
provisioningState: "string",
reservedInstance: "string",
azureLocation: "string",
scalingFactor: 0,
sizingCriterion: "string",
timeRange: "string",
vcpuOversubscription: 0,
});
type: azure-native:migrate:AvsAssessmentsOperation
properties:
assessmentName: string
azureLocation: string
azureOfferCode: string
currency: string
dedupeCompression: 0
discountPercentage: 0
failuresToTolerateAndRaidLevel: string
groupName: string
isStretchClusterEnabled: false
memOvercommit: 0
nodeType: string
percentile: string
perfDataEndTime: string
perfDataStartTime: string
projectName: string
provisioningState: string
reservedInstance: string
resourceGroupName: string
scalingFactor: 0
sizingCriterion: string
timeRange: string
vcpuOversubscription: 0
AvsAssessmentsOperation 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 AvsAssessmentsOperation resource accepts the following input properties:
- Group
Name string - Group ARM name
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Assessment
Name string - AVS Assessment ARM name
- Azure
Location string | Pulumi.Azure Native. Migrate. Azure Location - Azure Location or Azure region where to which the machines will be migrated.
- Azure
Offer string | Pulumi.Code Azure Native. Migrate. Azure Offer Code - Azure Offer code according to which cost estimation is done.
- Currency
string | Pulumi.
Azure Native. Migrate. Azure Currency - Currency in which prices should be reported.
- Dedupe
Compression double - De-duplication compression.
- Discount
Percentage double - Custom discount percentage.
- Failures
To string | Pulumi.Tolerate And Raid Level Azure Native. Migrate. Ftt And Raid Level - Failures to tolerate and RAID level in a common property.
- Is
Stretch boolCluster Enabled - Is Stretch Cluster Enabled.
- Mem
Overcommit double - Memory overcommit.
- Node
Type string | Pulumi.Azure Native. Migrate. Azure Avs Node Type - AVS node type.
- 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.
- Provisioning
State string | Pulumi.Azure Native. Migrate. Provisioning State - The status of the last operation.
- Reserved
Instance string | Pulumi.Azure Native. Migrate. Azure Reserved Instance - Reserved instance.
- 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.
- Time
Range string | Pulumi.Azure Native. Migrate. Time Range - Time Range for which the historic utilization data should be considered for assessment.
- Vcpu
Oversubscription double - VCPU over subscription.
- Group
Name string - Group ARM name
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Assessment
Name string - AVS Assessment ARM name
- Azure
Location string | AzureLocation - Azure Location or Azure region where to which the machines will be migrated.
- Azure
Offer string | AzureCode Offer Code - Azure Offer code according to which cost estimation is done.
- Currency
string | Azure
Currency - Currency in which prices should be reported.
- Dedupe
Compression float64 - De-duplication compression.
- Discount
Percentage float64 - Custom discount percentage.
- Failures
To string | FttTolerate And Raid Level And Raid Level - Failures to tolerate and RAID level in a common property.
- Is
Stretch boolCluster Enabled - Is Stretch Cluster Enabled.
- Mem
Overcommit float64 - Memory overcommit.
- Node
Type string | AzureAvs Node Type - AVS node type.
- 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.
- Provisioning
State string | ProvisioningState - The status of the last operation.
- Reserved
Instance string | AzureReserved Instance - Reserved instance.
- Scaling
Factor float64 - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- Sizing
Criterion string | AssessmentSizing Criterion - Assessment sizing criterion.
- Time
Range string | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- Vcpu
Oversubscription float64 - VCPU over subscription.
- group
Name String - Group ARM name
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- assessment
Name String - AVS Assessment ARM name
- azure
Location String | AzureLocation - Azure Location or Azure region where to which the machines will be migrated.
- azure
Offer String | AzureCode Offer Code - Azure Offer code according to which cost estimation is done.
- currency
String | Azure
Currency - Currency in which prices should be reported.
- dedupe
Compression Double - De-duplication compression.
- discount
Percentage Double - Custom discount percentage.
- failures
To String | FttTolerate And Raid Level And Raid Level - Failures to tolerate and RAID level in a common property.
- is
Stretch BooleanCluster Enabled - Is Stretch Cluster Enabled.
- mem
Overcommit Double - Memory overcommit.
- node
Type String | AzureAvs Node Type - AVS node type.
- 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.
- provisioning
State String | ProvisioningState - The status of the last operation.
- reserved
Instance String | AzureReserved Instance - Reserved instance.
- scaling
Factor Double - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion String | AssessmentSizing Criterion - Assessment sizing criterion.
- time
Range String | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- vcpu
Oversubscription Double - VCPU over subscription.
- group
Name string - Group ARM name
- project
Name string - Assessment Project Name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- assessment
Name string - AVS Assessment ARM name
- azure
Location string | AzureLocation - Azure Location or Azure region where to which the machines will be migrated.
- azure
Offer string | AzureCode Offer Code - Azure Offer code according to which cost estimation is done.
- currency
string | Azure
Currency - Currency in which prices should be reported.
- dedupe
Compression number - De-duplication compression.
- discount
Percentage number - Custom discount percentage.
- failures
To string | FttTolerate And Raid Level And Raid Level - Failures to tolerate and RAID level in a common property.
- is
Stretch booleanCluster Enabled - Is Stretch Cluster Enabled.
- mem
Overcommit number - Memory overcommit.
- node
Type string | AzureAvs Node Type - AVS node type.
- 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.
- provisioning
State string | ProvisioningState - The status of the last operation.
- reserved
Instance string | AzureReserved Instance - Reserved instance.
- scaling
Factor number - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing
Criterion string | AssessmentSizing Criterion - Assessment sizing criterion.
- time
Range string | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- vcpu
Oversubscription number - VCPU over subscription.
- group_
name str - Group ARM name
- project_
name str - Assessment Project Name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- assessment_
name str - AVS Assessment ARM name
- azure_
location str | AzureLocation - Azure Location or Azure region where to which the machines will be migrated.
- azure_
offer_ str | Azurecode Offer Code - Azure Offer code according to which cost estimation is done.
- currency
str | Azure
Currency - Currency in which prices should be reported.
- dedupe_
compression float - De-duplication compression.
- discount_
percentage float - Custom discount percentage.
- failures_
to_ str | Ftttolerate_ and_ raid_ level And Raid Level - Failures to tolerate and RAID level in a common property.
- is_
stretch_ boolcluster_ enabled - Is Stretch Cluster Enabled.
- mem_
overcommit float - Memory overcommit.
- node_
type str | AzureAvs Node Type - AVS node type.
- 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.
- provisioning_
state str | ProvisioningState - The status of the last operation.
- reserved_
instance str | AzureReserved Instance - Reserved instance.
- scaling_
factor float - Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
- sizing_
criterion str | AssessmentSizing Criterion - Assessment sizing criterion.
- time_
range str | TimeRange - Time Range for which the historic utilization data should be considered for assessment.
- vcpu_
oversubscription float - VCPU over subscription.
- group
Name String - Group ARM name
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- assessment
Name String - AVS Assessment ARM name
- azure
Location String | "Unknown" | "EastAsia" | "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" - Azure Location or Azure region where to which the machines will be migrated.
- azure
Offer String | "Unknown" | "MSAZR0003P" | "MSAZR0044P" | "MSAZR0059P" | "MSAZR0060P" | "MSAZR0062P" | "MSAZR0063P" | "MSAZR0064P" | "MSAZR0029P" | "MSAZR0022P" | "MSAZR0023P" | "MSAZR0148P" | "MSAZR0025P" | "MSAZR0036P" | "MSAZR0120P" | "MSAZR0121P" | "MSAZR0122P" | "MSAZR0123P" | "MSAZR0124P" | "MSAZR0125P" | "MSAZR0126P" | "MSAZR0127P" | "MSAZR0128P" | "MSAZR0129P" | "MSAZR0130P" | "MSAZR0111P" | "MSAZR0144P" | "MSAZR0149P" | "MSMCAZR0044P" | "MSMCAZR0059P" | "MSMCAZR0060P" | "MSMCAZR0063P" | "MSMCAZR0120P" | "MSMCAZR0121P" | "MSMCAZR0125P" | "MSMCAZR0128P" | "MSAZRDE0003P" | "MSAZRDE0044P" | "MSAZRUSGOV0003P" | "EA" | "MSAZR0243P" | "SavingsCode Plan1Year" | "Savings Plan3Year" - Azure Offer code according to which cost estimation is done.
- 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.
- dedupe
Compression Number - De-duplication compression.
- discount
Percentage Number - Custom discount percentage.
- failures
To String | "Unknown" | "Ftt1Raid1" | "Ftt1Raid5" | "Ftt2Raid1" | "Ftt2Raid6" | "Ftt3Raid1"Tolerate And Raid Level - Failures to tolerate and RAID level in a common property.
- is
Stretch BooleanCluster Enabled - Is Stretch Cluster Enabled.
- mem
Overcommit Number - Memory overcommit.
- node
Type String | "Unknown" | "AV36" - AVS node type.
- percentile String | "Percentile50" | "Percentile90" | "Percentile95" | "Percentile99"
- 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.
- provisioning
State String | "Succeeded" | "Failed" | "Canceled" | "Provisioning" | "Updating" | "Deleting" | "Accepted" - The status of the last operation.
- reserved
Instance String | "None" | "RI1Year" | "RI3Year" - Reserved instance.
- 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.
- time
Range String | "Day" | "Week" | "Month" | "Custom" - Time Range for which the historic utilization data should be considered for assessment.
- vcpu
Oversubscription Number - VCPU over subscription.
Outputs
All input properties are implicitly available as output properties. Additionally, the AvsAssessmentsOperation resource produces the following output properties:
- Assessment
Error Dictionary<string, int>Summary - Gets the assessment error summary. This is the number of machines affected by each type of error in this assessment.
- Assessment
Type string - Assessment type of the assessment.
- Confidence
Rating doubleIn Percentage - Confidence Rating in Percentage.
- Cpu
Utilization double - Predicted CPU utilization.
- Created
Timestamp string - Date and Time when assessment was created.
- Group
Type string - Gets the group type for the assessment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limiting
Factor string - Limiting factor.
- Name string
- The name of the resource
- Number
Of intMachines - Number of machines part of the assessment.
- Number
Of intNodes - Recommended number of nodes.
- Prices
Timestamp string - Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
- Ram
Utilization double - Predicted RAM utilization.
- Schema
Version string - Schema version.
- Stage string
- User configurable setting to display the Stage of Assessment.
- Status string
- Whether assessment is in valid state and all machines have been assessed.
- Storage
Utilization double - Predicted storage utilization.
- Suitability string
- Gets or sets the Assessment cloud suitability.
- Suitability
Explanation string - Gets or sets the Assessment suitability explanation.
- Suitability
Summary Dictionary<string, int> - Cloud suitability summary for all the machines in the assessment.
- System
Data Pulumi.Azure Native. Migrate. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Total
Cpu doubleCores - Predicted total CPU cores used.
- Total
Monthly doubleCost - Total monthly cost.
- Total
Ram doubleIn GB - Predicted total RAM used in GB.
- Total
Storage doubleIn GB - Predicted total Storage used in GB.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
Timestamp string - Date and Time when assessment was last updated.
- Assessment
Error map[string]intSummary - Gets the assessment error summary. This is the number of machines affected by each type of error in this assessment.
- Assessment
Type string - Assessment type of the assessment.
- Confidence
Rating float64In Percentage - Confidence Rating in Percentage.
- Cpu
Utilization float64 - Predicted CPU utilization.
- Created
Timestamp string - Date and Time when assessment was created.
- Group
Type string - Gets the group type for the assessment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limiting
Factor string - Limiting factor.
- Name string
- The name of the resource
- Number
Of intMachines - Number of machines part of the assessment.
- Number
Of intNodes - Recommended number of nodes.
- Prices
Timestamp string - Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
- Ram
Utilization float64 - Predicted RAM utilization.
- Schema
Version string - Schema version.
- Stage string
- User configurable setting to display the Stage of Assessment.
- Status string
- Whether assessment is in valid state and all machines have been assessed.
- Storage
Utilization float64 - Predicted storage utilization.
- Suitability string
- Gets or sets the Assessment cloud suitability.
- Suitability
Explanation string - Gets or sets the Assessment suitability explanation.
- Suitability
Summary map[string]int - Cloud suitability summary for all the machines in the assessment.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Total
Cpu float64Cores - Predicted total CPU cores used.
- Total
Monthly float64Cost - Total monthly cost.
- Total
Ram float64In GB - Predicted total RAM used in GB.
- Total
Storage float64In GB - Predicted total Storage used in GB.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
Timestamp string - Date and Time when assessment was last updated.
- assessment
Error Map<String,Integer>Summary - Gets the assessment error summary. This is the number of machines affected by each type of error in this assessment.
- assessment
Type String - Assessment type of the assessment.
- confidence
Rating DoubleIn Percentage - Confidence Rating in Percentage.
- cpu
Utilization Double - Predicted CPU utilization.
- created
Timestamp String - Date and Time when assessment was created.
- group
Type String - Gets the group type for the assessment.
- id String
- The provider-assigned unique ID for this managed resource.
- limiting
Factor String - Limiting factor.
- name String
- The name of the resource
- number
Of IntegerMachines - Number of machines part of the assessment.
- number
Of IntegerNodes - Recommended number of nodes.
- prices
Timestamp String - Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
- ram
Utilization Double - Predicted RAM utilization.
- schema
Version String - Schema version.
- stage String
- User configurable setting to display the Stage of Assessment.
- status String
- Whether assessment is in valid state and all machines have been assessed.
- storage
Utilization Double - Predicted storage utilization.
- suitability String
- Gets or sets the Assessment cloud suitability.
- suitability
Explanation String - Gets or sets the Assessment suitability explanation.
- suitability
Summary Map<String,Integer> - Cloud suitability summary for all the machines in the assessment.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total
Cpu DoubleCores - Predicted total CPU cores used.
- total
Monthly DoubleCost - Total monthly cost.
- total
Ram DoubleIn GB - Predicted total RAM used in GB.
- total
Storage DoubleIn GB - Predicted total Storage used in GB.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
Timestamp String - Date and Time when assessment was last updated.
- assessment
Error {[key: string]: number}Summary - Gets the assessment error summary. This is the number of machines affected by each type of error in this assessment.
- assessment
Type string - Assessment type of the assessment.
- confidence
Rating numberIn Percentage - Confidence Rating in Percentage.
- cpu
Utilization number - Predicted CPU utilization.
- created
Timestamp string - Date and Time when assessment was created.
- group
Type string - Gets the group type for the assessment.
- id string
- The provider-assigned unique ID for this managed resource.
- limiting
Factor string - Limiting factor.
- name string
- The name of the resource
- number
Of numberMachines - Number of machines part of the assessment.
- number
Of numberNodes - Recommended number of nodes.
- prices
Timestamp string - Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
- ram
Utilization number - Predicted RAM utilization.
- schema
Version string - Schema version.
- stage string
- User configurable setting to display the Stage of Assessment.
- status string
- Whether assessment is in valid state and all machines have been assessed.
- storage
Utilization number - Predicted storage utilization.
- suitability string
- Gets or sets the Assessment cloud suitability.
- suitability
Explanation string - Gets or sets the Assessment suitability explanation.
- suitability
Summary {[key: string]: number} - Cloud suitability summary for all the machines in the assessment.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total
Cpu numberCores - Predicted total CPU cores used.
- total
Monthly numberCost - Total monthly cost.
- total
Ram numberIn GB - Predicted total RAM used in GB.
- total
Storage numberIn GB - Predicted total Storage used in GB.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
Timestamp string - Date and Time when assessment was last updated.
- assessment_
error_ Mapping[str, int]summary - Gets the assessment error summary. This is the number of machines affected by each type of error in this assessment.
- assessment_
type str - Assessment type of the assessment.
- confidence_
rating_ floatin_ percentage - Confidence Rating in Percentage.
- cpu_
utilization float - Predicted CPU utilization.
- created_
timestamp str - Date and Time when assessment was created.
- group_
type str - Gets the group type for the assessment.
- id str
- The provider-assigned unique ID for this managed resource.
- limiting_
factor str - Limiting factor.
- name str
- The name of the resource
- number_
of_ intmachines - Number of machines part of the assessment.
- number_
of_ intnodes - Recommended number of nodes.
- prices_
timestamp str - Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
- ram_
utilization float - Predicted RAM utilization.
- schema_
version str - Schema version.
- stage str
- User configurable setting to display the Stage of Assessment.
- status str
- Whether assessment is in valid state and all machines have been assessed.
- storage_
utilization float - Predicted storage utilization.
- suitability str
- Gets or sets the Assessment cloud suitability.
- suitability_
explanation str - Gets or sets the Assessment suitability explanation.
- suitability_
summary Mapping[str, int] - Cloud suitability summary for all the machines in the assessment.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total_
cpu_ floatcores - Predicted total CPU cores used.
- total_
monthly_ floatcost - Total monthly cost.
- total_
ram_ floatin_ gb - Predicted total RAM used in GB.
- total_
storage_ floatin_ gb - Predicted total Storage used in GB.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated_
timestamp str - Date and Time when assessment was last updated.
- assessment
Error Map<Number>Summary - Gets the assessment error summary. This is the number of machines affected by each type of error in this assessment.
- assessment
Type String - Assessment type of the assessment.
- confidence
Rating NumberIn Percentage - Confidence Rating in Percentage.
- cpu
Utilization Number - Predicted CPU utilization.
- created
Timestamp String - Date and Time when assessment was created.
- group
Type String - Gets the group type for the assessment.
- id String
- The provider-assigned unique ID for this managed resource.
- limiting
Factor String - Limiting factor.
- name String
- The name of the resource
- number
Of NumberMachines - Number of machines part of the assessment.
- number
Of NumberNodes - Recommended number of nodes.
- prices
Timestamp String - Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
- ram
Utilization Number - Predicted RAM utilization.
- schema
Version String - Schema version.
- stage String
- User configurable setting to display the Stage of Assessment.
- status String
- Whether assessment is in valid state and all machines have been assessed.
- storage
Utilization Number - Predicted storage utilization.
- suitability String
- Gets or sets the Assessment cloud suitability.
- suitability
Explanation String - Gets or sets the Assessment suitability explanation.
- suitability
Summary Map<Number> - Cloud suitability summary for all the machines in the assessment.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total
Cpu NumberCores - Predicted total CPU cores used.
- total
Monthly NumberCost - Total monthly cost.
- total
Ram NumberIn GB - Predicted total RAM used in GB.
- total
Storage NumberIn GB - Predicted total Storage used in GB.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
Timestamp String - Date and Time when assessment was last updated.
Supporting Types
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.
AzureAvsNodeType, AzureAvsNodeTypeArgs
- Unknown
Unknown- AV36
AV36
- Azure
Avs Node Type Unknown Unknown- Azure
Avs Node Type AV36 AV36
- Unknown
Unknown- AV36
AV36
- Unknown
Unknown- AV36
AV36
- UNKNOWN
Unknown- AV36
AV36
- "Unknown"
Unknown- "AV36"
AV36
AzureCurrency, AzureCurrencyArgs
- Unknown
Unknown- USD
USD- DKK
DKK- CAD
CAD- IDR
IDR- JPY
JPY- KRW
KRW- NZD
NZD- NOK
NOK- RUB
RUB- SAR
SAR- ZAR
ZAR- SEK
SEK- TRY
TRY- GBP
GBP- MXN
MXN- MYR
MYR- INR
INR- HKD
HKD- BRL
BRL- TWD
TWD- EUR
EUR- CHF
CHF- ARS
ARS- AUD
AUD- CNY
CNY
- Azure
Currency Unknown Unknown- Azure
Currency USD USD- Azure
Currency DKK DKK- Azure
Currency CAD CAD- Azure
Currency IDR IDR- Azure
Currency JPY JPY- Azure
Currency KRW KRW- Azure
Currency NZD NZD- Azure
Currency NOK NOK- Azure
Currency RUB RUB- Azure
Currency SAR SAR- Azure
Currency ZAR ZAR- Azure
Currency SEK SEK- Azure
Currency TRY TRY- Azure
Currency GBP GBP- Azure
Currency MXN MXN- Azure
Currency MYR MYR- Azure
Currency INR INR- Azure
Currency HKD HKD- Azure
Currency BRL BRL- Azure
Currency TWD TWD- Azure
Currency EUR EUR- Azure
Currency CHF CHF- Azure
Currency ARS ARS- Azure
Currency AUD AUD- Azure
Currency CNY CNY
- Unknown
Unknown- USD
USD- DKK
DKK- CAD
CAD- IDR
IDR- JPY
JPY- KRW
KRW- NZD
NZD- NOK
NOK- RUB
RUB- SAR
SAR- ZAR
ZAR- SEK
SEK- TRY
TRY- GBP
GBP- MXN
MXN- MYR
MYR- INR
INR- HKD
HKD- BRL
BRL- TWD
TWD- EUR
EUR- CHF
CHF- ARS
ARS- AUD
AUD- CNY
CNY
- Unknown
Unknown- USD
USD- DKK
DKK- CAD
CAD- IDR
IDR- JPY
JPY- KRW
KRW- NZD
NZD- NOK
NOK- RUB
RUB- SAR
SAR- ZAR
ZAR- SEK
SEK- TRY
TRY- GBP
GBP- MXN
MXN- MYR
MYR- INR
INR- HKD
HKD- BRL
BRL- TWD
TWD- EUR
EUR- CHF
CHF- ARS
ARS- AUD
AUD- CNY
CNY
- UNKNOWN
Unknown- USD
USD- DKK
DKK- CAD
CAD- IDR
IDR- JPY
JPY- KRW
KRW- NZD
NZD- NOK
NOK- RUB
RUB- SAR
SAR- ZAR
ZAR- SEK
SEK- TRY_
TRY- GBP
GBP- MXN
MXN- MYR
MYR- INR
INR- HKD
HKD- BRL
BRL- TWD
TWD- EUR
EUR- CHF
CHF- ARS
ARS- AUD
AUD- CNY
CNY
- "Unknown"
Unknown- "USD"
USD- "DKK"
DKK- "CAD"
CAD- "IDR"
IDR- "JPY"
JPY- "KRW"
KRW- "NZD"
NZD- "NOK"
NOK- "RUB"
RUB- "SAR"
SAR- "ZAR"
ZAR- "SEK"
SEK- "TRY"
TRY- "GBP"
GBP- "MXN"
MXN- "MYR"
MYR- "INR"
INR- "HKD"
HKD- "BRL"
BRL- "TWD"
TWD- "EUR"
EUR- "CHF"
CHF- "ARS"
ARS- "AUD"
AUD- "CNY"
CNY
AzureLocation, AzureLocationArgs
- Unknown
Unknown- East
Asia EastAsia- Southeast
Asia SoutheastAsia- Australia
East AustraliaEast- Australia
Southeast AustraliaSoutheast- Brazil
South BrazilSouth- Canada
Central CanadaCentral- Canada
East CanadaEast- West
Europe WestEurope- North
Europe NorthEurope- Central
India CentralIndia- South
India SouthIndia- West
India WestIndia- Japan
East JapanEast- Japan
West JapanWest- Korea
Central KoreaCentral- Korea
South KoreaSouth- Uk
West UkWest- Uk
South UkSouth- North
Central Us NorthCentralUs- East
Us EastUs- West
Us2 WestUs2- South
Central Us SouthCentralUs- Central
Us CentralUs- East
Us2 EastUs2- West
Us WestUs- West
Central Us WestCentralUs- Germany
Central GermanyCentral- Germany
Northeast GermanyNortheast- China
North ChinaNorth- China
East ChinaEast- USGov
Arizona USGovArizona- USGov
Texas USGovTexas- USGov
Iowa USGovIowa- USGov
Virginia USGovVirginia- USDo
DCentral USDoDCentral- USDo
DEast USDoDEast- France
Central FranceCentral- Australia
Central AustraliaCentral- South
Africa North SouthAfricaNorth- France
South FranceSouth- Australia
Central2 AustraliaCentral2- South
Africa West SouthAfricaWest- Germany
North GermanyNorth- Germany
West Central GermanyWestCentral- Norway
East NorwayEast- Norway
West NorwayWest- China
East2 ChinaEast2- China
North2 ChinaNorth2- Switzerland
North SwitzerlandNorth- Switzerland
West SwitzerlandWest- UAENorth
UAENorth- UAECentral
UAECentral- Us
Nat East UsNatEast- Us
Nat West UsNatWest- Us
Sec East UsSecEast- Us
Sec Central UsSecCentral- Us
Sec West UsSecWest- Sweden
Central SwedenCentral- Qatar
Central QatarCentral
- Azure
Location Unknown Unknown- Azure
Location East Asia EastAsia- Azure
Location Southeast Asia SoutheastAsia- Azure
Location Australia East AustraliaEast- Azure
Location Australia Southeast AustraliaSoutheast- Azure
Location Brazil South BrazilSouth- Azure
Location Canada Central CanadaCentral- Azure
Location Canada East CanadaEast- Azure
Location West Europe WestEurope- Azure
Location North Europe NorthEurope- Azure
Location Central India CentralIndia- Azure
Location South India SouthIndia- Azure
Location West India WestIndia- Azure
Location Japan East JapanEast- Azure
Location Japan West JapanWest- Azure
Location Korea Central KoreaCentral- Azure
Location Korea South KoreaSouth- Azure
Location Uk West UkWest- Azure
Location Uk South UkSouth- Azure
Location North Central Us NorthCentralUs- Azure
Location East Us EastUs- Azure
Location West Us2 WestUs2- Azure
Location South Central Us SouthCentralUs- Azure
Location Central Us CentralUs- Azure
Location East Us2 EastUs2- Azure
Location West Us WestUs- Azure
Location West Central Us WestCentralUs- Azure
Location Germany Central GermanyCentral- Azure
Location Germany Northeast GermanyNortheast- Azure
Location China North ChinaNorth- Azure
Location China East ChinaEast- Azure
Location USGov Arizona USGovArizona- Azure
Location USGov Texas USGovTexas- Azure
Location USGov Iowa USGovIowa- Azure
Location USGov Virginia USGovVirginia- Azure
Location USDo DCentral USDoDCentral- Azure
Location USDo DEast USDoDEast- Azure
Location France Central FranceCentral- Azure
Location Australia Central AustraliaCentral- Azure
Location South Africa North SouthAfricaNorth- Azure
Location France South FranceSouth- Azure
Location Australia Central2 AustraliaCentral2- Azure
Location South Africa West SouthAfricaWest- Azure
Location Germany North GermanyNorth- Azure
Location Germany West Central GermanyWestCentral- Azure
Location Norway East NorwayEast- Azure
Location Norway West NorwayWest- Azure
Location China East2 ChinaEast2- Azure
Location China North2 ChinaNorth2- Azure
Location Switzerland North SwitzerlandNorth- Azure
Location Switzerland West SwitzerlandWest- Azure
Location UAENorth UAENorth- Azure
Location UAECentral UAECentral- Azure
Location Us Nat East UsNatEast- Azure
Location Us Nat West UsNatWest- Azure
Location Us Sec East UsSecEast- Azure
Location Us Sec Central UsSecCentral- Azure
Location Us Sec West UsSecWest- Azure
Location Sweden Central SwedenCentral- Azure
Location Qatar Central QatarCentral
- Unknown
Unknown- East
Asia EastAsia- Southeast
Asia SoutheastAsia- Australia
East AustraliaEast- Australia
Southeast AustraliaSoutheast- Brazil
South BrazilSouth- Canada
Central CanadaCentral- Canada
East CanadaEast- West
Europe WestEurope- North
Europe NorthEurope- Central
India CentralIndia- South
India SouthIndia- West
India WestIndia- Japan
East JapanEast- Japan
West JapanWest- Korea
Central KoreaCentral- Korea
South KoreaSouth- Uk
West UkWest- Uk
South UkSouth- North
Central Us NorthCentralUs- East
Us EastUs- West
Us2 WestUs2- South
Central Us SouthCentralUs- Central
Us CentralUs- East
Us2 EastUs2- West
Us WestUs- West
Central Us WestCentralUs- Germany
Central GermanyCentral- Germany
Northeast GermanyNortheast- China
North ChinaNorth- China
East ChinaEast- USGov
Arizona USGovArizona- USGov
Texas USGovTexas- USGov
Iowa USGovIowa- USGov
Virginia USGovVirginia- USDo
DCentral USDoDCentral- USDo
DEast USDoDEast- France
Central FranceCentral- Australia
Central AustraliaCentral- South
Africa North SouthAfricaNorth- France
South FranceSouth- Australia
Central2 AustraliaCentral2- South
Africa West SouthAfricaWest- Germany
North GermanyNorth- Germany
West Central GermanyWestCentral- Norway
East NorwayEast- Norway
West NorwayWest- China
East2 ChinaEast2- China
North2 ChinaNorth2- Switzerland
North SwitzerlandNorth- Switzerland
West SwitzerlandWest- UAENorth
UAENorth- UAECentral
UAECentral- Us
Nat East UsNatEast- Us
Nat West UsNatWest- Us
Sec East UsSecEast- Us
Sec Central UsSecCentral- Us
Sec West UsSecWest- Sweden
Central SwedenCentral- Qatar
Central QatarCentral
- Unknown
Unknown- East
Asia EastAsia- Southeast
Asia SoutheastAsia- Australia
East AustraliaEast- Australia
Southeast AustraliaSoutheast- Brazil
South BrazilSouth- Canada
Central CanadaCentral- Canada
East CanadaEast- West
Europe WestEurope- North
Europe NorthEurope- Central
India CentralIndia- South
India SouthIndia- West
India WestIndia- Japan
East JapanEast- Japan
West JapanWest- Korea
Central KoreaCentral- Korea
South KoreaSouth- Uk
West UkWest- Uk
South UkSouth- North
Central Us NorthCentralUs- East
Us EastUs- West
Us2 WestUs2- South
Central Us SouthCentralUs- Central
Us CentralUs- East
Us2 EastUs2- West
Us WestUs- West
Central Us WestCentralUs- Germany
Central GermanyCentral- Germany
Northeast GermanyNortheast- China
North ChinaNorth- China
East ChinaEast- USGov
Arizona USGovArizona- USGov
Texas USGovTexas- USGov
Iowa USGovIowa- USGov
Virginia USGovVirginia- USDo
DCentral USDoDCentral- USDo
DEast USDoDEast- France
Central FranceCentral- Australia
Central AustraliaCentral- South
Africa North SouthAfricaNorth- France
South FranceSouth- Australia
Central2 AustraliaCentral2- South
Africa West SouthAfricaWest- Germany
North GermanyNorth- Germany
West Central GermanyWestCentral- Norway
East NorwayEast- Norway
West NorwayWest- China
East2 ChinaEast2- China
North2 ChinaNorth2- Switzerland
North SwitzerlandNorth- Switzerland
West SwitzerlandWest- UAENorth
UAENorth- UAECentral
UAECentral- Us
Nat East UsNatEast- Us
Nat West UsNatWest- Us
Sec East UsSecEast- Us
Sec Central UsSecCentral- Us
Sec West UsSecWest- Sweden
Central SwedenCentral- Qatar
Central QatarCentral
- UNKNOWN
Unknown- EAST_ASIA
EastAsia- SOUTHEAST_ASIA
SoutheastAsia- AUSTRALIA_EAST
AustraliaEast- AUSTRALIA_SOUTHEAST
AustraliaSoutheast- BRAZIL_SOUTH
BrazilSouth- CANADA_CENTRAL
CanadaCentral- CANADA_EAST
CanadaEast- WEST_EUROPE
WestEurope- NORTH_EUROPE
NorthEurope- CENTRAL_INDIA
CentralIndia- SOUTH_INDIA
SouthIndia- WEST_INDIA
WestIndia- JAPAN_EAST
JapanEast- JAPAN_WEST
JapanWest- KOREA_CENTRAL
KoreaCentral- KOREA_SOUTH
KoreaSouth- UK_WEST
UkWest- UK_SOUTH
UkSouth- NORTH_CENTRAL_US
NorthCentralUs- EAST_US
EastUs- WEST_US2
WestUs2- SOUTH_CENTRAL_US
SouthCentralUs- CENTRAL_US
CentralUs- EAST_US2
EastUs2- WEST_US
WestUs- WEST_CENTRAL_US
WestCentralUs- GERMANY_CENTRAL
GermanyCentral- GERMANY_NORTHEAST
GermanyNortheast- CHINA_NORTH
ChinaNorth- CHINA_EAST
ChinaEast- US_GOV_ARIZONA
USGovArizona- US_GOV_TEXAS
USGovTexas- US_GOV_IOWA
USGovIowa- US_GOV_VIRGINIA
USGovVirginia- US_DO_D_CENTRAL
USDoDCentral- US_DO_D_EAST
USDoDEast- FRANCE_CENTRAL
FranceCentral- AUSTRALIA_CENTRAL
AustraliaCentral- SOUTH_AFRICA_NORTH
SouthAfricaNorth- FRANCE_SOUTH
FranceSouth- AUSTRALIA_CENTRAL2
AustraliaCentral2- SOUTH_AFRICA_WEST
SouthAfricaWest- GERMANY_NORTH
GermanyNorth- GERMANY_WEST_CENTRAL
GermanyWestCentral- NORWAY_EAST
NorwayEast- NORWAY_WEST
NorwayWest- CHINA_EAST2
ChinaEast2- CHINA_NORTH2
ChinaNorth2- SWITZERLAND_NORTH
SwitzerlandNorth- SWITZERLAND_WEST
SwitzerlandWest- UAE_NORTH
UAENorth- UAE_CENTRAL
UAECentral- US_NAT_EAST
UsNatEast- US_NAT_WEST
UsNatWest- US_SEC_EAST
UsSecEast- US_SEC_CENTRAL
UsSecCentral- US_SEC_WEST
UsSecWest- SWEDEN_CENTRAL
SwedenCentral- QATAR_CENTRAL
QatarCentral
- "Unknown"
Unknown- "East
Asia" EastAsia- "Southeast
Asia" SoutheastAsia- "Australia
East" AustraliaEast- "Australia
Southeast" AustraliaSoutheast- "Brazil
South" BrazilSouth- "Canada
Central" CanadaCentral- "Canada
East" CanadaEast- "West
Europe" WestEurope- "North
Europe" NorthEurope- "Central
India" CentralIndia- "South
India" SouthIndia- "West
India" WestIndia- "Japan
East" JapanEast- "Japan
West" JapanWest- "Korea
Central" KoreaCentral- "Korea
South" KoreaSouth- "Uk
West" UkWest- "Uk
South" UkSouth- "North
Central Us" NorthCentralUs- "East
Us" EastUs- "West
Us2" WestUs2- "South
Central Us" SouthCentralUs- "Central
Us" CentralUs- "East
Us2" EastUs2- "West
Us" WestUs- "West
Central Us" WestCentralUs- "Germany
Central" GermanyCentral- "Germany
Northeast" GermanyNortheast- "China
North" ChinaNorth- "China
East" ChinaEast- "USGov
Arizona" USGovArizona- "USGov
Texas" USGovTexas- "USGov
Iowa" USGovIowa- "USGov
Virginia" USGovVirginia- "USDo
DCentral" USDoDCentral- "USDo
DEast" USDoDEast- "France
Central" FranceCentral- "Australia
Central" AustraliaCentral- "South
Africa North" SouthAfricaNorth- "France
South" FranceSouth- "Australia
Central2" AustraliaCentral2- "South
Africa West" SouthAfricaWest- "Germany
North" GermanyNorth- "Germany
West Central" GermanyWestCentral- "Norway
East" NorwayEast- "Norway
West" NorwayWest- "China
East2" ChinaEast2- "China
North2" ChinaNorth2- "Switzerland
North" SwitzerlandNorth- "Switzerland
West" SwitzerlandWest- "UAENorth"
UAENorth- "UAECentral"
UAECentral- "Us
Nat East" UsNatEast- "Us
Nat West" UsNatWest- "Us
Sec East" UsSecEast- "Us
Sec Central" UsSecCentral- "Us
Sec West" UsSecWest- "Sweden
Central" SwedenCentral- "Qatar
Central" QatarCentral
AzureOfferCode, AzureOfferCodeArgs
- Unknown
Unknown- Msazr0003P
MSAZR0003P- Msazr0044P
MSAZR0044P- Msazr0059P
MSAZR0059P- Msazr0060P
MSAZR0060P- Msazr0062P
MSAZR0062P- Msazr0063P
MSAZR0063P- Msazr0064P
MSAZR0064P- Msazr0029P
MSAZR0029P- Msazr0022P
MSAZR0022P- Msazr0023P
MSAZR0023P- Msazr0148P
MSAZR0148P- Msazr0025P
MSAZR0025P- Msazr0036P
MSAZR0036P- Msazr0120P
MSAZR0120P- Msazr0121P
MSAZR0121P- Msazr0122P
MSAZR0122P- Msazr0123P
MSAZR0123P- Msazr0124P
MSAZR0124P- Msazr0125P
MSAZR0125P- Msazr0126P
MSAZR0126P- Msazr0127P
MSAZR0127P- Msazr0128P
MSAZR0128P- Msazr0129P
MSAZR0129P- Msazr0130P
MSAZR0130P- Msazr0111P
MSAZR0111P- Msazr0144P
MSAZR0144P- Msazr0149P
MSAZR0149P- Msmcazr0044P
MSMCAZR0044P- Msmcazr0059P
MSMCAZR0059P- Msmcazr0060P
MSMCAZR0060P- Msmcazr0063P
MSMCAZR0063P- Msmcazr0120P
MSMCAZR0120P- Msmcazr0121P
MSMCAZR0121P- Msmcazr0125P
MSMCAZR0125P- Msmcazr0128P
MSMCAZR0128P- Msazrde0003P
MSAZRDE0003P- Msazrde0044P
MSAZRDE0044P- Msazrusgov0003P
MSAZRUSGOV0003P- EA
EA- Msazr0243P
MSAZR0243P- Savings
Plan1Year SavingsPlan1Year- Savings
Plan3Year SavingsPlan3Year
- Azure
Offer Code Unknown Unknown- Azure
Offer Code Msazr0003P MSAZR0003P- Azure
Offer Code Msazr0044P MSAZR0044P- Azure
Offer Code Msazr0059P MSAZR0059P- Azure
Offer Code Msazr0060P MSAZR0060P- Azure
Offer Code Msazr0062P MSAZR0062P- Azure
Offer Code Msazr0063P MSAZR0063P- Azure
Offer Code Msazr0064P MSAZR0064P- Azure
Offer Code Msazr0029P MSAZR0029P- Azure
Offer Code Msazr0022P MSAZR0022P- Azure
Offer Code Msazr0023P MSAZR0023P- Azure
Offer Code Msazr0148P MSAZR0148P- Azure
Offer Code Msazr0025P MSAZR0025P- Azure
Offer Code Msazr0036P MSAZR0036P- Azure
Offer Code Msazr0120P MSAZR0120P- Azure
Offer Code Msazr0121P MSAZR0121P- Azure
Offer Code Msazr0122P MSAZR0122P- Azure
Offer Code Msazr0123P MSAZR0123P- Azure
Offer Code Msazr0124P MSAZR0124P- Azure
Offer Code Msazr0125P MSAZR0125P- Azure
Offer Code Msazr0126P MSAZR0126P- Azure
Offer Code Msazr0127P MSAZR0127P- Azure
Offer Code Msazr0128P MSAZR0128P- Azure
Offer Code Msazr0129P MSAZR0129P- Azure
Offer Code Msazr0130P MSAZR0130P- Azure
Offer Code Msazr0111P MSAZR0111P- Azure
Offer Code Msazr0144P MSAZR0144P- Azure
Offer Code Msazr0149P MSAZR0149P- Azure
Offer Code Msmcazr0044P MSMCAZR0044P- Azure
Offer Code Msmcazr0059P MSMCAZR0059P- Azure
Offer Code Msmcazr0060P MSMCAZR0060P- Azure
Offer Code Msmcazr0063P MSMCAZR0063P- Azure
Offer Code Msmcazr0120P MSMCAZR0120P- Azure
Offer Code Msmcazr0121P MSMCAZR0121P- Azure
Offer Code Msmcazr0125P MSMCAZR0125P- Azure
Offer Code Msmcazr0128P MSMCAZR0128P- Azure
Offer Code Msazrde0003P MSAZRDE0003P- Azure
Offer Code Msazrde0044P MSAZRDE0044P- Azure
Offer Code Msazrusgov0003P MSAZRUSGOV0003P- Azure
Offer Code EA EA- Azure
Offer Code Msazr0243P MSAZR0243P- Azure
Offer Code Savings Plan1Year SavingsPlan1Year- Azure
Offer Code Savings Plan3Year SavingsPlan3Year
- Unknown
Unknown- Msazr0003P
MSAZR0003P- Msazr0044P
MSAZR0044P- Msazr0059P
MSAZR0059P- Msazr0060P
MSAZR0060P- Msazr0062P
MSAZR0062P- Msazr0063P
MSAZR0063P- Msazr0064P
MSAZR0064P- Msazr0029P
MSAZR0029P- Msazr0022P
MSAZR0022P- Msazr0023P
MSAZR0023P- Msazr0148P
MSAZR0148P- Msazr0025P
MSAZR0025P- Msazr0036P
MSAZR0036P- Msazr0120P
MSAZR0120P- Msazr0121P
MSAZR0121P- Msazr0122P
MSAZR0122P- Msazr0123P
MSAZR0123P- Msazr0124P
MSAZR0124P- Msazr0125P
MSAZR0125P- Msazr0126P
MSAZR0126P- Msazr0127P
MSAZR0127P- Msazr0128P
MSAZR0128P- Msazr0129P
MSAZR0129P- Msazr0130P
MSAZR0130P- Msazr0111P
MSAZR0111P- Msazr0144P
MSAZR0144P- Msazr0149P
MSAZR0149P- Msmcazr0044P
MSMCAZR0044P- Msmcazr0059P
MSMCAZR0059P- Msmcazr0060P
MSMCAZR0060P- Msmcazr0063P
MSMCAZR0063P- Msmcazr0120P
MSMCAZR0120P- Msmcazr0121P
MSMCAZR0121P- Msmcazr0125P
MSMCAZR0125P- Msmcazr0128P
MSMCAZR0128P- Msazrde0003P
MSAZRDE0003P- Msazrde0044P
MSAZRDE0044P- Msazrusgov0003P
MSAZRUSGOV0003P- EA
EA- Msazr0243P
MSAZR0243P- Savings
Plan1Year SavingsPlan1Year- Savings
Plan3Year SavingsPlan3Year
- Unknown
Unknown- Msazr0003P
MSAZR0003P- Msazr0044P
MSAZR0044P- Msazr0059P
MSAZR0059P- Msazr0060P
MSAZR0060P- Msazr0062P
MSAZR0062P- Msazr0063P
MSAZR0063P- Msazr0064P
MSAZR0064P- Msazr0029P
MSAZR0029P- Msazr0022P
MSAZR0022P- Msazr0023P
MSAZR0023P- Msazr0148P
MSAZR0148P- Msazr0025P
MSAZR0025P- Msazr0036P
MSAZR0036P- Msazr0120P
MSAZR0120P- Msazr0121P
MSAZR0121P- Msazr0122P
MSAZR0122P- Msazr0123P
MSAZR0123P- Msazr0124P
MSAZR0124P- Msazr0125P
MSAZR0125P- Msazr0126P
MSAZR0126P- Msazr0127P
MSAZR0127P- Msazr0128P
MSAZR0128P- Msazr0129P
MSAZR0129P- Msazr0130P
MSAZR0130P- Msazr0111P
MSAZR0111P- Msazr0144P
MSAZR0144P- Msazr0149P
MSAZR0149P- Msmcazr0044P
MSMCAZR0044P- Msmcazr0059P
MSMCAZR0059P- Msmcazr0060P
MSMCAZR0060P- Msmcazr0063P
MSMCAZR0063P- Msmcazr0120P
MSMCAZR0120P- Msmcazr0121P
MSMCAZR0121P- Msmcazr0125P
MSMCAZR0125P- Msmcazr0128P
MSMCAZR0128P- Msazrde0003P
MSAZRDE0003P- Msazrde0044P
MSAZRDE0044P- Msazrusgov0003P
MSAZRUSGOV0003P- EA
EA- Msazr0243P
MSAZR0243P- Savings
Plan1Year SavingsPlan1Year- Savings
Plan3Year SavingsPlan3Year
- UNKNOWN
Unknown- MSAZR0003_P
MSAZR0003P- MSAZR0044_P
MSAZR0044P- MSAZR0059_P
MSAZR0059P- MSAZR0060_P
MSAZR0060P- MSAZR0062_P
MSAZR0062P- MSAZR0063_P
MSAZR0063P- MSAZR0064_P
MSAZR0064P- MSAZR0029_P
MSAZR0029P- MSAZR0022_P
MSAZR0022P- MSAZR0023_P
MSAZR0023P- MSAZR0148_P
MSAZR0148P- MSAZR0025_P
MSAZR0025P- MSAZR0036_P
MSAZR0036P- MSAZR0120_P
MSAZR0120P- MSAZR0121_P
MSAZR0121P- MSAZR0122_P
MSAZR0122P- MSAZR0123_P
MSAZR0123P- MSAZR0124_P
MSAZR0124P- MSAZR0125_P
MSAZR0125P- MSAZR0126_P
MSAZR0126P- MSAZR0127_P
MSAZR0127P- MSAZR0128_P
MSAZR0128P- MSAZR0129_P
MSAZR0129P- MSAZR0130_P
MSAZR0130P- MSAZR0111_P
MSAZR0111P- MSAZR0144_P
MSAZR0144P- MSAZR0149_P
MSAZR0149P- MSMCAZR0044_P
MSMCAZR0044P- MSMCAZR0059_P
MSMCAZR0059P- MSMCAZR0060_P
MSMCAZR0060P- MSMCAZR0063_P
MSMCAZR0063P- MSMCAZR0120_P
MSMCAZR0120P- MSMCAZR0121_P
MSMCAZR0121P- MSMCAZR0125_P
MSMCAZR0125P- MSMCAZR0128_P
MSMCAZR0128P- MSAZRDE0003_P
MSAZRDE0003P- MSAZRDE0044_P
MSAZRDE0044P- MSAZRUSGOV0003_P
MSAZRUSGOV0003P- EA
EA- MSAZR0243_P
MSAZR0243P- SAVINGS_PLAN1_YEAR
SavingsPlan1Year- SAVINGS_PLAN3_YEAR
SavingsPlan3Year
- "Unknown"
Unknown- "MSAZR0003P"
MSAZR0003P- "MSAZR0044P"
MSAZR0044P- "MSAZR0059P"
MSAZR0059P- "MSAZR0060P"
MSAZR0060P- "MSAZR0062P"
MSAZR0062P- "MSAZR0063P"
MSAZR0063P- "MSAZR0064P"
MSAZR0064P- "MSAZR0029P"
MSAZR0029P- "MSAZR0022P"
MSAZR0022P- "MSAZR0023P"
MSAZR0023P- "MSAZR0148P"
MSAZR0148P- "MSAZR0025P"
MSAZR0025P- "MSAZR0036P"
MSAZR0036P- "MSAZR0120P"
MSAZR0120P- "MSAZR0121P"
MSAZR0121P- "MSAZR0122P"
MSAZR0122P- "MSAZR0123P"
MSAZR0123P- "MSAZR0124P"
MSAZR0124P- "MSAZR0125P"
MSAZR0125P- "MSAZR0126P"
MSAZR0126P- "MSAZR0127P"
MSAZR0127P- "MSAZR0128P"
MSAZR0128P- "MSAZR0129P"
MSAZR0129P- "MSAZR0130P"
MSAZR0130P- "MSAZR0111P"
MSAZR0111P- "MSAZR0144P"
MSAZR0144P- "MSAZR0149P"
MSAZR0149P- "MSMCAZR0044P"
MSMCAZR0044P- "MSMCAZR0059P"
MSMCAZR0059P- "MSMCAZR0060P"
MSMCAZR0060P- "MSMCAZR0063P"
MSMCAZR0063P- "MSMCAZR0120P"
MSMCAZR0120P- "MSMCAZR0121P"
MSMCAZR0121P- "MSMCAZR0125P"
MSMCAZR0125P- "MSMCAZR0128P"
MSMCAZR0128P- "MSAZRDE0003P"
MSAZRDE0003P- "MSAZRDE0044P"
MSAZRDE0044P- "MSAZRUSGOV0003P"
MSAZRUSGOV0003P- "EA"
EA- "MSAZR0243P"
MSAZR0243P- "Savings
Plan1Year" SavingsPlan1Year- "Savings
Plan3Year" SavingsPlan3Year
AzureReservedInstance, AzureReservedInstanceArgs
- None
None- RI1Year
RI1Year- RI3Year
RI3Year
- Azure
Reserved Instance None None- Azure
Reserved Instance RI1Year RI1Year- Azure
Reserved Instance RI3Year RI3Year
- None
None- RI1Year
RI1Year- RI3Year
RI3Year
- None
None- RI1Year
RI1Year- RI3Year
RI3Year
- NONE
None- RI1_YEAR
RI1Year- RI3_YEAR
RI3Year
- "None"
None- "RI1Year"
RI1Year- "RI3Year"
RI3Year
FttAndRaidLevel, FttAndRaidLevelArgs
- Unknown
Unknown- Ftt1Raid1
Ftt1Raid1- Ftt1Raid5
Ftt1Raid5- Ftt2Raid1
Ftt2Raid1- Ftt2Raid6
Ftt2Raid6- Ftt3Raid1
Ftt3Raid1
- Ftt
And Raid Level Unknown Unknown- Ftt
And Raid Level Ftt1Raid1 Ftt1Raid1- Ftt
And Raid Level Ftt1Raid5 Ftt1Raid5- Ftt
And Raid Level Ftt2Raid1 Ftt2Raid1- Ftt
And Raid Level Ftt2Raid6 Ftt2Raid6- Ftt
And Raid Level Ftt3Raid1 Ftt3Raid1
- Unknown
Unknown- Ftt1Raid1
Ftt1Raid1- Ftt1Raid5
Ftt1Raid5- Ftt2Raid1
Ftt2Raid1- Ftt2Raid6
Ftt2Raid6- Ftt3Raid1
Ftt3Raid1
- Unknown
Unknown- Ftt1Raid1
Ftt1Raid1- Ftt1Raid5
Ftt1Raid5- Ftt2Raid1
Ftt2Raid1- Ftt2Raid6
Ftt2Raid6- Ftt3Raid1
Ftt3Raid1
- UNKNOWN
Unknown- FTT1_RAID1
Ftt1Raid1- FTT1_RAID5
Ftt1Raid5- FTT2_RAID1
Ftt2Raid1- FTT2_RAID6
Ftt2Raid6- FTT3_RAID1
Ftt3Raid1
- "Unknown"
Unknown- "Ftt1Raid1"
Ftt1Raid1- "Ftt1Raid5"
Ftt1Raid5- "Ftt2Raid1"
Ftt2Raid1- "Ftt2Raid6"
Ftt2Raid6- "Ftt3Raid1"
Ftt3Raid1
Percentile, PercentileArgs
- Percentile50
Percentile50Percentile 50.- Percentile90
Percentile90Percentile 90.- Percentile95
Percentile95Percentile 95.- Percentile99
Percentile99Percentile 99.
- Percentile
Percentile50 Percentile50Percentile 50.- Percentile
Percentile90 Percentile90Percentile 90.- Percentile
Percentile95 Percentile95Percentile 95.- Percentile
Percentile99 Percentile99Percentile 99.
- Percentile50
Percentile50Percentile 50.- Percentile90
Percentile90Percentile 90.- Percentile95
Percentile95Percentile 95.- Percentile99
Percentile99Percentile 99.
- Percentile50
Percentile50Percentile 50.- Percentile90
Percentile90Percentile 90.- Percentile95
Percentile95Percentile 95.- Percentile99
Percentile99Percentile 99.
- PERCENTILE50
Percentile50Percentile 50.- PERCENTILE90
Percentile90Percentile 90.- PERCENTILE95
Percentile95Percentile 95.- PERCENTILE99
Percentile99Percentile 99.
- "Percentile50"
Percentile50Percentile 50.- "Percentile90"
Percentile90Percentile 90.- "Percentile95"
Percentile95Percentile 95.- "Percentile99"
Percentile99Percentile 99.
ProvisioningState, ProvisioningStateArgs
- Succeeded
SucceededResource has been created.- Failed
FailedResource creation failed.- Canceled
CanceledResource creation was canceled.- Provisioning
ProvisioningResource is being Provisioned.- Updating
UpdatingResource is being Updated.- Deleting
DeletingResource is being Deleted.- Accepted
AcceptedResource is being Accepted.
- Provisioning
State Succeeded SucceededResource has been created.- Provisioning
State Failed FailedResource creation failed.- Provisioning
State Canceled CanceledResource creation was canceled.- Provisioning
State Provisioning ProvisioningResource is being Provisioned.- Provisioning
State Updating UpdatingResource is being Updated.- Provisioning
State Deleting DeletingResource is being Deleted.- Provisioning
State Accepted AcceptedResource is being Accepted.
- Succeeded
SucceededResource has been created.- Failed
FailedResource creation failed.- Canceled
CanceledResource creation was canceled.- Provisioning
ProvisioningResource is being Provisioned.- Updating
UpdatingResource is being Updated.- Deleting
DeletingResource is being Deleted.- Accepted
AcceptedResource is being Accepted.
- Succeeded
SucceededResource has been created.- Failed
FailedResource creation failed.- Canceled
CanceledResource creation was canceled.- Provisioning
ProvisioningResource is being Provisioned.- Updating
UpdatingResource is being Updated.- Deleting
DeletingResource is being Deleted.- Accepted
AcceptedResource is being Accepted.
- SUCCEEDED
SucceededResource has been created.- FAILED
FailedResource creation failed.- CANCELED
CanceledResource creation was canceled.- PROVISIONING
ProvisioningResource is being Provisioned.- UPDATING
UpdatingResource is being Updated.- DELETING
DeletingResource is being Deleted.- ACCEPTED
AcceptedResource is being Accepted.
- "Succeeded"
SucceededResource has been created.- "Failed"
FailedResource creation failed.- "Canceled"
CanceledResource creation was canceled.- "Provisioning"
ProvisioningResource is being Provisioned.- "Updating"
UpdatingResource is being Updated.- "Deleting"
DeletingResource is being Deleted.- "Accepted"
AcceptedResource is being Accepted.
SystemDataResponse, SystemDataResponseArgs
Metadata pertaining to creation and last modification of 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 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:AvsAssessmentsOperation asm2 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/avsAssessments/{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
published on Monday, Mar 9, 2026 by Pulumi
