다음을 통해 공유


NetworkCloudClusterResource.ScanRuntimeAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>> ScanRuntimeAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ScanRuntimeAsync : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>>
override this.ScanRuntimeAsync : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>>
Public Overridable Function ScanRuntimeAsync (waitUntil As WaitUntil, Optional content As ClusterScanRuntimeContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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