1. Packages
  2. Azure Native
  3. API Docs
  4. migrate
  5. getMachineAssessmentsV2Operation
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.migrate.getMachineAssessmentsV2Operation

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Get a MachineAssessmentV2

Uses Azure REST API version 2024-03-03-preview.

Using getMachineAssessmentsV2Operation

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getMachineAssessmentsV2Operation(args: GetMachineAssessmentsV2OperationArgs, opts?: InvokeOptions): Promise<GetMachineAssessmentsV2OperationResult>
function getMachineAssessmentsV2OperationOutput(args: GetMachineAssessmentsV2OperationOutputArgs, opts?: InvokeOptions): Output<GetMachineAssessmentsV2OperationResult>
Copy
def get_machine_assessments_v2_operation(assessment_name: Optional[str] = None,
                                         project_name: Optional[str] = None,
                                         resource_group_name: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetMachineAssessmentsV2OperationResult
def get_machine_assessments_v2_operation_output(assessment_name: Optional[pulumi.Input[str]] = None,
                                         project_name: Optional[pulumi.Input[str]] = None,
                                         resource_group_name: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetMachineAssessmentsV2OperationResult]
Copy
func LookupMachineAssessmentsV2Operation(ctx *Context, args *LookupMachineAssessmentsV2OperationArgs, opts ...InvokeOption) (*LookupMachineAssessmentsV2OperationResult, error)
func LookupMachineAssessmentsV2OperationOutput(ctx *Context, args *LookupMachineAssessmentsV2OperationOutputArgs, opts ...InvokeOption) LookupMachineAssessmentsV2OperationResultOutput
Copy

> Note: This function is named LookupMachineAssessmentsV2Operation in the Go SDK.

public static class GetMachineAssessmentsV2Operation 
{
    public static Task<GetMachineAssessmentsV2OperationResult> InvokeAsync(GetMachineAssessmentsV2OperationArgs args, InvokeOptions? opts = null)
    public static Output<GetMachineAssessmentsV2OperationResult> Invoke(GetMachineAssessmentsV2OperationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMachineAssessmentsV2OperationResult> getMachineAssessmentsV2Operation(GetMachineAssessmentsV2OperationArgs args, InvokeOptions options)
public static Output<GetMachineAssessmentsV2OperationResult> getMachineAssessmentsV2Operation(GetMachineAssessmentsV2OperationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:migrate:getMachineAssessmentsV2Operation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AssessmentName
This property is required.
Changes to this property will trigger replacement.
string
Machine Assessment V2 ARM name
ProjectName
This property is required.
Changes to this property will trigger replacement.
string
Assessment Project Name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
AssessmentName
This property is required.
Changes to this property will trigger replacement.
string
Machine Assessment V2 ARM name
ProjectName
This property is required.
Changes to this property will trigger replacement.
string
Assessment Project Name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
assessmentName
This property is required.
Changes to this property will trigger replacement.
String
Machine Assessment V2 ARM name
projectName
This property is required.
Changes to this property will trigger replacement.
String
Assessment Project Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
assessmentName
This property is required.
Changes to this property will trigger replacement.
string
Machine Assessment V2 ARM name
projectName
This property is required.
Changes to this property will trigger replacement.
string
Assessment Project Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
assessment_name
This property is required.
Changes to this property will trigger replacement.
str
Machine Assessment V2 ARM name
project_name
This property is required.
Changes to this property will trigger replacement.
str
Assessment Project Name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
assessmentName
This property is required.
Changes to this property will trigger replacement.
String
Machine Assessment V2 ARM name
projectName
This property is required.
Changes to this property will trigger replacement.
String
Assessment Project Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getMachineAssessmentsV2Operation Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Name string
The name of the resource
Properties Pulumi.AzureNative.Migrate.Outputs.MachineAssessmentV2PropertiesResponse
The resource-specific properties for this resource.
SystemData Pulumi.AzureNative.Migrate.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Name string
The name of the resource
Properties MachineAssessmentV2PropertiesResponse
The resource-specific properties for this resource.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name String
The name of the resource
properties MachineAssessmentV2PropertiesResponse
The resource-specific properties for this resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name string
The name of the resource
properties MachineAssessmentV2PropertiesResponse
The resource-specific properties for this resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name str
The name of the resource
properties MachineAssessmentV2PropertiesResponse
The resource-specific properties for this resource.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name String
The name of the resource
properties Property Map
The resource-specific properties for this resource.
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

AssessmentDetailsResponse

ConfidenceRatingInPercentage This property is required. double
Confidence Rating in Percentage.
CreatedTimestamp This property is required. string
Date and Time when assessment was created.
PricesTimestamp This property is required. string
Last time when rates were queried.
Status This property is required. string
Whether assessment is in valid state and all machines have been assessed.
UpdatedTimestamp This property is required. string
Date and Time when assessment was last updated.
ConfidenceRatingInPercentage This property is required. float64
Confidence Rating in Percentage.
CreatedTimestamp This property is required. string
Date and Time when assessment was created.
PricesTimestamp This property is required. string
Last time when rates were queried.
Status This property is required. string
Whether assessment is in valid state and all machines have been assessed.
UpdatedTimestamp This property is required. string
Date and Time when assessment was last updated.
confidenceRatingInPercentage This property is required. Double
Confidence Rating in Percentage.
createdTimestamp This property is required. String
Date and Time when assessment was created.
pricesTimestamp This property is required. String
Last time when rates were queried.
status This property is required. String
Whether assessment is in valid state and all machines have been assessed.
updatedTimestamp This property is required. String
Date and Time when assessment was last updated.
confidenceRatingInPercentage This property is required. number
Confidence Rating in Percentage.
createdTimestamp This property is required. string
Date and Time when assessment was created.
pricesTimestamp This property is required. string
Last time when rates were queried.
status This property is required. string
Whether assessment is in valid state and all machines have been assessed.
updatedTimestamp This property is required. string
Date and Time when assessment was last updated.
confidence_rating_in_percentage This property is required. float
Confidence Rating in Percentage.
created_timestamp This property is required. str
Date and Time when assessment was created.
prices_timestamp This property is required. str
Last time when rates were queried.
status This property is required. str
Whether assessment is in valid state and all machines have been assessed.
updated_timestamp This property is required. str
Date and Time when assessment was last updated.
confidenceRatingInPercentage This property is required. Number
Confidence Rating in Percentage.
createdTimestamp This property is required. String
Date and Time when assessment was created.
pricesTimestamp This property is required. String
Last time when rates were queried.
status This property is required. String
Whether assessment is in valid state and all machines have been assessed.
updatedTimestamp This property is required. String
Date and Time when assessment was last updated.

BillingSettingsResponse

LicensingProgram string
Gets or sets the licensing program.
SubscriptionId string
Gets or sets the subscription ID for licensing program selected.
LicensingProgram string
Gets or sets the licensing program.
SubscriptionId string
Gets or sets the subscription ID for licensing program selected.
licensingProgram String
Gets or sets the licensing program.
subscriptionId String
Gets or sets the subscription ID for licensing program selected.
licensingProgram string
Gets or sets the licensing program.
subscriptionId string
Gets or sets the subscription ID for licensing program selected.
licensing_program str
Gets or sets the licensing program.
subscription_id str
Gets or sets the subscription ID for licensing program selected.
licensingProgram String
Gets or sets the licensing program.
subscriptionId String
Gets or sets the subscription ID for licensing program selected.

MachineAssessmentSettingsResponse

AzureDiskTypes List<string>
The disk type for the assessment.
AzureHybridUseBenefit string
Gets or sets the user configurable setting to display the azure hybrid use benefit.
AzureLocation string
Azure Location or Azure region where to which the machines will be migrated.
AzurePricingTier string
Gets or sets Azure Pricing Tier - Free, Basic, etc.
AzureSecurityOfferingType string
The azure security offering type.
AzureStorageRedundancy string
Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
AzureVmFamilies List<string>
Gets or sets the Azure VM families.
BillingSettings Pulumi.AzureNative.Migrate.Inputs.BillingSettingsResponse
Gets or sets the billing settings.
Currency string
Currency in which prices should be reported.
DiscountPercentage double
Custom discount percentage.
EnvironmentType string
Gets or sets user configurable setting to display the environment type.
LinuxAzureHybridUseBenefit string
Gets or sets the user configurable setting to display the linux azure hybrid use benefit.
PerformanceData Pulumi.AzureNative.Migrate.Inputs.PerformanceDataResponse
Gets or sets the performance data.
SavingsSettings Pulumi.AzureNative.Migrate.Inputs.SavingsSettingsResponse
Gets or sets the savings settings.
ScalingFactor double
Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
SizingCriterion string
Assessment sizing criterion.
VmUptime Pulumi.AzureNative.Migrate.Inputs.VmUptimeResponse
Gets or sets the duration for which the VMs are up in the on-premises environment.
AzureDiskTypes []string
The disk type for the assessment.
AzureHybridUseBenefit string
Gets or sets the user configurable setting to display the azure hybrid use benefit.
AzureLocation string
Azure Location or Azure region where to which the machines will be migrated.
AzurePricingTier string
Gets or sets Azure Pricing Tier - Free, Basic, etc.
AzureSecurityOfferingType string
The azure security offering type.
AzureStorageRedundancy string
Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
AzureVmFamilies []string
Gets or sets the Azure VM families.
BillingSettings BillingSettingsResponse
Gets or sets the billing settings.
Currency string
Currency in which prices should be reported.
DiscountPercentage float64
Custom discount percentage.
EnvironmentType string
Gets or sets user configurable setting to display the environment type.
LinuxAzureHybridUseBenefit string
Gets or sets the user configurable setting to display the linux azure hybrid use benefit.
PerformanceData PerformanceDataResponse
Gets or sets the performance data.
SavingsSettings SavingsSettingsResponse
Gets or sets the savings settings.
ScalingFactor float64
Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
SizingCriterion string
Assessment sizing criterion.
VmUptime VmUptimeResponse
Gets or sets the duration for which the VMs are up in the on-premises environment.
azureDiskTypes List<String>
The disk type for the assessment.
azureHybridUseBenefit String
Gets or sets the user configurable setting to display the azure hybrid use benefit.
azureLocation String
Azure Location or Azure region where to which the machines will be migrated.
azurePricingTier String
Gets or sets Azure Pricing Tier - Free, Basic, etc.
azureSecurityOfferingType String
The azure security offering type.
azureStorageRedundancy String
Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
azureVmFamilies List<String>
Gets or sets the Azure VM families.
billingSettings BillingSettingsResponse
Gets or sets the billing settings.
currency String
Currency in which prices should be reported.
discountPercentage Double
Custom discount percentage.
environmentType String
Gets or sets user configurable setting to display the environment type.
linuxAzureHybridUseBenefit String
Gets or sets the user configurable setting to display the linux azure hybrid use benefit.
performanceData PerformanceDataResponse
Gets or sets the performance data.
savingsSettings SavingsSettingsResponse
Gets or sets the savings settings.
scalingFactor Double
Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
sizingCriterion String
Assessment sizing criterion.
vmUptime VmUptimeResponse
Gets or sets the duration for which the VMs are up in the on-premises environment.
azureDiskTypes string[]
The disk type for the assessment.
azureHybridUseBenefit string
Gets or sets the user configurable setting to display the azure hybrid use benefit.
azureLocation string
Azure Location or Azure region where to which the machines will be migrated.
azurePricingTier string
Gets or sets Azure Pricing Tier - Free, Basic, etc.
azureSecurityOfferingType string
The azure security offering type.
azureStorageRedundancy string
Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
azureVmFamilies string[]
Gets or sets the Azure VM families.
billingSettings BillingSettingsResponse
Gets or sets the billing settings.
currency string
Currency in which prices should be reported.
discountPercentage number
Custom discount percentage.
environmentType string
Gets or sets user configurable setting to display the environment type.
linuxAzureHybridUseBenefit string
Gets or sets the user configurable setting to display the linux azure hybrid use benefit.
performanceData PerformanceDataResponse
Gets or sets the performance data.
savingsSettings SavingsSettingsResponse
Gets or sets the savings settings.
scalingFactor number
Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
sizingCriterion string
Assessment sizing criterion.
vmUptime VmUptimeResponse
Gets or sets the duration for which the VMs are up in the on-premises environment.
azure_disk_types Sequence[str]
The disk type for the assessment.
azure_hybrid_use_benefit str
Gets or sets the user configurable setting to display the azure hybrid use benefit.
azure_location str
Azure Location or Azure region where to which the machines will be migrated.
azure_pricing_tier str
Gets or sets Azure Pricing Tier - Free, Basic, etc.
azure_security_offering_type str
The azure security offering type.
azure_storage_redundancy str
Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
azure_vm_families Sequence[str]
Gets or sets the Azure VM families.
billing_settings BillingSettingsResponse
Gets or sets the billing settings.
currency str
Currency in which prices should be reported.
discount_percentage float
Custom discount percentage.
environment_type str
Gets or sets user configurable setting to display the environment type.
linux_azure_hybrid_use_benefit str
Gets or sets the user configurable setting to display the linux azure hybrid use benefit.
performance_data PerformanceDataResponse
Gets or sets the performance data.
savings_settings SavingsSettingsResponse
Gets or sets the savings settings.
scaling_factor float
Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
sizing_criterion str
Assessment sizing criterion.
vm_uptime VmUptimeResponse
Gets or sets the duration for which the VMs are up in the on-premises environment.
azureDiskTypes List<String>
The disk type for the assessment.
azureHybridUseBenefit String
Gets or sets the user configurable setting to display the azure hybrid use benefit.
azureLocation String
Azure Location or Azure region where to which the machines will be migrated.
azurePricingTier String
Gets or sets Azure Pricing Tier - Free, Basic, etc.
azureSecurityOfferingType String
The azure security offering type.
azureStorageRedundancy String
Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
azureVmFamilies List<String>
Gets or sets the Azure VM families.
billingSettings Property Map
Gets or sets the billing settings.
currency String
Currency in which prices should be reported.
discountPercentage Number
Custom discount percentage.
environmentType String
Gets or sets user configurable setting to display the environment type.
linuxAzureHybridUseBenefit String
Gets or sets the user configurable setting to display the linux azure hybrid use benefit.
performanceData Property Map
Gets or sets the performance data.
savingsSettings Property Map
Gets or sets the savings settings.
scalingFactor Number
Percentage of buffer that user wants on performance metrics when recommending Azure sizes.
sizingCriterion String
Assessment sizing criterion.
vmUptime Property Map
Gets or sets the duration for which the VMs are up in the on-premises environment.

MachineAssessmentV2PropertiesResponse

ProvisioningState This property is required. string
The status of the last operation.
Details Pulumi.AzureNative.Migrate.Inputs.AssessmentDetailsResponse
Gets or sets the details of the assessment.
Scope Pulumi.AzureNative.Migrate.Inputs.ScopeResponse
Gets or sets the scope of assessment.
Settings Pulumi.AzureNative.Migrate.Inputs.MachineAssessmentSettingsResponse
Gets or sets the settings for the assessment.
ProvisioningState This property is required. string
The status of the last operation.
Details AssessmentDetailsResponse
Gets or sets the details of the assessment.
Scope ScopeResponse
Gets or sets the scope of assessment.
Settings MachineAssessmentSettingsResponse
Gets or sets the settings for the assessment.
provisioningState This property is required. String
The status of the last operation.
details AssessmentDetailsResponse
Gets or sets the details of the assessment.
scope ScopeResponse
Gets or sets the scope of assessment.
settings MachineAssessmentSettingsResponse
Gets or sets the settings for the assessment.
provisioningState This property is required. string
The status of the last operation.
details AssessmentDetailsResponse
Gets or sets the details of the assessment.
scope ScopeResponse
Gets or sets the scope of assessment.
settings MachineAssessmentSettingsResponse
Gets or sets the settings for the assessment.
provisioning_state This property is required. str
The status of the last operation.
details AssessmentDetailsResponse
Gets or sets the details of the assessment.
scope ScopeResponse
Gets or sets the scope of assessment.
settings MachineAssessmentSettingsResponse
Gets or sets the settings for the assessment.
provisioningState This property is required. String
The status of the last operation.
details Property Map
Gets or sets the details of the assessment.
scope Property Map
Gets or sets the scope of assessment.
settings Property Map
Gets or sets the settings for the assessment.

PerformanceDataResponse

Percentile string
Percentile of the utilization data values to be considered while assessing machines.
PerfDataEndTime string
Gets or sets the end time to consider performance data for assessment.
PerfDataStartTime string
Gets or sets the start time to consider performance data for assessment.
TimeRange string
Time Range for which the historic utilization data should be considered for assessment.
Percentile string
Percentile of the utilization data values to be considered while assessing machines.
PerfDataEndTime string
Gets or sets the end time to consider performance data for assessment.
PerfDataStartTime string
Gets or sets the start time to consider performance data for assessment.
TimeRange string
Time Range for which the historic utilization data should be considered for assessment.
percentile String
Percentile of the utilization data values to be considered while assessing machines.
perfDataEndTime String
Gets or sets the end time to consider performance data for assessment.
perfDataStartTime String
Gets or sets the start time to consider performance data for assessment.
timeRange String
Time Range for which the historic utilization data should be considered for assessment.
percentile string
Percentile of the utilization data values to be considered while assessing machines.
perfDataEndTime string
Gets or sets the end time to consider performance data for assessment.
perfDataStartTime string
Gets or sets the start time to consider performance data for assessment.
timeRange string
Time Range for which the historic utilization data should be considered for assessment.
percentile str
Percentile of the utilization data values to be considered while assessing machines.
perf_data_end_time str
Gets or sets the end time to consider performance data for assessment.
perf_data_start_time str
Gets or sets the start time to consider performance data for assessment.
time_range str
Time Range for which the historic utilization data should be considered for assessment.
percentile String
Percentile of the utilization data values to be considered while assessing machines.
perfDataEndTime String
Gets or sets the end time to consider performance data for assessment.
perfDataStartTime String
Gets or sets the start time to consider performance data for assessment.
timeRange String
Time Range for which the historic utilization data should be considered for assessment.

SavingsSettingsResponse

AzureOfferCode string
Gets or sets the Azure offer code.
SavingsOptions string
Gets or sets the savings options.
AzureOfferCode string
Gets or sets the Azure offer code.
SavingsOptions string
Gets or sets the savings options.
azureOfferCode String
Gets or sets the Azure offer code.
savingsOptions String
Gets or sets the savings options.
azureOfferCode string
Gets or sets the Azure offer code.
savingsOptions string
Gets or sets the savings options.
azure_offer_code str
Gets or sets the Azure offer code.
savings_options str
Gets or sets the savings options.
azureOfferCode String
Gets or sets the Azure offer code.
savingsOptions String
Gets or sets the savings options.

ScopeResponse

AzureResourceGraphQuery string
The ARG query.
ScopeType string
The scope type
ServerGroupId string
The server group arm id.
AzureResourceGraphQuery string
The ARG query.
ScopeType string
The scope type
ServerGroupId string
The server group arm id.
azureResourceGraphQuery String
The ARG query.
scopeType String
The scope type
serverGroupId String
The server group arm id.
azureResourceGraphQuery string
The ARG query.
scopeType string
The scope type
serverGroupId string
The server group arm id.
azure_resource_graph_query str
The ARG query.
scope_type str
The scope type
server_group_id str
The server group arm id.
azureResourceGraphQuery String
The ARG query.
scopeType String
The scope type
serverGroupId String
The server group arm id.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

VmUptimeResponse

DaysPerMonth double
Number of days in a month for VM uptime.
HoursPerDay double
Number of hours per day for VM uptime.
DaysPerMonth float64
Number of days in a month for VM uptime.
HoursPerDay float64
Number of hours per day for VM uptime.
daysPerMonth Double
Number of days in a month for VM uptime.
hoursPerDay Double
Number of hours per day for VM uptime.
daysPerMonth number
Number of days in a month for VM uptime.
hoursPerDay number
Number of hours per day for VM uptime.
days_per_month float
Number of days in a month for VM uptime.
hours_per_day float
Number of hours per day for VM uptime.
daysPerMonth Number
Number of days in a month for VM uptime.
hoursPerDay Number
Number of hours per day for VM uptime.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi