Partilhar via


NetworkCloudClusterResource.ScanRuntime Method

Definition

Triggers the execution of a runtime protection scan to detect and remediate detected issues, in accordance with the cluster configuration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/scanRuntime
  • Operation Id: Clusters_ScanRuntime
  • Default Api Version: 2024-06-01-preview
  • Resource: NetworkCloudClusterResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult> ScanRuntime (Azure.WaitUntil waitUntil, Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ScanRuntime : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>
override this.ScanRuntime : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>
Public Overridable Function ScanRuntime (waitUntil As WaitUntil, Optional content As ClusterScanRuntimeContent = 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
ClusterScanRuntimeContent

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to