NetworkCloudClusterResource.Inspect Method

Definition

Trigger an inspection of the cluster to perform validation and optional corrective actions based on the supplied additional actions and filters.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/inspect.
  • Operation Id. : Clusters_Inspect.
  • Default Api Version. : 2026-01-01-preview.
  • Resource. : NetworkCloudClusterResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult> Inspect(Azure.WaitUntil waitUntil, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterInspectContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Inspect : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterInspectContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>
override this.Inspect : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterInspectContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>
Public Overridable Function Inspect (waitUntil As WaitUntil, Optional content As NetworkCloudClusterInspectContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkCloudOperationStatusResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
NetworkCloudClusterInspectContent

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to