azure-native.servicefabric.getManagedMaintenanceWindowStatus
Explore with Pulumi AI
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, 2025-03-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>
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]
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)
public static Output<GetManagedMaintenanceWindowStatusResult> getManagedMaintenanceWindowStatus(GetManagedMaintenanceWindowStatusArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:servicefabric:getManagedMaintenanceWindowStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string - The name of the cluster resource.
- Resource
Group stringName - The name of the resource group.
- Cluster
Name string - The name of the cluster resource.
- Resource
Group stringName - The name of the resource group.
- cluster
Name String - The name of the cluster resource.
- resource
Group StringName - The name of the resource group.
- cluster
Name string - The name of the cluster resource.
- resource
Group stringName - The name of the resource group.
- cluster_
name str - The name of the cluster resource.
- resource_
group_ strname - The name of the resource group.
- cluster
Name String - The name of the cluster resource.
- resource
Group StringName - The name of the resource group.
getManagedMaintenanceWindowStatus Result
The following output properties are available:
- Can
Apply boolUpdates - If updates can be applied.
- Is
Region boolReady - Indicates if the region is ready to configure maintenance windows.
- Is
Window boolActive - If maintenance window is active.
- Is
Window boolEnabled - If maintenance window is enabled on this cluster.
- Last
Window stringEnd Time UTC - Last window end time in UTC.
- Last
Window stringStart Time UTC - Last window start time in UTC.
- Last
Window stringStatus Update At UTC - Last window update time in UTC.
- Can
Apply boolUpdates - If updates can be applied.
- Is
Region boolReady - Indicates if the region is ready to configure maintenance windows.
- Is
Window boolActive - If maintenance window is active.
- Is
Window boolEnabled - If maintenance window is enabled on this cluster.
- Last
Window stringEnd Time UTC - Last window end time in UTC.
- Last
Window stringStart Time UTC - Last window start time in UTC.
- Last
Window stringStatus Update At UTC - Last window update time in UTC.
- can
Apply BooleanUpdates - If updates can be applied.
- is
Region BooleanReady - Indicates if the region is ready to configure maintenance windows.
- is
Window BooleanActive - If maintenance window is active.
- is
Window BooleanEnabled - If maintenance window is enabled on this cluster.
- last
Window StringEnd Time UTC - Last window end time in UTC.
- last
Window StringStart Time UTC - Last window start time in UTC.
- last
Window StringStatus Update At UTC - Last window update time in UTC.
- can
Apply booleanUpdates - If updates can be applied.
- is
Region booleanReady - Indicates if the region is ready to configure maintenance windows.
- is
Window booleanActive - If maintenance window is active.
- is
Window booleanEnabled - If maintenance window is enabled on this cluster.
- last
Window stringEnd Time UTC - Last window end time in UTC.
- last
Window stringStart Time UTC - Last window start time in UTC.
- last
Window stringStatus Update At UTC - Last window update time in UTC.
- can_
apply_ boolupdates - If updates can be applied.
- is_
region_ boolready - Indicates if the region is ready to configure maintenance windows.
- is_
window_ boolactive - If maintenance window is active.
- is_
window_ boolenabled - If maintenance window is enabled on this cluster.
- last_
window_ strend_ time_ utc - Last window end time in UTC.
- last_
window_ strstart_ time_ utc - Last window start time in UTC.
- last_
window_ strstatus_ update_ at_ utc - Last window update time in UTC.
- can
Apply BooleanUpdates - If updates can be applied.
- is
Region BooleanReady - Indicates if the region is ready to configure maintenance windows.
- is
Window BooleanActive - If maintenance window is active.
- is
Window BooleanEnabled - If maintenance window is enabled on this cluster.
- last
Window StringEnd Time UTC - Last window end time in UTC.
- last
Window StringStart Time UTC - Last window start time in UTC.
- last
Window StringStatus Update At UTC - Last window update time in UTC.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0