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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET