IWithFrontendPort.WithoutFrontendPort Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithoutFrontendPort(Int32) |
Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway. |
WithoutFrontendPort(String) |
Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway. |
WithoutFrontendPort(Int32)
Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithoutFrontendPort (int portNumber);
abstract member WithoutFrontendPort : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithoutFrontendPort (portNumber As Integer) As IUpdate
Parameters
- portNumber
- Int32
The port number of the frontend port to remove.
Returns
Applies to
WithoutFrontendPort(String)
Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithoutFrontendPort (string name);
abstract member WithoutFrontendPort : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithoutFrontendPort (name As String) As IUpdate
Parameters
- name
- String
The name of the frontend port to remove.
Returns
Applies to
Azure SDK for .NET