ServerAdvancedThreatProtectionSettings interface

ServerAdvancedThreatProtectionSettings を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

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

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

サーバーの Advanced Threat Protection 状態を取得します。

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

サーバーの Advanced Threat Protection 状態の一覧を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>

パラメーター

resourceGroupName

string

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

serverName

string

サーバーの名前。

advancedThreatProtectionName

string

Advanced Threat Protection 状態の名前。

parameters
ServerAdvancedThreatProtection

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

戻り値

beginCreateOrUpdateAndWait(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerAdvancedThreatProtection>

パラメーター

resourceGroupName

string

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

serverName

string

サーバーの名前。

advancedThreatProtectionName

string

Advanced Threat Protection 状態の名前。

parameters
ServerAdvancedThreatProtection

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

戻り値

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

サーバーの Advanced Threat Protection 状態を取得します。

function get(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams): Promise<ServerAdvancedThreatProtection>

パラメーター

resourceGroupName

string

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

serverName

string

サーバーの名前。

advancedThreatProtectionName

string

Advanced Threat Protection 状態の名前。

options
ServerAdvancedThreatProtectionSettingsGetOptionalParams

options パラメーター。

戻り値

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

サーバーの Advanced Threat Protection 状態の一覧を取得します。

function listByServer(resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>

パラメーター

resourceGroupName

string

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

serverName

string

サーバーの名前。

戻り値