IUpdate Interface
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.
The entirety of an application gateway backend update as part of an application gateway update.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Update.IWithAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithAddress
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAddress
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithFqdn(String) |
Adds the specified existing fully qualified domain name (FQDN) to the backend. (Inherited from IWithAddress) |
WithIPAddress(String) |
Adds the specified existing IP address to the backend. (Inherited from IWithAddress) |
WithoutAddress(ApplicationGatewayBackendAddress) |
Ensure the specified address is not associated with this backend. (Inherited from IWithAddress) |
WithoutFqdn(String) |
Ensures the specified fully qualified domain name (FQDN) is not associated with this backend. (Inherited from IWithAddress) |
WithoutIPAddress(String) |
Ensures the specified IP address is not associated with this backend. (Inherited from IWithAddress) |
Applies to
Azure SDK for .NET