共用方式為


DatabaseAccountListKeysResultInner Constructors

Definition

Overloads

DatabaseAccountListKeysResultInner()

Initializes a new instance of the DatabaseAccountListKeysResultInner class.

DatabaseAccountListKeysResultInner(String, String, String, String)

Initializes a new instance of the DatabaseAccountListKeysResultInner class.

DatabaseAccountListKeysResultInner()

Initializes a new instance of the DatabaseAccountListKeysResultInner class.

public DatabaseAccountListKeysResultInner ();
Public Sub New ()

Applies to

DatabaseAccountListKeysResultInner(String, String, String, String)

Initializes a new instance of the DatabaseAccountListKeysResultInner class.

public DatabaseAccountListKeysResultInner (string primaryReadonlyMasterKey = default, string secondaryReadonlyMasterKey = default, string primaryMasterKey = default, string secondaryMasterKey = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountListKeysResultInner : string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountListKeysResultInner
Public Sub New (Optional primaryReadonlyMasterKey As String = Nothing, Optional secondaryReadonlyMasterKey As String = Nothing, Optional primaryMasterKey As String = Nothing, Optional secondaryMasterKey As String = Nothing)

Parameters

primaryReadonlyMasterKey
String

Base 64 encoded value of the primary read-only key.

secondaryReadonlyMasterKey
String

Base 64 encoded value of the secondary read-only key.

primaryMasterKey
String

Base 64 encoded value of the primary read-write key.

secondaryMasterKey
String

Base 64 encoded value of the secondary read-write key.

Applies to