Share via


IWithAddress.WithoutAddress(ApplicationGatewayBackendAddress) Method

Definition

Ensure the specified address is not associated with this backend.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Update.IUpdate WithoutAddress (Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddress address);
abstract member WithoutAddress : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddress -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Update.IUpdate
Public Function WithoutAddress (address As ApplicationGatewayBackendAddress) As IUpdate

Parameters

address
ApplicationGatewayBackendAddress

An existing address currently associated with the backend.

Returns

Applies to