SqlServerKeyOperations.DefinitionStages.WithThumbprint インターフェイス

public static interface SqlServerKeyOperations.DefinitionStages.WithThumbprint

拇印を設定するSQL Serverキー定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithCreate withThumbprint(String thumbprint)

サーバー キーの拇印を設定します。

メソッドの詳細

withThumbprint

public abstract SqlServerKeyOperations.DefinitionStages.WithCreate withThumbprint(String thumbprint)

サーバー キーの拇印を設定します。

Parameters:

thumbprint - サーバー キーの拇印

Returns:

定義の次のステージ。

適用対象