ArmEventGridModelFactory.EventGridDomainSharedAccessKeys 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 EventGridDomainSharedAccessKeys.
public static Azure.ResourceManager.EventGrid.Models.EventGridDomainSharedAccessKeys EventGridDomainSharedAccessKeys (string key1 = default, string key2 = default);
static member EventGridDomainSharedAccessKeys : string * string -> Azure.ResourceManager.EventGrid.Models.EventGridDomainSharedAccessKeys
Public Shared Function EventGridDomainSharedAccessKeys (Optional key1 As String = Nothing, Optional key2 As String = Nothing) As EventGridDomainSharedAccessKeys
Parameters
- key1
- String
Shared access key1 for the domain.
- key2
- String
Shared access key2 for the domain.
Returns
A new EventGridDomainSharedAccessKeys instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET