1. Packages
  2. Azure Native
  3. API Docs
  4. servicefabric
  5. getManagedMaintenanceWindowStatus
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.servicefabric.getManagedMaintenanceWindowStatus

Explore with Pulumi AI

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

Action to get Maintenance Window Status of the Service Fabric Managed Clusters.

Uses Azure REST API version 2024-04-01.

Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicefabric [ApiVersion]. See the version guide for details.

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>
Copy
def get_managed_maintenance_window_status(cluster_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetManagedMaintenanceWindowStatusResult
def get_managed_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]
Copy
func GetManagedMaintenanceWindowStatus(ctx *Context, args *GetManagedMaintenanceWindowStatusArgs, opts ...InvokeOption) (*GetManagedMaintenanceWindowStatusResult, error)
func GetManagedMaintenanceWindowStatusOutput(ctx *Context, args *GetManagedMaintenanceWindowStatusOutputArgs, opts ...InvokeOption) GetManagedMaintenanceWindowStatusResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetManagedMaintenanceWindowStatusResult> getManagedMaintenanceWindowStatus(GetManagedMaintenanceWindowStatusArgs args, InvokeOptions options)
public static Output<GetManagedMaintenanceWindowStatusResult> getManagedMaintenanceWindowStatus(GetManagedMaintenanceWindowStatusArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:servicefabric:getManagedMaintenanceWindowStatus
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
clusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
cluster_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the cluster resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi