Bagikan melalui


DatabaseAccountRegenerateKeyParameters Constructors

Definition

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