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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET