Web app Assessment REST resource. Azure REST API version: 2023-04-01-preview.
Other available API versions: 2023-05-01-preview, 2023-09-09-preview.
Example Usage
WebAppAssessmentV2Operations_Create_MaximumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var webAppAssessmentV2Operation = new AzureNative.Migrate.WebAppAssessmentV2Operation("webAppAssessmentV2Operation", new()
{
AppSvcContainerSettings = new AzureNative.Migrate.Inputs.AppSvcContainerSettingsArgs
{
IsolationRequired = true,
},
AppSvcNativeSettings = new AzureNative.Migrate.Inputs.AppSvcNativeSettingsArgs
{
IsolationRequired = true,
},
AssessmentName = "anraghun-selfhost-v2",
AssessmentType = AzureNative.Migrate.AssessmentType.WebAppAssessment,
AzureLocation = "UkWest",
AzureOfferCode = AzureNative.Migrate.AzureOfferCode.Msazr0003P,
AzureSecurityOfferingType = AzureNative.Migrate.AzureSecurityOfferingType.NO,
ConfidenceRatingInPercentage = 13,
Currency = AzureNative.Migrate.AzureCurrency.USD,
DiscountPercentage = 13,
DiscoveredEntityLightSummary = new AzureNative.Migrate.Inputs.DiscoveredEntityLightSummaryArgs
{
NumberOfMachines = 27,
NumberOfServers = 5,
NumberOfWebApps = 23,
},
EaSubscriptionId = "",
EntityUptime = new AzureNative.Migrate.Inputs.EntityUptimeArgs
{
DaysPerMonth = 18,
HoursPerDay = 13,
},
EnvironmentType = AzureNative.Migrate.EnvironmentType.Production,
GroupName = "anraghun-selfhost-v2",
GroupType = AzureNative.Migrate.GroupType.Default,
Percentile = AzureNative.Migrate.Percentile.Percentile50,
PerfDataEndTime = "2023-11-03T05:42:45.496Z",
PerfDataStartTime = "2023-11-03T05:42:45.496Z",
ProjectName = "sumukk-ccy-bcs4557project",
ReservedInstance = AzureNative.Migrate.AzureReservedInstance.None,
ResourceGroupName = "rgopenapi",
ScalingFactor = 17,
SizingCriterion = AzureNative.Migrate.AssessmentSizingCriterion.PerformanceBased,
TimeRange = AzureNative.Migrate.TimeRange.Day,
});
});
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.NewWebAppAssessmentV2Operation(ctx, "webAppAssessmentV2Operation", &migrate.WebAppAssessmentV2OperationArgs{
AppSvcContainerSettings: &migrate.AppSvcContainerSettingsArgs{
IsolationRequired: pulumi.Bool(true),
},
AppSvcNativeSettings: &migrate.AppSvcNativeSettingsArgs{
IsolationRequired: pulumi.Bool(true),
},
AssessmentName: pulumi.String("anraghun-selfhost-v2"),
AssessmentType: pulumi.String(migrate.AssessmentTypeWebAppAssessment),
AzureLocation: pulumi.String("UkWest"),
AzureOfferCode: pulumi.String(migrate.AzureOfferCodeMsazr0003P),
AzureSecurityOfferingType: pulumi.String(migrate.AzureSecurityOfferingTypeNO),
ConfidenceRatingInPercentage: pulumi.Float64(13),
Currency: pulumi.String(migrate.AzureCurrencyUSD),
DiscountPercentage: pulumi.Float64(13),
DiscoveredEntityLightSummary: &migrate.DiscoveredEntityLightSummaryArgs{
NumberOfMachines: pulumi.Int(27),
NumberOfServers: pulumi.Int(5),
NumberOfWebApps: pulumi.Int(23),
},
EaSubscriptionId: pulumi.String(""),
EntityUptime: &migrate.EntityUptimeArgs{
DaysPerMonth: pulumi.Int(18),
HoursPerDay: pulumi.Int(13),
},
EnvironmentType: pulumi.String(migrate.EnvironmentTypeProduction),
GroupName: pulumi.String("anraghun-selfhost-v2"),
GroupType: pulumi.String(migrate.GroupTypeDefault),
Percentile: pulumi.String(migrate.PercentilePercentile50),
PerfDataEndTime: pulumi.String("2023-11-03T05:42:45.496Z"),
PerfDataStartTime: pulumi.String("2023-11-03T05:42:45.496Z"),
ProjectName: pulumi.String("sumukk-ccy-bcs4557project"),
ReservedInstance: pulumi.String(migrate.AzureReservedInstanceNone),
ResourceGroupName: pulumi.String("rgopenapi"),
ScalingFactor: pulumi.Float64(17),
SizingCriterion: pulumi.String(migrate.AssessmentSizingCriterionPerformanceBased),
TimeRange: pulumi.String(migrate.TimeRangeDay),
})
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.WebAppAssessmentV2Operation;
import com.pulumi.azurenative.migrate.WebAppAssessmentV2OperationArgs;
import com.pulumi.azurenative.migrate.inputs.AppSvcContainerSettingsArgs;
import com.pulumi.azurenative.migrate.inputs.AppSvcNativeSettingsArgs;
import com.pulumi.azurenative.migrate.inputs.DiscoveredEntityLightSummaryArgs;
import com.pulumi.azurenative.migrate.inputs.EntityUptimeArgs;
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 webAppAssessmentV2Operation = new WebAppAssessmentV2Operation("webAppAssessmentV2Operation", WebAppAssessmentV2OperationArgs.builder()
.appSvcContainerSettings(AppSvcContainerSettingsArgs.builder()
.isolationRequired(true)
.build())
.appSvcNativeSettings(AppSvcNativeSettingsArgs.builder()
.isolationRequired(true)
.build())
.assessmentName("anraghun-selfhost-v2")
.assessmentType("WebAppAssessment")
.azureLocation("UkWest")
.azureOfferCode("MSAZR0003P")
.azureSecurityOfferingType("NO")
.confidenceRatingInPercentage(13)
.currency("USD")
.discountPercentage(13)
.discoveredEntityLightSummary(DiscoveredEntityLightSummaryArgs.builder()
.numberOfMachines(27)
.numberOfServers(5)
.numberOfWebApps(23)
.build())
.eaSubscriptionId("")
.entityUptime(EntityUptimeArgs.builder()
.daysPerMonth(18)
.hoursPerDay(13)
.build())
.environmentType("Production")
.groupName("anraghun-selfhost-v2")
.groupType("Default")
.percentile("Percentile50")
.perfDataEndTime("2023-11-03T05:42:45.496Z")
.perfDataStartTime("2023-11-03T05:42:45.496Z")
.projectName("sumukk-ccy-bcs4557project")
.reservedInstance("None")
.resourceGroupName("rgopenapi")
.scalingFactor(17)
.sizingCriterion("PerformanceBased")
.timeRange("Day")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const webAppAssessmentV2Operation = new azure_native.migrate.WebAppAssessmentV2Operation("webAppAssessmentV2Operation", {
appSvcContainerSettings: {
isolationRequired: true,
},
appSvcNativeSettings: {
isolationRequired: true,
},
assessmentName: "anraghun-selfhost-v2",
assessmentType: azure_native.migrate.AssessmentType.WebAppAssessment,
azureLocation: "UkWest",
azureOfferCode: azure_native.migrate.AzureOfferCode.Msazr0003P,
azureSecurityOfferingType: azure_native.migrate.AzureSecurityOfferingType.NO,
confidenceRatingInPercentage: 13,
currency: azure_native.migrate.AzureCurrency.USD,
discountPercentage: 13,
discoveredEntityLightSummary: {
numberOfMachines: 27,
numberOfServers: 5,
numberOfWebApps: 23,
},
eaSubscriptionId: "",
entityUptime: {
daysPerMonth: 18,
hoursPerDay: 13,
},
environmentType: azure_native.migrate.EnvironmentType.Production,
groupName: "anraghun-selfhost-v2",
groupType: azure_native.migrate.GroupType.Default,
percentile: azure_native.migrate.Percentile.Percentile50,
perfDataEndTime: "2023-11-03T05:42:45.496Z",
perfDataStartTime: "2023-11-03T05:42:45.496Z",
projectName: "sumukk-ccy-bcs4557project",
reservedInstance: azure_native.migrate.AzureReservedInstance.None,
resourceGroupName: "rgopenapi",
scalingFactor: 17,
sizingCriterion: azure_native.migrate.AssessmentSizingCriterion.PerformanceBased,
timeRange: azure_native.migrate.TimeRange.Day,
});
import pulumi
import pulumi_azure_native as azure_native
web_app_assessment_v2_operation = azure_native.migrate.WebAppAssessmentV2Operation("webAppAssessmentV2Operation",
app_svc_container_settings={
"isolation_required": True,
},
app_svc_native_settings={
"isolation_required": True,
},
assessment_name="anraghun-selfhost-v2",
assessment_type=azure_native.migrate.AssessmentType.WEB_APP_ASSESSMENT,
azure_location="UkWest",
azure_offer_code=azure_native.migrate.AzureOfferCode.MSAZR0003_P,
azure_security_offering_type=azure_native.migrate.AzureSecurityOfferingType.NO,
confidence_rating_in_percentage=13,
currency=azure_native.migrate.AzureCurrency.USD,
discount_percentage=13,
discovered_entity_light_summary={
"number_of_machines": 27,
"number_of_servers": 5,
"number_of_web_apps": 23,
},
ea_subscription_id="",
entity_uptime={
"days_per_month": 18,
"hours_per_day": 13,
},
environment_type=azure_native.migrate.EnvironmentType.PRODUCTION,
group_name="anraghun-selfhost-v2",
group_type=azure_native.migrate.GroupType.DEFAULT,
percentile=azure_native.migrate.Percentile.PERCENTILE50,
perf_data_end_time="2023-11-03T05:42:45.496Z",
perf_data_start_time="2023-11-03T05:42:45.496Z",
project_name="sumukk-ccy-bcs4557project",
reserved_instance=azure_native.migrate.AzureReservedInstance.NONE,
resource_group_name="rgopenapi",
scaling_factor=17,
sizing_criterion=azure_native.migrate.AssessmentSizingCriterion.PERFORMANCE_BASED,
time_range=azure_native.migrate.TimeRange.DAY)
resources:
webAppAssessmentV2Operation:
type: azure-native:migrate:WebAppAssessmentV2Operation
properties:
appSvcContainerSettings:
isolationRequired: true
appSvcNativeSettings:
isolationRequired: true
assessmentName: anraghun-selfhost-v2
assessmentType: WebAppAssessment
azureLocation: UkWest
azureOfferCode: MSAZR0003P
azureSecurityOfferingType: NO
confidenceRatingInPercentage: 13
currency: USD
discountPercentage: 13
discoveredEntityLightSummary:
numberOfMachines: 27
numberOfServers: 5
numberOfWebApps: 23
eaSubscriptionId: ""
entityUptime:
daysPerMonth: 18
hoursPerDay: 13
environmentType: Production
groupName: anraghun-selfhost-v2
groupType: Default
percentile: Percentile50
perfDataEndTime: 2023-11-03T05:42:45.496Z
perfDataStartTime: 2023-11-03T05:42:45.496Z
projectName: sumukk-ccy-bcs4557project
reservedInstance: None
resourceGroupName: rgopenapi
scalingFactor: 17
sizingCriterion: PerformanceBased
timeRange: Day
Create WebAppAssessmentV2Operation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebAppAssessmentV2Operation(name: string, args: WebAppAssessmentV2OperationArgs, opts?: CustomResourceOptions);@overload
def WebAppAssessmentV2Operation(resource_name: str,
args: WebAppAssessmentV2OperationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WebAppAssessmentV2Operation(resource_name: str,
opts: Optional[ResourceOptions] = None,
group_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
project_name: Optional[str] = None,
entity_uptime: Optional[EntityUptimeArgs] = None,
assessment_type: Optional[Union[str, AssessmentType]] = None,
azure_offer_code: Optional[Union[str, AzureOfferCode]] = None,
azure_security_offering_type: Optional[Union[str, AzureSecurityOfferingType]] = None,
confidence_rating_in_percentage: Optional[float] = None,
currency: Optional[Union[str, AzureCurrency]] = None,
discount_percentage: Optional[float] = None,
discovered_entity_light_summary: Optional[DiscoveredEntityLightSummaryArgs] = None,
ea_subscription_id: Optional[str] = None,
app_svc_container_settings: Optional[AppSvcContainerSettingsArgs] = None,
environment_type: Optional[Union[str, EnvironmentType]] = None,
azure_location: Optional[str] = None,
group_type: Optional[Union[str, GroupType]] = None,
percentile: Optional[Union[str, Percentile]] = None,
perf_data_end_time: Optional[str] = None,
perf_data_start_time: Optional[str] = None,
assessment_name: Optional[str] = None,
reserved_instance: Optional[Union[str, AzureReservedInstance]] = None,
app_svc_native_settings: Optional[AppSvcNativeSettingsArgs] = None,
scaling_factor: Optional[float] = None,
sizing_criterion: Optional[Union[str, AssessmentSizingCriterion]] = None,
time_range: Optional[Union[str, TimeRange]] = None)func NewWebAppAssessmentV2Operation(ctx *Context, name string, args WebAppAssessmentV2OperationArgs, opts ...ResourceOption) (*WebAppAssessmentV2Operation, error)public WebAppAssessmentV2Operation(string name, WebAppAssessmentV2OperationArgs args, CustomResourceOptions? opts = null)
public WebAppAssessmentV2Operation(String name, WebAppAssessmentV2OperationArgs args)
public WebAppAssessmentV2Operation(String name, WebAppAssessmentV2OperationArgs args, CustomResourceOptions options)
type: azure-native:migrate:WebAppAssessmentV2Operation
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 WebAppAssessmentV2OperationArgs
- 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 WebAppAssessmentV2OperationArgs
- 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 WebAppAssessmentV2OperationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebAppAssessmentV2OperationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebAppAssessmentV2OperationArgs
- 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 webAppAssessmentV2OperationResource = new AzureNative.Migrate.WebAppAssessmentV2Operation("webAppAssessmentV2OperationResource", new()
{
GroupName = "string",
ResourceGroupName = "string",
ProjectName = "string",
EntityUptime =
{
{ "daysPerMonth", 0 },
{ "hoursPerDay", 0 },
},
AssessmentType = "string",
AzureOfferCode = "string",
AzureSecurityOfferingType = "string",
ConfidenceRatingInPercentage = 0,
Currency = "string",
DiscountPercentage = 0,
DiscoveredEntityLightSummary =
{
{ "numberOfMachines", 0 },
{ "numberOfServers", 0 },
{ "numberOfWebApps", 0 },
},
EaSubscriptionId = "string",
AppSvcContainerSettings =
{
{ "isolationRequired", false },
},
EnvironmentType = "string",
AzureLocation = "string",
GroupType = "string",
Percentile = "string",
PerfDataEndTime = "string",
PerfDataStartTime = "string",
AssessmentName = "string",
ReservedInstance = "string",
AppSvcNativeSettings =
{
{ "isolationRequired", false },
},
ScalingFactor = 0,
SizingCriterion = "string",
TimeRange = "string",
});
example, err := migrate.NewWebAppAssessmentV2Operation(ctx, "webAppAssessmentV2OperationResource", &migrate.WebAppAssessmentV2OperationArgs{
GroupName: "string",
ResourceGroupName: "string",
ProjectName: "string",
EntityUptime: map[string]interface{}{
"daysPerMonth": 0,
"hoursPerDay": 0,
},
AssessmentType: "string",
AzureOfferCode: "string",
AzureSecurityOfferingType: "string",
ConfidenceRatingInPercentage: 0,
Currency: "string",
DiscountPercentage: 0,
DiscoveredEntityLightSummary: map[string]interface{}{
"numberOfMachines": 0,
"numberOfServers": 0,
"numberOfWebApps": 0,
},
EaSubscriptionId: "string",
AppSvcContainerSettings: map[string]interface{}{
"isolationRequired": false,
},
EnvironmentType: "string",
AzureLocation: "string",
GroupType: "string",
Percentile: "string",
PerfDataEndTime: "string",
PerfDataStartTime: "string",
AssessmentName: "string",
ReservedInstance: "string",
AppSvcNativeSettings: map[string]interface{}{
"isolationRequired": false,
},
ScalingFactor: 0,
SizingCriterion: "string",
TimeRange: "string",
})
var webAppAssessmentV2OperationResource = new WebAppAssessmentV2Operation("webAppAssessmentV2OperationResource", WebAppAssessmentV2OperationArgs.builder()
.groupName("string")
.resourceGroupName("string")
.projectName("string")
.entityUptime(Map.ofEntries(
Map.entry("daysPerMonth", 0),
Map.entry("hoursPerDay", 0)
))
.assessmentType("string")
.azureOfferCode("string")
.azureSecurityOfferingType("string")
.confidenceRatingInPercentage(0)
.currency("string")
.discountPercentage(0)
.discoveredEntityLightSummary(Map.ofEntries(
Map.entry("numberOfMachines", 0),
Map.entry("numberOfServers", 0),
Map.entry("numberOfWebApps", 0)
))
.eaSubscriptionId("string")
.appSvcContainerSettings(Map.of("isolationRequired", false))
.environmentType("string")
.azureLocation("string")
.groupType("string")
.percentile("string")
.perfDataEndTime("string")
.perfDataStartTime("string")
.assessmentName("string")
.reservedInstance("string")
.appSvcNativeSettings(Map.of("isolationRequired", false))
.scalingFactor(0)
.sizingCriterion("string")
.timeRange("string")
.build());
web_app_assessment_v2_operation_resource = azure_native.migrate.WebAppAssessmentV2Operation("webAppAssessmentV2OperationResource",
group_name=string,
resource_group_name=string,
project_name=string,
entity_uptime={
daysPerMonth: 0,
hoursPerDay: 0,
},
assessment_type=string,
azure_offer_code=string,
azure_security_offering_type=string,
confidence_rating_in_percentage=0,
currency=string,
discount_percentage=0,
discovered_entity_light_summary={
numberOfMachines: 0,
numberOfServers: 0,
numberOfWebApps: 0,
},
ea_subscription_id=string,
app_svc_container_settings={
isolationRequired: False,
},
environment_type=string,
azure_location=string,
group_type=string,
percentile=string,
perf_data_end_time=string,
perf_data_start_time=string,
assessment_name=string,
reserved_instance=string,
app_svc_native_settings={
isolationRequired: False,
},
scaling_factor=0,
sizing_criterion=string,
time_range=string)
const webAppAssessmentV2OperationResource = new azure_native.migrate.WebAppAssessmentV2Operation("webAppAssessmentV2OperationResource", {
groupName: "string",
resourceGroupName: "string",
projectName: "string",
entityUptime: {
daysPerMonth: 0,
hoursPerDay: 0,
},
assessmentType: "string",
azureOfferCode: "string",
azureSecurityOfferingType: "string",
confidenceRatingInPercentage: 0,
currency: "string",
discountPercentage: 0,
discoveredEntityLightSummary: {
numberOfMachines: 0,
numberOfServers: 0,
numberOfWebApps: 0,
},
eaSubscriptionId: "string",
appSvcContainerSettings: {
isolationRequired: false,
},
environmentType: "string",
azureLocation: "string",
groupType: "string",
percentile: "string",
perfDataEndTime: "string",
perfDataStartTime: "string",
assessmentName: "string",
reservedInstance: "string",
appSvcNativeSettings: {
isolationRequired: false,
},
scalingFactor: 0,
sizingCriterion: "string",
timeRange: "string",
});
type: azure-native:migrate:WebAppAssessmentV2Operation
properties:
appSvcContainerSettings:
isolationRequired: false
appSvcNativeSettings:
isolationRequired: false
assessmentName: string
assessmentType: string
azureLocation: string
azureOfferCode: string
azureSecurityOfferingType: string
confidenceRatingInPercentage: 0
currency: string
discountPercentage: 0
discoveredEntityLightSummary:
numberOfMachines: 0
numberOfServers: 0
numberOfWebApps: 0
eaSubscriptionId: string
entityUptime:
daysPerMonth: 0
hoursPerDay: 0
environmentType: string
groupName: string
groupType: string
percentile: string
perfDataEndTime: string
perfDataStartTime: string
projectName: string
reservedInstance: string
resourceGroupName: string
scalingFactor: 0
sizingCriterion: string
timeRange: string
WebAppAssessmentV2Operation 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 WebAppAssessmentV2Operation 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.
- App
Svc Pulumi.Container Settings Azure Native. Migrate. Inputs. App Svc Container Settings - Gets or sets user configurable app service container database settings.
- App
Svc Pulumi.Native Settings Azure Native. Migrate. Inputs. App Svc Native Settings - Gets or sets user configurable app service native settings.
- Assessment
Name string - Web app Assessment arm name.
- Assessment
Type string | Pulumi.Azure Native. Migrate. Assessment Type - Assessment type of the assessment.
- Azure
Location string - 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.
- Azure
Security string | Pulumi.Offering Type Azure Native. Migrate. Azure Security Offering Type - Gets or sets a value indicating azure security offering type.
- Confidence
Rating doubleIn Percentage - Confidence Rating in Percentage.
- Currency
string | Pulumi.
Azure Native. Migrate. Azure Currency - Currency in which prices should be reported.
- Discount
Percentage double - Custom discount percentage.
- Discovered
Entity Pulumi.Light Summary Azure Native. Migrate. Inputs. Discovered Entity Light Summary - Gets or sets user configurable discovered entity settings.
- Ea
Subscription stringId - Gets or sets the Enterprise agreement subscription id.
- Entity
Uptime Pulumi.Azure Native. Migrate. Inputs. Entity Uptime - Gets or sets the duration for which the entity (Web app, 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.
- Group
Type string | Pulumi.Azure Native. Migrate. Group Type - Gets the group type for the assessment.
- 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.
- 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.
- 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.
- App
Svc AppContainer Settings Svc Container Settings Args - Gets or sets user configurable app service container database settings.
- App
Svc AppNative Settings Svc Native Settings Args - Gets or sets user configurable app service native settings.
- Assessment
Name string - Web app Assessment arm name.
- Assessment
Type string | AssessmentType - Assessment type of the assessment.
- Azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- Azure
Offer string | AzureCode Offer Code - Azure Offer Code.
- Azure
Security string | AzureOffering Type Security Offering Type - Gets or sets a value indicating azure security offering type.
- Confidence
Rating float64In Percentage - Confidence Rating in Percentage.
- Currency
string | Azure
Currency - Currency in which prices should be reported.
- Discount
Percentage float64 - Custom discount percentage.
- Discovered
Entity DiscoveredLight Summary Entity Light Summary Args - Gets or sets user configurable discovered entity settings.
- Ea
Subscription stringId - Gets or sets the Enterprise agreement subscription id.
- Entity
Uptime EntityUptime Args - Gets or sets the duration for which the entity (Web app, VMs) are up in the on-premises environment.
- Environment
Type string | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- Group
Type string | GroupType - Gets the group type for the 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.
- 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.
- 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.
- app
Svc AppContainer Settings Svc Container Settings - Gets or sets user configurable app service container database settings.
- app
Svc AppNative Settings Svc Native Settings - Gets or sets user configurable app service native settings.
- assessment
Name String - Web app Assessment arm name.
- assessment
Type String | AssessmentType - Assessment type of the assessment.
- azure
Location String - Azure Location or Azure region where to which the machines will be migrated.
- azure
Offer String | AzureCode Offer Code - Azure Offer Code.
- azure
Security String | AzureOffering Type Security Offering Type - Gets or sets a value indicating azure security offering type.
- confidence
Rating DoubleIn Percentage - Confidence Rating in Percentage.
- currency
String | Azure
Currency - Currency in which prices should be reported.
- discount
Percentage Double - Custom discount percentage.
- discovered
Entity DiscoveredLight Summary Entity Light Summary - Gets or sets user configurable discovered entity settings.
- ea
Subscription StringId - Gets or sets the Enterprise agreement subscription id.
- entity
Uptime EntityUptime - Gets or sets the duration for which the entity (Web app, VMs) are up in the on-premises environment.
- environment
Type String | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- group
Type String | GroupType - Gets the group type for the 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.
- 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.
- 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.
- app
Svc AppContainer Settings Svc Container Settings - Gets or sets user configurable app service container database settings.
- app
Svc AppNative Settings Svc Native Settings - Gets or sets user configurable app service native settings.
- assessment
Name string - Web app Assessment arm name.
- assessment
Type string | AssessmentType - Assessment type of the assessment.
- azure
Location string - Azure Location or Azure region where to which the machines will be migrated.
- azure
Offer string | AzureCode Offer Code - Azure Offer Code.
- azure
Security string | AzureOffering Type Security Offering Type - Gets or sets a value indicating azure security offering type.
- confidence
Rating numberIn Percentage - Confidence Rating in Percentage.
- currency
string | Azure
Currency - Currency in which prices should be reported.
- discount
Percentage number - Custom discount percentage.
- discovered
Entity DiscoveredLight Summary Entity Light Summary - Gets or sets user configurable discovered entity settings.
- ea
Subscription stringId - Gets or sets the Enterprise agreement subscription id.
- entity
Uptime EntityUptime - Gets or sets the duration for which the entity (Web app, VMs) are up in the on-premises environment.
- environment
Type string | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- group
Type string | GroupType - Gets the group type for the 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.
- 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.
- 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.
- app_
svc_ Appcontainer_ settings Svc Container Settings Args - Gets or sets user configurable app service container database settings.
- app_
svc_ Appnative_ settings Svc Native Settings Args - Gets or sets user configurable app service native settings.
- assessment_
name str - Web app Assessment arm name.
- assessment_
type str | AssessmentType - Assessment type of the assessment.
- azure_
location str - Azure Location or Azure region where to which the machines will be migrated.
- azure_
offer_ str | Azurecode Offer Code - Azure Offer Code.
- azure_
security_ str | Azureoffering_ type Security Offering Type - Gets or sets a value indicating azure security offering type.
- confidence_
rating_ floatin_ percentage - Confidence Rating in Percentage.
- currency
str | Azure
Currency - Currency in which prices should be reported.
- discount_
percentage float - Custom discount percentage.
- discovered_
entity_ Discoveredlight_ summary Entity Light Summary Args - Gets or sets user configurable discovered entity settings.
- ea_
subscription_ strid - Gets or sets the Enterprise agreement subscription id.
- entity_
uptime EntityUptime Args - Gets or sets the duration for which the entity (Web app, VMs) are up in the on-premises environment.
- environment_
type str | EnvironmentType - Gets or sets user configurable setting to display the environment type.
- group_
type str | GroupType - Gets the group type for the 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.
- 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.
- 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.
- app
Svc Property MapContainer Settings - Gets or sets user configurable app service container database settings.
- app
Svc Property MapNative Settings - Gets or sets user configurable app service native settings.
- assessment
Name String - Web app Assessment arm name.
- assessment
Type String | "Unknown" | "MachineAssessment" | "Avs Assessment" | "Sql Assessment" | "Web App Assessment" - Assessment type of the assessment.
- azure
Location String - 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.
- azure
Security String | "NO" | "MDC"Offering Type - Gets or sets a value indicating azure security offering type.
- confidence
Rating NumberIn Percentage - Confidence Rating in Percentage.
- 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.
- discount
Percentage Number - Custom discount percentage.
- discovered
Entity Property MapLight Summary - Gets or sets user configurable discovered entity settings.
- ea
Subscription StringId - Gets or sets the Enterprise agreement subscription id.
- entity
Uptime Property Map - Gets or sets the duration for which the entity (Web app, VMs) are up in the on-premises environment.
- environment
Type String | "Production" | "Test" - Gets or sets user configurable setting to display the environment type.
- group
Type String | "Default" | "Import" - Gets the group type for the assessment.
- 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.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the WebAppAssessmentV2Operation resource produces the following output properties:
- Created
Timestamp string - Date and Time when assessment was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Prices
Timestamp string - Last time when rates were queried.
- Provisioning
State string - The status of the last operation.
- 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.
- 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"
- Updated
Timestamp string - Date and Time when assessment was last updated.
- Created
Timestamp string - Date and Time when assessment was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Prices
Timestamp string - Last time when rates were queried.
- Provisioning
State string - The status of the last operation.
- 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.
- 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"
- Updated
Timestamp string - Date and Time when assessment was last updated.
- created
Timestamp String - Date and Time when assessment was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- prices
Timestamp String - Last time when rates were queried.
- provisioning
State String - The status of the last operation.
- 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.
- 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"
- updated
Timestamp String - Date and Time when assessment was last updated.
- created
Timestamp string - Date and Time when assessment was created.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- prices
Timestamp string - Last time when rates were queried.
- provisioning
State string - The status of the last operation.
- 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.
- 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"
- updated
Timestamp string - Date and Time when assessment was last updated.
- created_
timestamp str - Date and Time when assessment was created.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- prices_
timestamp str - Last time when rates were queried.
- provisioning_
state str - The status of the last operation.
- 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.
- 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"
- updated_
timestamp str - Date and Time when assessment was last updated.
- created
Timestamp String - Date and Time when assessment was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- prices
Timestamp String - Last time when rates were queried.
- provisioning
State String - The status of the last operation.
- 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.
- 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"
- updated
Timestamp String - Date and Time when assessment was last updated.
Supporting Types
AppSvcContainerSettings, AppSvcContainerSettingsArgs
App service container settings.- Isolation
Required bool - Gets or sets the isolation required.
- Isolation
Required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
- isolation
Required boolean - Gets or sets the isolation required.
- isolation_
required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
AppSvcContainerSettingsResponse, AppSvcContainerSettingsResponseArgs
App service container settings.- Isolation
Required bool - Gets or sets the isolation required.
- Isolation
Required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
- isolation
Required boolean - Gets or sets the isolation required.
- isolation_
required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
AppSvcNativeSettings, AppSvcNativeSettingsArgs
App service native settings.- Isolation
Required bool - Gets or sets the isolation required.
- Isolation
Required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
- isolation
Required boolean - Gets or sets the isolation required.
- isolation_
required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
AppSvcNativeSettingsResponse, AppSvcNativeSettingsResponseArgs
App service native settings.- Isolation
Required bool - Gets or sets the isolation required.
- Isolation
Required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
- isolation
Required boolean - Gets or sets the isolation required.
- isolation_
required bool - Gets or sets the isolation required.
- isolation
Required Boolean - Gets or sets the isolation required.
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.
AssessmentType, AssessmentTypeArgs
- Unknown
Unknown- Machine
Assessment MachineAssessment- Avs
Assessment AvsAssessment- Sql
Assessment SqlAssessment- Web
App Assessment WebAppAssessment
- Assessment
Type Unknown Unknown- Assessment
Type Machine Assessment MachineAssessment- Assessment
Type Avs Assessment AvsAssessment- Assessment
Type Sql Assessment SqlAssessment- Assessment
Type Web App Assessment WebAppAssessment
- Unknown
Unknown- Machine
Assessment MachineAssessment- Avs
Assessment AvsAssessment- Sql
Assessment SqlAssessment- Web
App Assessment WebAppAssessment
- Unknown
Unknown- Machine
Assessment MachineAssessment- Avs
Assessment AvsAssessment- Sql
Assessment SqlAssessment- Web
App Assessment WebAppAssessment
- UNKNOWN
Unknown- MACHINE_ASSESSMENT
MachineAssessment- AVS_ASSESSMENT
AvsAssessment- SQL_ASSESSMENT
SqlAssessment- WEB_APP_ASSESSMENT
WebAppAssessment
- "Unknown"
Unknown- "Machine
Assessment" MachineAssessment- "Avs
Assessment" AvsAssessment- "Sql
Assessment" SqlAssessment- "Web
App Assessment" WebAppAssessment
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
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
AzureSecurityOfferingType, AzureSecurityOfferingTypeArgs
- NO
NO- MDC
MDC
- Azure
Security Offering Type NO NO- Azure
Security Offering Type MDC MDC
- NO
NO- MDC
MDC
- NO
NO- MDC
MDC
- NO
NO- MDC
MDC
- "NO"
NO- "MDC"
MDC
DiscoveredEntityLightSummary, DiscoveredEntityLightSummaryArgs
Discovered entity light summary.- Number
Of intMachines - Gets or sets the number of machines.
- Number
Of intServers - Gets or sets the number of servers.
- Number
Of intWeb Apps - Gets or sets the number of web apps.
- Number
Of intMachines - Gets or sets the number of machines.
- Number
Of intServers - Gets or sets the number of servers.
- Number
Of intWeb Apps - Gets or sets the number of web apps.
- number
Of IntegerMachines - Gets or sets the number of machines.
- number
Of IntegerServers - Gets or sets the number of servers.
- number
Of IntegerWeb Apps - Gets or sets the number of web apps.
- number
Of numberMachines - Gets or sets the number of machines.
- number
Of numberServers - Gets or sets the number of servers.
- number
Of numberWeb Apps - Gets or sets the number of web apps.
- number_
of_ intmachines - Gets or sets the number of machines.
- number_
of_ intservers - Gets or sets the number of servers.
- number_
of_ intweb_ apps - Gets or sets the number of web apps.
- number
Of NumberMachines - Gets or sets the number of machines.
- number
Of NumberServers - Gets or sets the number of servers.
- number
Of NumberWeb Apps - Gets or sets the number of web apps.
DiscoveredEntityLightSummaryResponse, DiscoveredEntityLightSummaryResponseArgs
Discovered entity light summary.- Number
Of intMachines - Gets or sets the number of machines.
- Number
Of intServers - Gets or sets the number of servers.
- Number
Of intWeb Apps - Gets or sets the number of web apps.
- Number
Of intMachines - Gets or sets the number of machines.
- Number
Of intServers - Gets or sets the number of servers.
- Number
Of intWeb Apps - Gets or sets the number of web apps.
- number
Of IntegerMachines - Gets or sets the number of machines.
- number
Of IntegerServers - Gets or sets the number of servers.
- number
Of IntegerWeb Apps - Gets or sets the number of web apps.
- number
Of numberMachines - Gets or sets the number of machines.
- number
Of numberServers - Gets or sets the number of servers.
- number
Of numberWeb Apps - Gets or sets the number of web apps.
- number_
of_ intmachines - Gets or sets the number of machines.
- number_
of_ intservers - Gets or sets the number of servers.
- number_
of_ intweb_ apps - Gets or sets the number of web apps.
- number
Of NumberMachines - Gets or sets the number of machines.
- number
Of NumberServers - Gets or sets the number of servers.
- number
Of NumberWeb Apps - Gets or sets the number of web apps.
EntityUptime, EntityUptimeArgs
Entity Uptime.- 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
Entity Uptime.- 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
Production- Test
Test
- Environment
Type Production Production- Environment
Type Test Test
- Production
Production- Test
Test
- Production
Production- Test
Test
- PRODUCTION
Production- TEST
Test
- "Production"
Production- "Test"
Test
GroupType, GroupTypeArgs
- Default
Default- Import
Import
- Group
Type Default Default- Group
Type Import Import
- Default
Default- Import
Import
- Default
Default- Import
Import
- DEFAULT
Default- IMPORT_
Import
- "Default"
Default- "Import"
Import
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.
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:WebAppAssessmentV2Operation anraghun-v2-test /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/webAppAssessments/{assessmentName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0
