DomainSharedAccessKeys Constructors
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.
Overloads
DomainSharedAccessKeys() |
Initializes a new instance of the DomainSharedAccessKeys class. |
DomainSharedAccessKeys(String, String) |
Initializes a new instance of the DomainSharedAccessKeys class. |
DomainSharedAccessKeys()
Initializes a new instance of the DomainSharedAccessKeys class.
public DomainSharedAccessKeys ();
Public Sub New ()
Applies to
DomainSharedAccessKeys(String, String)
Initializes a new instance of the DomainSharedAccessKeys class.
public DomainSharedAccessKeys (string key1 = default, string key2 = default);
new Microsoft.Azure.Management.EventGrid.Models.DomainSharedAccessKeys : string * string -> Microsoft.Azure.Management.EventGrid.Models.DomainSharedAccessKeys
Public Sub New (Optional key1 As String = Nothing, Optional key2 As String = Nothing)
Parameters
- key1
- String
Shared access key1 for the domain.
- key2
- String
Shared access key2 for the domain.
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