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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET