ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackend<ParentT>.toBackend(String name) 方法
定义
Associates the request routing rule with a backend on this application gateway.
If the backend does not yet exist, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name.
public WithAttach<ParentT> toBackend(String name)
参数
- name
- String
the name of an existing backend
返回
the next stage of the definition