ResourceListKeysInner 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
ResourceListKeysInner() |
Initializes a new instance of the ResourceListKeysInner class. |
ResourceListKeysInner(String, String, String, String, String) |
Initializes a new instance of the ResourceListKeysInner class. |
ResourceListKeysInner()
Initializes a new instance of the ResourceListKeysInner class.
public ResourceListKeysInner ();
Public Sub New ()
Applies to
ResourceListKeysInner(String, String, String, String, String)
Initializes a new instance of the ResourceListKeysInner class.
public ResourceListKeysInner (string primaryConnectionString = default, string secondaryConnectionString = default, string primaryKey = default, string secondaryKey = default, string keyName = default);
new Microsoft.Azure.Management.ServiceBus.Fluent.Models.ResourceListKeysInner : string * string * string * string * string -> Microsoft.Azure.Management.ServiceBus.Fluent.Models.ResourceListKeysInner
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
Primary connection string of the created namespace authorization rule.
- secondaryConnectionString
- String
Secondary connection string of the created namespace authorization rule.
- primaryKey
- String
A base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondaryKey
- String
A base64-encoded 256-bit secondary key for signing and validating the SAS token.
- keyName
- String
A string that describes the authorization rule.
Applies to
Azure SDK for .NET