ArmResource.GetPolicyAssignmentAsync(String, CancellationToken) 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.
Cette opération récupère une attribution de stratégie unique, compte tenu de son nom et de l’étendue dans laquelle elle a été créée.
- Chemin de requête/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
- IdPolicyAssignments_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.PolicyAssignmentResource>> GetPolicyAssignmentAsync (string policyAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPolicyAssignmentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.PolicyAssignmentResource>>
override this.GetPolicyAssignmentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.PolicyAssignmentResource>>
Public Overridable Function GetPolicyAssignmentAsync (policyAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PolicyAssignmentResource))
Paramètres
- policyAssignmentName
- String
Nom de l’affectation de stratégie à obtenir.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
policyAssignmentName
a la valeur null.
policyAssignmentName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
S’applique à
Azure SDK for .NET