FabricClient.ClusterManagementClient.ToggleVerboseServicePlacementHealthReportingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ToggleVerboseServicePlacementHealthReportingAsync(Boolean) | |
| ToggleVerboseServicePlacementHealthReportingAsync(Boolean, TimeSpan, CancellationToken) |
ToggleVerboseServicePlacementHealthReportingAsync(Boolean)
public System.Threading.Tasks.Task ToggleVerboseServicePlacementHealthReportingAsync(bool enabled);
member this.ToggleVerboseServicePlacementHealthReportingAsync : bool -> System.Threading.Tasks.Task
Public Function ToggleVerboseServicePlacementHealthReportingAsync (enabled As Boolean) As Task
Parameters
- enabled
- System.Boolean
Returns
System.Threading.Tasks.Task
Applies to
ToggleVerboseServicePlacementHealthReportingAsync(Boolean, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task ToggleVerboseServicePlacementHealthReportingAsync(bool enabled, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.ToggleVerboseServicePlacementHealthReportingAsync : bool * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ToggleVerboseServicePlacementHealthReportingAsync (enabled As Boolean, timeout As TimeSpan, cancellationToken As CancellationToken) As Task
Parameters
- enabled
- System.Boolean
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task