IRouteTable 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.RouteTableTypeConverter))]
public interface IRouteTable : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.RouteTableTypeConverter))>]
type IRouteTable = interface
interface IJsonSerializable
Public Interface IRouteTable
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Etag |
A unique read-only string that changes whenever the resource is updated. |
Name |
Resource name. |
Route |
Collection of routes contained within a route table. |
Type |
Resource type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |