AccessKeys 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
AccessKeys() |
Initializes a new instance of the AccessKeys class. |
AccessKeys(String, String, String, String, String) |
Initializes a new instance of the AccessKeys class. |
AccessKeys()
Initializes a new instance of the AccessKeys class.
public AccessKeys ();
Public Sub New ()
Applies to
AccessKeys(String, String, String, String, String)
Initializes a new instance of the AccessKeys class.
public AccessKeys (string primaryConnectionString = default, string secondaryConnectionString = default, string primaryKey = default, string secondaryKey = default, string keyName = default);
new Microsoft.Azure.Management.Relay.Models.AccessKeys : string * string * string * string * string -> Microsoft.Azure.Management.Relay.Models.AccessKeys
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 created Namespace AuthorizationRule.
- secondaryConnectionString
- String
SecondaryConnectionString of the created Namespace AuthorizationRule
- 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