DevTestLabResource.GetDevTestLabPolicy Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource> GetDevTestLabPolicy (string policySetName, string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabPolicy : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource>
override this.GetDevTestLabPolicy : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource>
Public Overridable Function GetDevTestLabPolicy (policySetName As String, name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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.