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