共用方式為


AzureNLBManagement@1 - Azure 網路Load Balancer v1 工作

使用此工作將 Azure 虛擬機器的網路介面連線或中斷連線至負載平衡器的後端位址集區。

Syntax

# Azure Network Load Balancer v1
# Connect or disconnect an Azure virtual machine's network interface to a Load Balancer's back end address pool.
- task: AzureNLBManagement@1
  inputs:
    azureSubscription: # string. Alias: ConnectedServiceName. Required. Azure Subscription. 
    ResourceGroupName: # string. Required. Resource Group. 
    LoadBalancer: # string. Required. Load Balancer Name. 
    Action: # 'Disconnect' | 'Connect'. Required. Action.
# Azure Network Load Balancer v1
# Connect/Disconnect an Azure virtual machine's network interface to a Load Balancer's backend address pool.
- task: AzureNLBManagement@1
  inputs:
    azureSubscription: # string. Alias: ConnectedServiceName. Required. Azure Subscription. 
    ResourceGroupName: # string. Required. Resource Group. 
    LoadBalancer: # string. Required. Load Balancer Name. 
    Action: # 'Disconnect' | 'Connect'. Required. Action.

輸入

azureSubscription - Azure 訂用帳戶
輸入別名: ConnectedServiceNamestring. 必要。

指定部署的 Azure Resource Manager 訂用帳戶。


ResourceGroupName - 資源群組
string. 必要。

指定資源組名。


LoadBalancer - Load Balancer名稱
string. 必要。

指定或輸入負載平衡器的名稱。


Action - 行動
string. 必要。 允許的值: Disconnect (中斷連線主要網路介面) , Connect (連線主要網路介面) 。

您想要執行的動作。

中斷連線:從負載平衡器的後端集區移除虛擬機器的主要網路介面,使其停止接收網路流量。

連線:將虛擬機器的主要網路介面新增至負載平衡器後端集區,以便根據負載平衡器資源的負載平衡規則開始接收網路流量。


工作控制選項

除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制項選項和一般工作屬性

輸出變數

無。

備註

使用此工作將 Azure 虛擬機器的網路介面連線或中斷連線至負載平衡器的位址集區。

規格需求

需求 描述
管線類型 YAML、傳統組建、傳統版本
執行于 DeploymentGroup
要求
Capabilities 此工作不符合作業中後續工作的任何需求。
命令限制 任何
Settable 變數 任何
代理程式版本 1.95.0 或更新版本
工作類別 公用程式