ApplicationGateway.UpdateStages.WithFrontendPort.withoutFrontendPort 方法
定义
重载
withoutFrontendPort(int portNumber) |
Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway. |
withoutFrontendPort(String name) |
Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway. |
withoutFrontendPort(int portNumber)
Removes the specified frontend port.
Note that removing a frontend port referenced by other settings may break the application gateway.
public Update withoutFrontendPort(int portNumber)
参数
- portNumber
- int
the port number of the frontend port to remove
返回
the next stage of the update
withoutFrontendPort(String name)
Removes the specified frontend port.
Note that removing a frontend port referenced by other settings may break the application gateway.
public Update withoutFrontendPort(String name)
参数
- name
- String
the name of the frontend port to remove
返回
the next stage of the update