ManagedApplyMaintenanceWindow interface
Interface representing a ManagedApplyMaintenanceWindow.
Methods
post(string, string, Managed |
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.
The options parameters.
Returns
Promise<void>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript