ServerKeysOperationsExtensions.CreateOrUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバー キーを作成または更新します。
public static Microsoft.Azure.Management.Sql.Models.ServerKey CreateOrUpdate (this Microsoft.Azure.Management.Sql.IServerKeysOperations operations, string resourceGroupName, string serverName, string keyName, Microsoft.Azure.Management.Sql.Models.ServerKey parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IServerKeysOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ServerKey -> Microsoft.Azure.Management.Sql.Models.ServerKey
<Extension()>
Public Function CreateOrUpdate (operations As IServerKeysOperations, resourceGroupName As String, serverName As String, keyName As String, parameters As ServerKey) As ServerKey
パラメーター
- operations
- IServerKeysOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serverName
- String
サーバーの名前。
- keyName
- String
操作する (更新または作成される) サーバー キーの名前。 キー名は、'vault_key_version' の形式である必要があります。 たとえば、keyId が の場合、 https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersionサーバー キー名は次のように書式設定する必要があります: YourVaultName_YourKeyName_YourKeyVersion
- parameters
- ServerKey
要求されたサーバー キー リソースの状態。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET