次の方法で共有


AssociateTrafficFilter interface

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

メソッド

beginAssociate(string, string, AssociateTrafficFilterAssociateOptionalParams)

特定のデプロイのトラフィック フィルターを関連付けます。

beginAssociateAndWait(string, string, AssociateTrafficFilterAssociateOptionalParams)

特定のデプロイのトラフィック フィルターを関連付けます。

メソッドの詳細

beginAssociate(string, string, AssociateTrafficFilterAssociateOptionalParams)

特定のデプロイのトラフィック フィルターを関連付けます。

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
AssociateTrafficFilterAssociateOptionalParams

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

戻り値

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

beginAssociateAndWait(string, string, AssociateTrafficFilterAssociateOptionalParams)

特定のデプロイのトラフィック フィルターを関連付けます。

function beginAssociateAndWait(resourceGroupName: string, monitorName: string, options?: AssociateTrafficFilterAssociateOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
AssociateTrafficFilterAssociateOptionalParams

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

戻り値

Promise<void>