1. Packages
  2. Azure Native
  3. API Docs
  4. servicefabric
  5. getmanagedMaintenanceWindowStatus
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.servicefabric.getmanagedMaintenanceWindowStatus

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

    Action to get Maintenance Window Status of the Service Fabric Managed Clusters. Azure REST API version: 2023-07-01-preview.

    Other available API versions: 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.

    Using getmanagedMaintenanceWindowStatus

    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 getmanagedMaintenanceWindowStatus(args: GetmanagedMaintenanceWindowStatusArgs, opts?: InvokeOptions): Promise<GetmanagedMaintenanceWindowStatusResult>
    function getmanagedMaintenanceWindowStatusOutput(args: GetmanagedMaintenanceWindowStatusOutputArgs, opts?: InvokeOptions): Output<GetmanagedMaintenanceWindowStatusResult>
    def getmanaged_maintenance_window_status(cluster_name: Optional[str] = None,
                                             resource_group_name: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetmanagedMaintenanceWindowStatusResult
    def getmanaged_maintenance_window_status_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                             resource_group_name: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetmanagedMaintenanceWindowStatusResult]
    func GetmanagedMaintenanceWindowStatus(ctx *Context, args *GetmanagedMaintenanceWindowStatusArgs, opts ...InvokeOption) (*GetmanagedMaintenanceWindowStatusResult, error)
    func GetmanagedMaintenanceWindowStatusOutput(ctx *Context, args *GetmanagedMaintenanceWindowStatusOutputArgs, opts ...InvokeOption) GetmanagedMaintenanceWindowStatusResultOutput

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

    public static class GetmanagedMaintenanceWindowStatus 
    {
        public static Task<GetmanagedMaintenanceWindowStatusResult> InvokeAsync(GetmanagedMaintenanceWindowStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetmanagedMaintenanceWindowStatusResult> Invoke(GetmanagedMaintenanceWindowStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetmanagedMaintenanceWindowStatusResult> getmanagedMaintenanceWindowStatus(GetmanagedMaintenanceWindowStatusArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:servicefabric:getmanagedMaintenanceWindowStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster resource.
    ResourceGroupName string
    The name of the resource group.
    ClusterName string
    The name of the cluster resource.
    ResourceGroupName string
    The name of the resource group.
    clusterName String
    The name of the cluster resource.
    resourceGroupName String
    The name of the resource group.
    clusterName string
    The name of the cluster resource.
    resourceGroupName string
    The name of the resource group.
    cluster_name str
    The name of the cluster resource.
    resource_group_name str
    The name of the resource group.
    clusterName String
    The name of the cluster resource.
    resourceGroupName String
    The name of the resource group.

    getmanagedMaintenanceWindowStatus Result

    The following output properties are available:

    CanApplyUpdates bool
    If updates can be applied.
    IsRegionReady bool
    Indicates if the region is ready to configure maintenance windows.
    IsWindowActive bool
    If maintenance window is active.
    IsWindowEnabled bool
    If maintenance window is enabled on this cluster.
    LastWindowEndTimeUTC string
    Last window end time in UTC.
    LastWindowStartTimeUTC string
    Last window start time in UTC.
    LastWindowStatusUpdateAtUTC string
    Last window update time in UTC.
    CanApplyUpdates bool
    If updates can be applied.
    IsRegionReady bool
    Indicates if the region is ready to configure maintenance windows.
    IsWindowActive bool
    If maintenance window is active.
    IsWindowEnabled bool
    If maintenance window is enabled on this cluster.
    LastWindowEndTimeUTC string
    Last window end time in UTC.
    LastWindowStartTimeUTC string
    Last window start time in UTC.
    LastWindowStatusUpdateAtUTC string
    Last window update time in UTC.
    canApplyUpdates Boolean
    If updates can be applied.
    isRegionReady Boolean
    Indicates if the region is ready to configure maintenance windows.
    isWindowActive Boolean
    If maintenance window is active.
    isWindowEnabled Boolean
    If maintenance window is enabled on this cluster.
    lastWindowEndTimeUTC String
    Last window end time in UTC.
    lastWindowStartTimeUTC String
    Last window start time in UTC.
    lastWindowStatusUpdateAtUTC String
    Last window update time in UTC.
    canApplyUpdates boolean
    If updates can be applied.
    isRegionReady boolean
    Indicates if the region is ready to configure maintenance windows.
    isWindowActive boolean
    If maintenance window is active.
    isWindowEnabled boolean
    If maintenance window is enabled on this cluster.
    lastWindowEndTimeUTC string
    Last window end time in UTC.
    lastWindowStartTimeUTC string
    Last window start time in UTC.
    lastWindowStatusUpdateAtUTC string
    Last window update time in UTC.
    can_apply_updates bool
    If updates can be applied.
    is_region_ready bool
    Indicates if the region is ready to configure maintenance windows.
    is_window_active bool
    If maintenance window is active.
    is_window_enabled bool
    If maintenance window is enabled on this cluster.
    last_window_end_time_utc str
    Last window end time in UTC.
    last_window_start_time_utc str
    Last window start time in UTC.
    last_window_status_update_at_utc str
    Last window update time in UTC.
    canApplyUpdates Boolean
    If updates can be applied.
    isRegionReady Boolean
    Indicates if the region is ready to configure maintenance windows.
    isWindowActive Boolean
    If maintenance window is active.
    isWindowEnabled Boolean
    If maintenance window is enabled on this cluster.
    lastWindowEndTimeUTC String
    Last window end time in UTC.
    lastWindowStartTimeUTC String
    Last window start time in UTC.
    lastWindowStatusUpdateAtUTC String
    Last window update time in UTC.

    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