Freigeben über


AccessPoliciesOperationsExtensions.GetAsync Methode

Definition

Ruft eine vorhandene Zugriffsrichtlinienressource ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity> GetAsync (this Microsoft.Azure.Management.VideoAnalyzer.IAccessPoliciesOperations operations, string resourceGroupName, string accountName, string accessPolicyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.VideoAnalyzer.IAccessPoliciesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity>
<Extension()>
Public Function GetAsync (operations As IAccessPoliciesOperations, resourceGroupName As String, accountName As String, accessPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AccessPolicyEntity)

Parameter

operations
IAccessPoliciesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

accountName
String

Der Name des Azure Video Analyzer-Kontos.

accessPolicyName
String

Der Name der Zugriffsrichtlinie.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft eine vorhandene Zugriffsrichtlinienressource mit dem angegebenen Namen ab.

Gilt für: