次の方法で共有


ServerAdvancedThreatProtectionSettingsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

Advanced Threat Protection 状態を作成または更新します。

public static Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection BeginCreateOrUpdate (this Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations * string * string * Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection -> Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IServerAdvancedThreatProtectionSettingsOperations, resourceGroupName As String, serverName As String, parameters As ServerAdvancedThreatProtection) As ServerAdvancedThreatProtection

パラメーター

operations
IServerAdvancedThreatProtectionSettingsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

parameters
ServerAdvancedThreatProtection

サーバーの Advanced Threat Protection の状態。

戻り値

適用対象