Udostępnij za pośrednictwem


AutomanageBestPracticeResource.GetAsync(CancellationToken) Method

Definition

Get information about a Automanage best practice

  • Request Path: /providers/Microsoft.Automanage/bestPractices/{bestPracticeName}
  • Operation Id: BestPractices_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageBestPracticeResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageBestPracticeResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageBestPracticeResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomanageBestPracticeResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to