ManagedMaintenanceWindowStatusOperations interface
Interface representing a ManagedMaintenanceWindowStatusOperations.
Methods
get(string, string, Managed |
Action to get Maintenance Window Status of the Service Fabric Managed Clusters. |
Method Details
get(string, string, ManagedMaintenanceWindowStatusGetOptionalParams)
Action to get Maintenance Window Status of the Service Fabric Managed Clusters.
function get(resourceGroupName: string, clusterName: string, options?: ManagedMaintenanceWindowStatusGetOptionalParams): Promise<ManagedMaintenanceWindowStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- clusterName
-
string
The name of the cluster resource.
The options parameters.
Returns
Promise<ManagedMaintenanceWindowStatus>
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