DatabaseAccountRegenerateKeyParameters 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
DatabaseAccountRegenerateKeyParameters() |
Initializes a new instance of the DatabaseAccountRegenerateKeyParameters class. |
DatabaseAccountRegenerateKeyParameters(String) |
Initializes a new instance of the DatabaseAccountRegenerateKeyParameters class. |
DatabaseAccountRegenerateKeyParameters()
Initializes a new instance of the DatabaseAccountRegenerateKeyParameters class.
public DatabaseAccountRegenerateKeyParameters ();
Public Sub New ()
Applies to
DatabaseAccountRegenerateKeyParameters(String)
Initializes a new instance of the DatabaseAccountRegenerateKeyParameters class.
public DatabaseAccountRegenerateKeyParameters (string keyKind);
new Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountRegenerateKeyParameters : string -> Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountRegenerateKeyParameters
Public Sub New (keyKind As String)
Parameters
- keyKind
- String
The access key to regenerate. Possible values include: 'primary', 'secondary', 'primaryReadonly', 'secondaryReadonly'
Applies to
Azure SDK for .NET