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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.servicefabric.getmanagedMaintenanceWindowStatus
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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:
- 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
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.47.1 published on Monday, Jun 24, 2024 by Pulumi