1. Packages
  2. Azure Native
  3. API Docs
  4. desktopvirtualization
  5. getScalingPlanPersonalSchedule
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.desktopvirtualization.getScalingPlanPersonalSchedule

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.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Get a ScalingPlanPersonalSchedule. Azure REST API version: 2023-07-07-preview.

    Other available API versions: 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview.

    Using getScalingPlanPersonalSchedule

    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 getScalingPlanPersonalSchedule(args: GetScalingPlanPersonalScheduleArgs, opts?: InvokeOptions): Promise<GetScalingPlanPersonalScheduleResult>
    function getScalingPlanPersonalScheduleOutput(args: GetScalingPlanPersonalScheduleOutputArgs, opts?: InvokeOptions): Output<GetScalingPlanPersonalScheduleResult>
    def get_scaling_plan_personal_schedule(resource_group_name: Optional[str] = None,
                                           scaling_plan_name: Optional[str] = None,
                                           scaling_plan_schedule_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetScalingPlanPersonalScheduleResult
    def get_scaling_plan_personal_schedule_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                           scaling_plan_name: Optional[pulumi.Input[str]] = None,
                                           scaling_plan_schedule_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetScalingPlanPersonalScheduleResult]
    func LookupScalingPlanPersonalSchedule(ctx *Context, args *LookupScalingPlanPersonalScheduleArgs, opts ...InvokeOption) (*LookupScalingPlanPersonalScheduleResult, error)
    func LookupScalingPlanPersonalScheduleOutput(ctx *Context, args *LookupScalingPlanPersonalScheduleOutputArgs, opts ...InvokeOption) LookupScalingPlanPersonalScheduleResultOutput

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

    public static class GetScalingPlanPersonalSchedule 
    {
        public static Task<GetScalingPlanPersonalScheduleResult> InvokeAsync(GetScalingPlanPersonalScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetScalingPlanPersonalScheduleResult> Invoke(GetScalingPlanPersonalScheduleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScalingPlanPersonalScheduleResult> getScalingPlanPersonalSchedule(GetScalingPlanPersonalScheduleArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:desktopvirtualization:getScalingPlanPersonalSchedule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ScalingPlanName string
    The name of the scaling plan.
    ScalingPlanScheduleName string
    The name of the ScalingPlanSchedule
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ScalingPlanName string
    The name of the scaling plan.
    ScalingPlanScheduleName string
    The name of the ScalingPlanSchedule
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    scalingPlanName String
    The name of the scaling plan.
    scalingPlanScheduleName String
    The name of the ScalingPlanSchedule
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    scalingPlanName string
    The name of the scaling plan.
    scalingPlanScheduleName string
    The name of the ScalingPlanSchedule
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    scaling_plan_name str
    The name of the scaling plan.
    scaling_plan_schedule_name str
    The name of the ScalingPlanSchedule
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    scalingPlanName String
    The name of the scaling plan.
    scalingPlanScheduleName String
    The name of the ScalingPlanSchedule

    getScalingPlanPersonalSchedule Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.DesktopVirtualization.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    DaysOfWeek List<string>
    Set of days of the week on which this schedule is active.
    OffPeakActionOnDisconnect string
    Action to be taken after a user disconnect during the off-peak period.
    OffPeakActionOnLogoff string
    Action to be taken after a logoff during the off-peak period.
    OffPeakMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.
    OffPeakMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the off-peak period.
    OffPeakStartTime Pulumi.AzureNative.DesktopVirtualization.Outputs.TimeResponse
    Starting time for off-peak period.
    OffPeakStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the off-peak phase.
    PeakActionOnDisconnect string
    Action to be taken after a user disconnect during the peak period.
    PeakActionOnLogoff string
    Action to be taken after a logoff during the peak period.
    PeakMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.
    PeakMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the peak period.
    PeakStartTime Pulumi.AzureNative.DesktopVirtualization.Outputs.TimeResponse
    Starting time for peak period.
    PeakStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the peak phase.
    RampDownActionOnDisconnect string
    Action to be taken after a user disconnect during the ramp down period.
    RampDownActionOnLogoff string
    Action to be taken after a logoff during the ramp down period.
    RampDownMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.
    RampDownMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp down period.
    RampDownStartTime Pulumi.AzureNative.DesktopVirtualization.Outputs.TimeResponse
    Starting time for ramp down period.
    RampDownStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the ramp down phase.
    RampUpActionOnDisconnect string
    Action to be taken after a user disconnect during the ramp up period.
    RampUpActionOnLogoff string
    Action to be taken after a logoff during the ramp up period.
    RampUpAutoStartHosts string
    The desired startup behavior during the ramp up period for personal vms in the hostpool.
    RampUpMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp up period.
    RampUpMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.
    RampUpStartTime Pulumi.AzureNative.DesktopVirtualization.Outputs.TimeResponse
    Starting time for ramp up period.
    RampUpStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    DaysOfWeek []string
    Set of days of the week on which this schedule is active.
    OffPeakActionOnDisconnect string
    Action to be taken after a user disconnect during the off-peak period.
    OffPeakActionOnLogoff string
    Action to be taken after a logoff during the off-peak period.
    OffPeakMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.
    OffPeakMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the off-peak period.
    OffPeakStartTime TimeResponse
    Starting time for off-peak period.
    OffPeakStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the off-peak phase.
    PeakActionOnDisconnect string
    Action to be taken after a user disconnect during the peak period.
    PeakActionOnLogoff string
    Action to be taken after a logoff during the peak period.
    PeakMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.
    PeakMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the peak period.
    PeakStartTime TimeResponse
    Starting time for peak period.
    PeakStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the peak phase.
    RampDownActionOnDisconnect string
    Action to be taken after a user disconnect during the ramp down period.
    RampDownActionOnLogoff string
    Action to be taken after a logoff during the ramp down period.
    RampDownMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.
    RampDownMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp down period.
    RampDownStartTime TimeResponse
    Starting time for ramp down period.
    RampDownStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the ramp down phase.
    RampUpActionOnDisconnect string
    Action to be taken after a user disconnect during the ramp up period.
    RampUpActionOnLogoff string
    Action to be taken after a logoff during the ramp up period.
    RampUpAutoStartHosts string
    The desired startup behavior during the ramp up period for personal vms in the hostpool.
    RampUpMinutesToWaitOnDisconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp up period.
    RampUpMinutesToWaitOnLogoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.
    RampUpStartTime TimeResponse
    Starting time for ramp up period.
    RampUpStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    daysOfWeek List<String>
    Set of days of the week on which this schedule is active.
    offPeakActionOnDisconnect String
    Action to be taken after a user disconnect during the off-peak period.
    offPeakActionOnLogoff String
    Action to be taken after a logoff during the off-peak period.
    offPeakMinutesToWaitOnDisconnect Integer
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.
    offPeakMinutesToWaitOnLogoff Integer
    The time in minutes to wait before performing the desired session handling action when a user logs off during the off-peak period.
    offPeakStartTime TimeResponse
    Starting time for off-peak period.
    offPeakStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the off-peak phase.
    peakActionOnDisconnect String
    Action to be taken after a user disconnect during the peak period.
    peakActionOnLogoff String
    Action to be taken after a logoff during the peak period.
    peakMinutesToWaitOnDisconnect Integer
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.
    peakMinutesToWaitOnLogoff Integer
    The time in minutes to wait before performing the desired session handling action when a user logs off during the peak period.
    peakStartTime TimeResponse
    Starting time for peak period.
    peakStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the peak phase.
    rampDownActionOnDisconnect String
    Action to be taken after a user disconnect during the ramp down period.
    rampDownActionOnLogoff String
    Action to be taken after a logoff during the ramp down period.
    rampDownMinutesToWaitOnDisconnect Integer
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.
    rampDownMinutesToWaitOnLogoff Integer
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp down period.
    rampDownStartTime TimeResponse
    Starting time for ramp down period.
    rampDownStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the ramp down phase.
    rampUpActionOnDisconnect String
    Action to be taken after a user disconnect during the ramp up period.
    rampUpActionOnLogoff String
    Action to be taken after a logoff during the ramp up period.
    rampUpAutoStartHosts String
    The desired startup behavior during the ramp up period for personal vms in the hostpool.
    rampUpMinutesToWaitOnDisconnect Integer
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp up period.
    rampUpMinutesToWaitOnLogoff Integer
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.
    rampUpStartTime TimeResponse
    Starting time for ramp up period.
    rampUpStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    daysOfWeek string[]
    Set of days of the week on which this schedule is active.
    offPeakActionOnDisconnect string
    Action to be taken after a user disconnect during the off-peak period.
    offPeakActionOnLogoff string
    Action to be taken after a logoff during the off-peak period.
    offPeakMinutesToWaitOnDisconnect number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.
    offPeakMinutesToWaitOnLogoff number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the off-peak period.
    offPeakStartTime TimeResponse
    Starting time for off-peak period.
    offPeakStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the off-peak phase.
    peakActionOnDisconnect string
    Action to be taken after a user disconnect during the peak period.
    peakActionOnLogoff string
    Action to be taken after a logoff during the peak period.
    peakMinutesToWaitOnDisconnect number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.
    peakMinutesToWaitOnLogoff number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the peak period.
    peakStartTime TimeResponse
    Starting time for peak period.
    peakStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the peak phase.
    rampDownActionOnDisconnect string
    Action to be taken after a user disconnect during the ramp down period.
    rampDownActionOnLogoff string
    Action to be taken after a logoff during the ramp down period.
    rampDownMinutesToWaitOnDisconnect number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.
    rampDownMinutesToWaitOnLogoff number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp down period.
    rampDownStartTime TimeResponse
    Starting time for ramp down period.
    rampDownStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the ramp down phase.
    rampUpActionOnDisconnect string
    Action to be taken after a user disconnect during the ramp up period.
    rampUpActionOnLogoff string
    Action to be taken after a logoff during the ramp up period.
    rampUpAutoStartHosts string
    The desired startup behavior during the ramp up period for personal vms in the hostpool.
    rampUpMinutesToWaitOnDisconnect number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp up period.
    rampUpMinutesToWaitOnLogoff number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.
    rampUpStartTime TimeResponse
    Starting time for ramp up period.
    rampUpStartVMOnConnect string
    The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    days_of_week Sequence[str]
    Set of days of the week on which this schedule is active.
    off_peak_action_on_disconnect str
    Action to be taken after a user disconnect during the off-peak period.
    off_peak_action_on_logoff str
    Action to be taken after a logoff during the off-peak period.
    off_peak_minutes_to_wait_on_disconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.
    off_peak_minutes_to_wait_on_logoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the off-peak period.
    off_peak_start_time TimeResponse
    Starting time for off-peak period.
    off_peak_start_vm_on_connect str
    The desired configuration of Start VM On Connect for the hostpool during the off-peak phase.
    peak_action_on_disconnect str
    Action to be taken after a user disconnect during the peak period.
    peak_action_on_logoff str
    Action to be taken after a logoff during the peak period.
    peak_minutes_to_wait_on_disconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.
    peak_minutes_to_wait_on_logoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the peak period.
    peak_start_time TimeResponse
    Starting time for peak period.
    peak_start_vm_on_connect str
    The desired configuration of Start VM On Connect for the hostpool during the peak phase.
    ramp_down_action_on_disconnect str
    Action to be taken after a user disconnect during the ramp down period.
    ramp_down_action_on_logoff str
    Action to be taken after a logoff during the ramp down period.
    ramp_down_minutes_to_wait_on_disconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.
    ramp_down_minutes_to_wait_on_logoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp down period.
    ramp_down_start_time TimeResponse
    Starting time for ramp down period.
    ramp_down_start_vm_on_connect str
    The desired configuration of Start VM On Connect for the hostpool during the ramp down phase.
    ramp_up_action_on_disconnect str
    Action to be taken after a user disconnect during the ramp up period.
    ramp_up_action_on_logoff str
    Action to be taken after a logoff during the ramp up period.
    ramp_up_auto_start_hosts str
    The desired startup behavior during the ramp up period for personal vms in the hostpool.
    ramp_up_minutes_to_wait_on_disconnect int
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp up period.
    ramp_up_minutes_to_wait_on_logoff int
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.
    ramp_up_start_time TimeResponse
    Starting time for ramp up period.
    ramp_up_start_vm_on_connect str
    The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    daysOfWeek List<String>
    Set of days of the week on which this schedule is active.
    offPeakActionOnDisconnect String
    Action to be taken after a user disconnect during the off-peak period.
    offPeakActionOnLogoff String
    Action to be taken after a logoff during the off-peak period.
    offPeakMinutesToWaitOnDisconnect Number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.
    offPeakMinutesToWaitOnLogoff Number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the off-peak period.
    offPeakStartTime Property Map
    Starting time for off-peak period.
    offPeakStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the off-peak phase.
    peakActionOnDisconnect String
    Action to be taken after a user disconnect during the peak period.
    peakActionOnLogoff String
    Action to be taken after a logoff during the peak period.
    peakMinutesToWaitOnDisconnect Number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.
    peakMinutesToWaitOnLogoff Number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the peak period.
    peakStartTime Property Map
    Starting time for peak period.
    peakStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the peak phase.
    rampDownActionOnDisconnect String
    Action to be taken after a user disconnect during the ramp down period.
    rampDownActionOnLogoff String
    Action to be taken after a logoff during the ramp down period.
    rampDownMinutesToWaitOnDisconnect Number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.
    rampDownMinutesToWaitOnLogoff Number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp down period.
    rampDownStartTime Property Map
    Starting time for ramp down period.
    rampDownStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the ramp down phase.
    rampUpActionOnDisconnect String
    Action to be taken after a user disconnect during the ramp up period.
    rampUpActionOnLogoff String
    Action to be taken after a logoff during the ramp up period.
    rampUpAutoStartHosts String
    The desired startup behavior during the ramp up period for personal vms in the hostpool.
    rampUpMinutesToWaitOnDisconnect Number
    The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp up period.
    rampUpMinutesToWaitOnLogoff Number
    The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.
    rampUpStartTime Property Map
    Starting time for ramp up period.
    rampUpStartVMOnConnect String
    The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.

    Supporting Types

    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.

    TimeResponse

    Hour int
    The hour.
    Minute int
    The minute.
    Hour int
    The hour.
    Minute int
    The minute.
    hour Integer
    The hour.
    minute Integer
    The minute.
    hour number
    The hour.
    minute number
    The minute.
    hour int
    The hour.
    minute int
    The minute.
    hour Number
    The hour.
    minute Number
    The minute.

    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.39.0 published on Monday, Apr 29, 2024 by Pulumi