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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.