EventGridModelFactory.ResourceAuthorization Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ResourceAuthorization.
public static Azure.Messaging.EventGrid.SystemEvents.ResourceAuthorization ResourceAuthorization(string scope = default, string action = default, System.Collections.Generic.IReadOnlyDictionary<string,string> evidence = default);
static member ResourceAuthorization : string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.ResourceAuthorization
Public Shared Function ResourceAuthorization (Optional scope As String = Nothing, Optional action As String = Nothing, Optional evidence As IReadOnlyDictionary(Of String, String) = Nothing) As ResourceAuthorization
Parameters
- scope
- String
The scope of the authorization.
- action
- String
The action being requested.
- evidence
- IReadOnlyDictionary<String,String>
The evidence for the authorization.
Returns
A new ResourceAuthorization instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET