ArmSqlModelFactory.SqlDatabaseKey Method
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.
Initializes a new instance of SqlDatabaseKey.
public static Azure.ResourceManager.Sql.Models.SqlDatabaseKey SqlDatabaseKey (Azure.ResourceManager.Sql.Models.SqlDatabaseKeyType? keyType = default, string thumbprint = default, DateTimeOffset? createdOn = default, string subregion = default);
static member SqlDatabaseKey : Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseKeyType> * string * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.Sql.Models.SqlDatabaseKey
Public Shared Function SqlDatabaseKey (Optional keyType As Nullable(Of SqlDatabaseKeyType) = Nothing, Optional thumbprint As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional subregion As String = Nothing) As SqlDatabaseKey
Parameters
- keyType
- Nullable<SqlDatabaseKeyType>
The database key type. Only supported value is 'AzureKeyVault'.
- thumbprint
- String
Thumbprint of the database key.
- createdOn
- Nullable<DateTimeOffset>
The database key creation date.
- subregion
- String
Subregion of the server key.
Returns
A new SqlDatabaseKey instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET