ApplicationGateway.DefinitionStages.WithBackendHttpConfig.defineBackendHttpConfiguration(String name) 方法
定义
Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.
public ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<WithCreate> defineBackendHttpConfiguration(String name)
参数
- name
- String
a unique name for the backend HTTP configuration
返回
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>
the first stage of the backend HTTP configuration definition