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 a route update as part of a route table update.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.Route.Update.IWithDestinationAddressPrefix, Microsoft.Azure.Management.Network.Fluent.Route.Update.IWithNextHopType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithDestinationAddressPrefix
interface IWithNextHopType
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithDestinationAddressPrefix, IWithNextHopType
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithDestinationAddressPrefix(String) |
Specifies the destination address prefix to apply the route to. (Inherited from IWithDestinationAddressPrefix) |
WithNextHop(RouteNextHopType) |
Specifies the next hop type. To use a virtual appliance, use .withNextHopToVirtualAppliance(String) instead and specify its IP address. (Inherited from IWithNextHopType) |
WithNextHopToVirtualAppliance(String) |
Specifies the IP address of the virtual appliance for the next hop to go to. (Inherited from IWithNextHopType) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET