다음을 통해 공유


ResourceListKeys Constructors

Definition

Overloads

ResourceListKeys()

Initializes a new instance of the ResourceListKeys class.

ResourceListKeys(String, String, String, String, String)

Initializes a new instance of the ResourceListKeys class.

ResourceListKeys()

Initializes a new instance of the ResourceListKeys class.

public ResourceListKeys ();
Public Sub New ()

Applies to

ResourceListKeys(String, String, String, String, String)

Initializes a new instance of the ResourceListKeys class.

public ResourceListKeys (string primaryConnectionString = default, string secondaryConnectionString = default, string primaryKey = default, string secondaryKey = default, string keyName = default);
new Microsoft.Azure.Management.NotificationHubs.Models.ResourceListKeys : string * string * string * string * string -> Microsoft.Azure.Management.NotificationHubs.Models.ResourceListKeys
Public Sub New (Optional primaryConnectionString As String = Nothing, Optional secondaryConnectionString As String = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional keyName As String = Nothing)

Parameters

primaryConnectionString
String

PrimaryConnectionString of the AuthorizationRule.

secondaryConnectionString
String

SecondaryConnectionString of the created AuthorizationRule

primaryKey
String

PrimaryKey of the created AuthorizationRule.

secondaryKey
String

SecondaryKey of the created AuthorizationRule

keyName
String

KeyName of the created AuthorizationRule

Applies to