ManagedApplyMaintenanceWindow interface

Interface representing a ManagedApplyMaintenanceWindow.

Methods

post(string, string, ManagedApplyMaintenanceWindowPostOptionalParams)

Action to Apply Maintenance window on the Service Fabric Managed Clusters, right now. Any pending update will be applied.

Method Details

post(string, string, ManagedApplyMaintenanceWindowPostOptionalParams)

Action to Apply Maintenance window on the Service Fabric Managed Clusters, right now. Any pending update will be applied.

function post(resourceGroupName: string, clusterName: string, options?: ManagedApplyMaintenanceWindowPostOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

options
ManagedApplyMaintenanceWindowPostOptionalParams

The options parameters.

Returns

Promise<void>