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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET