Partager via


DevTestLabResource.GetDevTestLabPolicyAsync Méthode

Définition

Obtenir la stratégie.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}
  • IdPolicies_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource>> GetDevTestLabPolicyAsync (string policySetName, string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabPolicyAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource>>
override this.GetDevTestLabPolicyAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource>>
Public Overridable Function GetDevTestLabPolicyAsync (policySetName As String, name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabPolicyResource))

Paramètres

policySetName
String

Nom de l’ensemble de stratégies.

name
String

Nom de la stratégie.

expand
String

Spécifiez la requête $expand. Exemple : 'properties($select=description)'.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

policySetName ou name est une chaîne vide, et était censé être non vide.

policySetName ou name est null.

S’applique à