RegenerateAccessKeyParameters 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
RegenerateAccessKeyParameters() |
Initializes a new instance of the RegenerateAccessKeyParameters class. |
RegenerateAccessKeyParameters(String, String) |
Initializes a new instance of the RegenerateAccessKeyParameters class. |
RegenerateAccessKeyParameters()
Initializes a new instance of the RegenerateAccessKeyParameters class.
public RegenerateAccessKeyParameters ();
Public Sub New ()
Applies to
RegenerateAccessKeyParameters(String, String)
Initializes a new instance of the RegenerateAccessKeyParameters class.
public RegenerateAccessKeyParameters (string keyType, string key = default);
new Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters : string * string -> Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters
Public Sub New (keyType As String, Optional key As String = Nothing)
Parameters
- keyType
- String
The access key to regenerate. Possible values include: 'PrimaryKey', 'SecondaryKey'
- key
- String
Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType
Applies to
Azure SDK for .NET