1. Packages
  2. Azure Native
  3. API Docs
  4. insights
  5. getAutoscaleSetting
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.insights.getAutoscaleSetting

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets an autoscale setting Azure REST API version: 2022-10-01.

    Using getAutoscaleSetting

    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 getAutoscaleSetting(args: GetAutoscaleSettingArgs, opts?: InvokeOptions): Promise<GetAutoscaleSettingResult>
    function getAutoscaleSettingOutput(args: GetAutoscaleSettingOutputArgs, opts?: InvokeOptions): Output<GetAutoscaleSettingResult>
    def get_autoscale_setting(autoscale_setting_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAutoscaleSettingResult
    def get_autoscale_setting_output(autoscale_setting_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAutoscaleSettingResult]
    func LookupAutoscaleSetting(ctx *Context, args *LookupAutoscaleSettingArgs, opts ...InvokeOption) (*LookupAutoscaleSettingResult, error)
    func LookupAutoscaleSettingOutput(ctx *Context, args *LookupAutoscaleSettingOutputArgs, opts ...InvokeOption) LookupAutoscaleSettingResultOutput

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

    public static class GetAutoscaleSetting 
    {
        public static Task<GetAutoscaleSettingResult> InvokeAsync(GetAutoscaleSettingArgs args, InvokeOptions? opts = null)
        public static Output<GetAutoscaleSettingResult> Invoke(GetAutoscaleSettingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutoscaleSettingResult> getAutoscaleSetting(GetAutoscaleSettingArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:insights:getAutoscaleSetting
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AutoscaleSettingName string
    The autoscale setting name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AutoscaleSettingName string
    The autoscale setting name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    autoscaleSettingName String
    The autoscale setting name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    autoscaleSettingName string
    The autoscale setting name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    autoscale_setting_name str
    The autoscale setting name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    autoscaleSettingName String
    The autoscale setting name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getAutoscaleSetting Result

    The following output properties are available:

    Id string
    Azure resource Id
    Location string
    Resource location
    Name string
    Azure resource name
    Profiles List<Pulumi.AzureNative.Insights.Outputs.AutoscaleProfileResponse>
    the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
    SystemData Pulumi.AzureNative.Insights.Outputs.SystemDataResponse
    The system metadata related to the response.
    Type string
    Azure resource type
    Enabled bool
    the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.
    Notifications List<Pulumi.AzureNative.Insights.Outputs.AutoscaleNotificationResponse>
    the collection of notifications.
    PredictiveAutoscalePolicy Pulumi.AzureNative.Insights.Outputs.PredictiveAutoscalePolicyResponse
    the predictive autoscale policy mode.
    Tags Dictionary<string, string>
    Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
    TargetResourceLocation string
    the location of the resource that the autoscale setting should be added to.
    TargetResourceUri string
    the resource identifier of the resource that the autoscale setting should be added to.
    Id string
    Azure resource Id
    Location string
    Resource location
    Name string
    Azure resource name
    Profiles []AutoscaleProfileResponse
    the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
    SystemData SystemDataResponse
    The system metadata related to the response.
    Type string
    Azure resource type
    Enabled bool
    the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.
    Notifications []AutoscaleNotificationResponse
    the collection of notifications.
    PredictiveAutoscalePolicy PredictiveAutoscalePolicyResponse
    the predictive autoscale policy mode.
    Tags map[string]string
    Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
    TargetResourceLocation string
    the location of the resource that the autoscale setting should be added to.
    TargetResourceUri string
    the resource identifier of the resource that the autoscale setting should be added to.
    id String
    Azure resource Id
    location String
    Resource location
    name String
    Azure resource name
    profiles List<AutoscaleProfileResponse>
    the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
    systemData SystemDataResponse
    The system metadata related to the response.
    type String
    Azure resource type
    enabled Boolean
    the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.
    notifications List<AutoscaleNotificationResponse>
    the collection of notifications.
    predictiveAutoscalePolicy PredictiveAutoscalePolicyResponse
    the predictive autoscale policy mode.
    tags Map<String,String>
    Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
    targetResourceLocation String
    the location of the resource that the autoscale setting should be added to.
    targetResourceUri String
    the resource identifier of the resource that the autoscale setting should be added to.
    id string
    Azure resource Id
    location string
    Resource location
    name string
    Azure resource name
    profiles AutoscaleProfileResponse[]
    the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
    systemData SystemDataResponse
    The system metadata related to the response.
    type string
    Azure resource type
    enabled boolean
    the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.
    notifications AutoscaleNotificationResponse[]
    the collection of notifications.
    predictiveAutoscalePolicy PredictiveAutoscalePolicyResponse
    the predictive autoscale policy mode.
    tags {[key: string]: string}
    Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
    targetResourceLocation string
    the location of the resource that the autoscale setting should be added to.
    targetResourceUri string
    the resource identifier of the resource that the autoscale setting should be added to.
    id str
    Azure resource Id
    location str
    Resource location
    name str
    Azure resource name
    profiles Sequence[AutoscaleProfileResponse]
    the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
    system_data SystemDataResponse
    The system metadata related to the response.
    type str
    Azure resource type
    enabled bool
    the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.
    notifications Sequence[AutoscaleNotificationResponse]
    the collection of notifications.
    predictive_autoscale_policy PredictiveAutoscalePolicyResponse
    the predictive autoscale policy mode.
    tags Mapping[str, str]
    Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
    target_resource_location str
    the location of the resource that the autoscale setting should be added to.
    target_resource_uri str
    the resource identifier of the resource that the autoscale setting should be added to.
    id String
    Azure resource Id
    location String
    Resource location
    name String
    Azure resource name
    profiles List<Property Map>
    the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
    systemData Property Map
    The system metadata related to the response.
    type String
    Azure resource type
    enabled Boolean
    the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.
    notifications List<Property Map>
    the collection of notifications.
    predictiveAutoscalePolicy Property Map
    the predictive autoscale policy mode.
    tags Map<String>
    Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
    targetResourceLocation String
    the location of the resource that the autoscale setting should be added to.
    targetResourceUri String
    the resource identifier of the resource that the autoscale setting should be added to.

    Supporting Types

    AutoscaleNotificationResponse

    Operation string
    the operation associated with the notification and its value must be "scale"
    Email Pulumi.AzureNative.Insights.Inputs.EmailNotificationResponse
    the email notification.
    Webhooks List<Pulumi.AzureNative.Insights.Inputs.WebhookNotificationResponse>
    the collection of webhook notifications.
    Operation string
    the operation associated with the notification and its value must be "scale"
    Email EmailNotificationResponse
    the email notification.
    Webhooks []WebhookNotificationResponse
    the collection of webhook notifications.
    operation String
    the operation associated with the notification and its value must be "scale"
    email EmailNotificationResponse
    the email notification.
    webhooks List<WebhookNotificationResponse>
    the collection of webhook notifications.
    operation string
    the operation associated with the notification and its value must be "scale"
    email EmailNotificationResponse
    the email notification.
    webhooks WebhookNotificationResponse[]
    the collection of webhook notifications.
    operation str
    the operation associated with the notification and its value must be "scale"
    email EmailNotificationResponse
    the email notification.
    webhooks Sequence[WebhookNotificationResponse]
    the collection of webhook notifications.
    operation String
    the operation associated with the notification and its value must be "scale"
    email Property Map
    the email notification.
    webhooks List<Property Map>
    the collection of webhook notifications.

    AutoscaleProfileResponse

    Capacity Pulumi.AzureNative.Insights.Inputs.ScaleCapacityResponse
    the number of instances that can be used during this profile.
    Name string
    the name of the profile.
    Rules List<Pulumi.AzureNative.Insights.Inputs.ScaleRuleResponse>
    the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
    FixedDate Pulumi.AzureNative.Insights.Inputs.TimeWindowResponse
    the specific date-time for the profile. This element is not used if the Recurrence element is used.
    Recurrence Pulumi.AzureNative.Insights.Inputs.RecurrenceResponse
    the repeating times at which this profile begins. This element is not used if the FixedDate element is used.
    Capacity ScaleCapacityResponse
    the number of instances that can be used during this profile.
    Name string
    the name of the profile.
    Rules []ScaleRuleResponse
    the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
    FixedDate TimeWindowResponse
    the specific date-time for the profile. This element is not used if the Recurrence element is used.
    Recurrence RecurrenceResponse
    the repeating times at which this profile begins. This element is not used if the FixedDate element is used.
    capacity ScaleCapacityResponse
    the number of instances that can be used during this profile.
    name String
    the name of the profile.
    rules List<ScaleRuleResponse>
    the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
    fixedDate TimeWindowResponse
    the specific date-time for the profile. This element is not used if the Recurrence element is used.
    recurrence RecurrenceResponse
    the repeating times at which this profile begins. This element is not used if the FixedDate element is used.
    capacity ScaleCapacityResponse
    the number of instances that can be used during this profile.
    name string
    the name of the profile.
    rules ScaleRuleResponse[]
    the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
    fixedDate TimeWindowResponse
    the specific date-time for the profile. This element is not used if the Recurrence element is used.
    recurrence RecurrenceResponse
    the repeating times at which this profile begins. This element is not used if the FixedDate element is used.
    capacity ScaleCapacityResponse
    the number of instances that can be used during this profile.
    name str
    the name of the profile.
    rules Sequence[ScaleRuleResponse]
    the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
    fixed_date TimeWindowResponse
    the specific date-time for the profile. This element is not used if the Recurrence element is used.
    recurrence RecurrenceResponse
    the repeating times at which this profile begins. This element is not used if the FixedDate element is used.
    capacity Property Map
    the number of instances that can be used during this profile.
    name String
    the name of the profile.
    rules List<Property Map>
    the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
    fixedDate Property Map
    the specific date-time for the profile. This element is not used if the Recurrence element is used.
    recurrence Property Map
    the repeating times at which this profile begins. This element is not used if the FixedDate element is used.

    EmailNotificationResponse

    CustomEmails List<string>
    the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
    SendToSubscriptionAdministrator bool
    a value indicating whether to send email to subscription administrator.
    SendToSubscriptionCoAdministrators bool
    a value indicating whether to send email to subscription co-administrators.
    CustomEmails []string
    the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
    SendToSubscriptionAdministrator bool
    a value indicating whether to send email to subscription administrator.
    SendToSubscriptionCoAdministrators bool
    a value indicating whether to send email to subscription co-administrators.
    customEmails List<String>
    the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
    sendToSubscriptionAdministrator Boolean
    a value indicating whether to send email to subscription administrator.
    sendToSubscriptionCoAdministrators Boolean
    a value indicating whether to send email to subscription co-administrators.
    customEmails string[]
    the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
    sendToSubscriptionAdministrator boolean
    a value indicating whether to send email to subscription administrator.
    sendToSubscriptionCoAdministrators boolean
    a value indicating whether to send email to subscription co-administrators.
    custom_emails Sequence[str]
    the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
    send_to_subscription_administrator bool
    a value indicating whether to send email to subscription administrator.
    send_to_subscription_co_administrators bool
    a value indicating whether to send email to subscription co-administrators.
    customEmails List<String>
    the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
    sendToSubscriptionAdministrator Boolean
    a value indicating whether to send email to subscription administrator.
    sendToSubscriptionCoAdministrators Boolean
    a value indicating whether to send email to subscription co-administrators.

    MetricTriggerResponse

    MetricName string
    the name of the metric that defines what the rule monitors.
    MetricResourceUri string
    the resource identifier of the resource the rule monitors.
    Operator string
    the operator that is used to compare the metric data and the threshold.
    Statistic string
    the metric statistic type. How the metrics from multiple instances are combined.
    Threshold double
    the threshold of the metric that triggers the scale action.
    TimeAggregation string
    time aggregation type. How the data that is collected should be combined over time. The default value is Average.
    TimeGrain string
    the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
    TimeWindow string
    the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
    Dimensions List<Pulumi.AzureNative.Insights.Inputs.ScaleRuleMetricDimensionResponse>
    List of dimension conditions. For example: [{"DimensionName":"AppName","Operator":"Equals","Values":["App1"]},{"DimensionName":"Deployment","Operator":"Equals","Values":["default"]}].
    DividePerInstance bool
    a value indicating whether metric should divide per instance.
    MetricNamespace string
    the namespace of the metric that defines what the rule monitors.
    MetricResourceLocation string
    the location of the resource the rule monitors.
    MetricName string
    the name of the metric that defines what the rule monitors.
    MetricResourceUri string
    the resource identifier of the resource the rule monitors.
    Operator string
    the operator that is used to compare the metric data and the threshold.
    Statistic string
    the metric statistic type. How the metrics from multiple instances are combined.
    Threshold float64
    the threshold of the metric that triggers the scale action.
    TimeAggregation string
    time aggregation type. How the data that is collected should be combined over time. The default value is Average.
    TimeGrain string
    the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
    TimeWindow string
    the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
    Dimensions []ScaleRuleMetricDimensionResponse
    List of dimension conditions. For example: [{"DimensionName":"AppName","Operator":"Equals","Values":["App1"]},{"DimensionName":"Deployment","Operator":"Equals","Values":["default"]}].
    DividePerInstance bool
    a value indicating whether metric should divide per instance.
    MetricNamespace string
    the namespace of the metric that defines what the rule monitors.
    MetricResourceLocation string
    the location of the resource the rule monitors.
    metricName String
    the name of the metric that defines what the rule monitors.
    metricResourceUri String
    the resource identifier of the resource the rule monitors.
    operator String
    the operator that is used to compare the metric data and the threshold.
    statistic String
    the metric statistic type. How the metrics from multiple instances are combined.
    threshold Double
    the threshold of the metric that triggers the scale action.
    timeAggregation String
    time aggregation type. How the data that is collected should be combined over time. The default value is Average.
    timeGrain String
    the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
    timeWindow String
    the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
    dimensions List<ScaleRuleMetricDimensionResponse>
    List of dimension conditions. For example: [{"DimensionName":"AppName","Operator":"Equals","Values":["App1"]},{"DimensionName":"Deployment","Operator":"Equals","Values":["default"]}].
    dividePerInstance Boolean
    a value indicating whether metric should divide per instance.
    metricNamespace String
    the namespace of the metric that defines what the rule monitors.
    metricResourceLocation String
    the location of the resource the rule monitors.
    metricName string
    the name of the metric that defines what the rule monitors.
    metricResourceUri string
    the resource identifier of the resource the rule monitors.
    operator string
    the operator that is used to compare the metric data and the threshold.
    statistic string
    the metric statistic type. How the metrics from multiple instances are combined.
    threshold number
    the threshold of the metric that triggers the scale action.
    timeAggregation string
    time aggregation type. How the data that is collected should be combined over time. The default value is Average.
    timeGrain string
    the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
    timeWindow string
    the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
    dimensions ScaleRuleMetricDimensionResponse[]
    List of dimension conditions. For example: [{"DimensionName":"AppName","Operator":"Equals","Values":["App1"]},{"DimensionName":"Deployment","Operator":"Equals","Values":["default"]}].
    dividePerInstance boolean
    a value indicating whether metric should divide per instance.
    metricNamespace string
    the namespace of the metric that defines what the rule monitors.
    metricResourceLocation string
    the location of the resource the rule monitors.
    metric_name str
    the name of the metric that defines what the rule monitors.
    metric_resource_uri str
    the resource identifier of the resource the rule monitors.
    operator str
    the operator that is used to compare the metric data and the threshold.
    statistic str
    the metric statistic type. How the metrics from multiple instances are combined.
    threshold float
    the threshold of the metric that triggers the scale action.
    time_aggregation str
    time aggregation type. How the data that is collected should be combined over time. The default value is Average.
    time_grain str
    the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
    time_window str
    the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
    dimensions Sequence[ScaleRuleMetricDimensionResponse]
    List of dimension conditions. For example: [{"DimensionName":"AppName","Operator":"Equals","Values":["App1"]},{"DimensionName":"Deployment","Operator":"Equals","Values":["default"]}].
    divide_per_instance bool
    a value indicating whether metric should divide per instance.
    metric_namespace str
    the namespace of the metric that defines what the rule monitors.
    metric_resource_location str
    the location of the resource the rule monitors.
    metricName String
    the name of the metric that defines what the rule monitors.
    metricResourceUri String
    the resource identifier of the resource the rule monitors.
    operator String
    the operator that is used to compare the metric data and the threshold.
    statistic String
    the metric statistic type. How the metrics from multiple instances are combined.
    threshold Number
    the threshold of the metric that triggers the scale action.
    timeAggregation String
    time aggregation type. How the data that is collected should be combined over time. The default value is Average.
    timeGrain String
    the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
    timeWindow String
    the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
    dimensions List<Property Map>
    List of dimension conditions. For example: [{"DimensionName":"AppName","Operator":"Equals","Values":["App1"]},{"DimensionName":"Deployment","Operator":"Equals","Values":["default"]}].
    dividePerInstance Boolean
    a value indicating whether metric should divide per instance.
    metricNamespace String
    the namespace of the metric that defines what the rule monitors.
    metricResourceLocation String
    the location of the resource the rule monitors.

    PredictiveAutoscalePolicyResponse

    ScaleMode string
    the predictive autoscale mode
    ScaleLookAheadTime string
    the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.
    ScaleMode string
    the predictive autoscale mode
    ScaleLookAheadTime string
    the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.
    scaleMode String
    the predictive autoscale mode
    scaleLookAheadTime String
    the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.
    scaleMode string
    the predictive autoscale mode
    scaleLookAheadTime string
    the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.
    scale_mode str
    the predictive autoscale mode
    scale_look_ahead_time str
    the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.
    scaleMode String
    the predictive autoscale mode
    scaleLookAheadTime String
    the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.

    RecurrenceResponse

    Frequency string
    the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
    Schedule Pulumi.AzureNative.Insights.Inputs.RecurrentScheduleResponse
    the scheduling constraints for when the profile begins.
    Frequency string
    the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
    Schedule RecurrentScheduleResponse
    the scheduling constraints for when the profile begins.
    frequency String
    the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
    schedule RecurrentScheduleResponse
    the scheduling constraints for when the profile begins.
    frequency string
    the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
    schedule RecurrentScheduleResponse
    the scheduling constraints for when the profile begins.
    frequency str
    the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
    schedule RecurrentScheduleResponse
    the scheduling constraints for when the profile begins.
    frequency String
    the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
    schedule Property Map
    the scheduling constraints for when the profile begins.

    RecurrentScheduleResponse

    Days List<string>
    the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
    Hours List<int>
    A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
    Minutes List<int>
    A collection of minutes at which the profile takes effect at.
    TimeZone string
    the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    Days []string
    the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
    Hours []int
    A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
    Minutes []int
    A collection of minutes at which the profile takes effect at.
    TimeZone string
    the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    days List<String>
    the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
    hours List<Integer>
    A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
    minutes List<Integer>
    A collection of minutes at which the profile takes effect at.
    timeZone String
    the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    days string[]
    the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
    hours number[]
    A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
    minutes number[]
    A collection of minutes at which the profile takes effect at.
    timeZone string
    the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    days Sequence[str]
    the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
    hours Sequence[int]
    A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
    minutes Sequence[int]
    A collection of minutes at which the profile takes effect at.
    time_zone str
    the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    days List<String>
    the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
    hours List<Number>
    A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
    minutes List<Number>
    A collection of minutes at which the profile takes effect at.
    timeZone String
    the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time

    ScaleActionResponse

    Cooldown string
    the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
    Direction string
    the scale direction. Whether the scaling action increases or decreases the number of instances.
    Type string
    the type of action that should occur when the scale rule fires.
    Value string
    the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.
    Cooldown string
    the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
    Direction string
    the scale direction. Whether the scaling action increases or decreases the number of instances.
    Type string
    the type of action that should occur when the scale rule fires.
    Value string
    the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.
    cooldown String
    the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
    direction String
    the scale direction. Whether the scaling action increases or decreases the number of instances.
    type String
    the type of action that should occur when the scale rule fires.
    value String
    the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.
    cooldown string
    the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
    direction string
    the scale direction. Whether the scaling action increases or decreases the number of instances.
    type string
    the type of action that should occur when the scale rule fires.
    value string
    the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.
    cooldown str
    the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
    direction str
    the scale direction. Whether the scaling action increases or decreases the number of instances.
    type str
    the type of action that should occur when the scale rule fires.
    value str
    the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.
    cooldown String
    the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
    direction String
    the scale direction. Whether the scaling action increases or decreases the number of instances.
    type String
    the type of action that should occur when the scale rule fires.
    value String
    the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.

    ScaleCapacityResponse

    Default string
    the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
    Maximum string
    the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
    Minimum string
    the minimum number of instances for the resource.
    Default string
    the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
    Maximum string
    the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
    Minimum string
    the minimum number of instances for the resource.
    default_ String
    the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
    maximum String
    the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
    minimum String
    the minimum number of instances for the resource.
    default string
    the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
    maximum string
    the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
    minimum string
    the minimum number of instances for the resource.
    default str
    the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
    maximum str
    the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
    minimum str
    the minimum number of instances for the resource.
    default String
    the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
    maximum String
    the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
    minimum String
    the minimum number of instances for the resource.

    ScaleRuleMetricDimensionResponse

    DimensionName string
    Name of the dimension.
    Operator string
    the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
    Values List<string>
    list of dimension values. For example: ["App1","App2"].
    DimensionName string
    Name of the dimension.
    Operator string
    the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
    Values []string
    list of dimension values. For example: ["App1","App2"].
    dimensionName String
    Name of the dimension.
    operator String
    the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
    values List<String>
    list of dimension values. For example: ["App1","App2"].
    dimensionName string
    Name of the dimension.
    operator string
    the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
    values string[]
    list of dimension values. For example: ["App1","App2"].
    dimension_name str
    Name of the dimension.
    operator str
    the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
    values Sequence[str]
    list of dimension values. For example: ["App1","App2"].
    dimensionName String
    Name of the dimension.
    operator String
    the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
    values List<String>
    list of dimension values. For example: ["App1","App2"].

    ScaleRuleResponse

    MetricTrigger MetricTriggerResponse
    the trigger that results in a scaling action.
    ScaleAction ScaleActionResponse
    the parameters for the scaling action.
    metricTrigger MetricTriggerResponse
    the trigger that results in a scaling action.
    scaleAction ScaleActionResponse
    the parameters for the scaling action.
    metricTrigger MetricTriggerResponse
    the trigger that results in a scaling action.
    scaleAction ScaleActionResponse
    the parameters for the scaling action.
    metric_trigger MetricTriggerResponse
    the trigger that results in a scaling action.
    scale_action ScaleActionResponse
    the parameters for the scaling action.
    metricTrigger Property Map
    the trigger that results in a scaling action.
    scaleAction Property Map
    the parameters for the scaling action.

    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.

    TimeWindowResponse

    End string
    the end time for the profile in ISO 8601 format.
    Start string
    the start time for the profile in ISO 8601 format.
    TimeZone string
    the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    End string
    the end time for the profile in ISO 8601 format.
    Start string
    the start time for the profile in ISO 8601 format.
    TimeZone string
    the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    end String
    the end time for the profile in ISO 8601 format.
    start String
    the start time for the profile in ISO 8601 format.
    timeZone String
    the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    end string
    the end time for the profile in ISO 8601 format.
    start string
    the start time for the profile in ISO 8601 format.
    timeZone string
    the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    end str
    the end time for the profile in ISO 8601 format.
    start str
    the start time for the profile in ISO 8601 format.
    time_zone str
    the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
    end String
    the end time for the profile in ISO 8601 format.
    start String
    the start time for the profile in ISO 8601 format.
    timeZone String
    the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time

    WebhookNotificationResponse

    Properties Dictionary<string, string>
    a property bag of settings. This value can be empty.
    ServiceUri string
    the service address to receive the notification.
    Properties map[string]string
    a property bag of settings. This value can be empty.
    ServiceUri string
    the service address to receive the notification.
    properties Map<String,String>
    a property bag of settings. This value can be empty.
    serviceUri String
    the service address to receive the notification.
    properties {[key: string]: string}
    a property bag of settings. This value can be empty.
    serviceUri string
    the service address to receive the notification.
    properties Mapping[str, str]
    a property bag of settings. This value can be empty.
    service_uri str
    the service address to receive the notification.
    properties Map<String>
    a property bag of settings. This value can be empty.
    serviceUri String
    the service address to receive the notification.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi