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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET