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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.