ContainerServiceManagedClusterResource.GetCommandResultAsync 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.
Gets the results of a command which has been run on the Managed Cluster.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}
- Operation Id: ManagedClusters_GetCommandResult
- Default Api Version: 2023-10-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult>> GetCommandResultAsync (string commandId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCommandResultAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult>>
override this.GetCommandResultAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult>>
Public Overridable Function GetCommandResultAsync (commandId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedClusterRunCommandResult))
Parameters
- commandId
- String
Id of the command.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
commandId
is an empty string, and was expected to be non-empty.
commandId
is null.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET