次の方法で共有


DetachTrafficFilter interface

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

メソッド

beginUpdate(string, string, DetachTrafficFilterUpdateOptionalParams)

特定のデプロイのトラフィック フィルターをデタッチします。

beginUpdateAndWait(string, string, DetachTrafficFilterUpdateOptionalParams)

特定のデプロイのトラフィック フィルターをデタッチします。

メソッドの詳細

beginUpdate(string, string, DetachTrafficFilterUpdateOptionalParams)

特定のデプロイのトラフィック フィルターをデタッチします。

function beginUpdate(resourceGroupName: string, monitorName: string, options?: DetachTrafficFilterUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

monitorName

string

リソース名の監視

options
DetachTrafficFilterUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginUpdateAndWait(string, string, DetachTrafficFilterUpdateOptionalParams)

特定のデプロイのトラフィック フィルターをデタッチします。

function beginUpdateAndWait(resourceGroupName: string, monitorName: string, options?: DetachTrafficFilterUpdateOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

monitorName

string

リソース名の監視

options
DetachTrafficFilterUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<void>