DatabaseAccountListKeysResult 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
DatabaseAccountListKeysResult() |
Initializes a new instance of the DatabaseAccountListKeysResult class. |
DatabaseAccountListKeysResult(String, String, String, String) |
Initializes a new instance of the DatabaseAccountListKeysResult class. |
DatabaseAccountListKeysResult()
Initializes a new instance of the DatabaseAccountListKeysResult class.
public DatabaseAccountListKeysResult ();
Public Sub New ()
Applies to
DatabaseAccountListKeysResult(String, String, String, String)
Initializes a new instance of the DatabaseAccountListKeysResult class.
public DatabaseAccountListKeysResult (string primaryReadonlyMasterKey = default, string secondaryReadonlyMasterKey = default, string primaryMasterKey = default, string secondaryMasterKey = default);
new Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountListKeysResult : string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountListKeysResult
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
Azure SDK for .NET