RouteTable Class
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.
Route table resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.RouteTableTypeConverter))]
public class RouteTable : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRouteTable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.RouteTableTypeConverter))>]
type RouteTable = class
interface IRouteTable
interface IJsonSerializable
Public Class RouteTable
Implements IRouteTable
- Inheritance
-
RouteTable
- Attributes
- Implements
Constructors
RouteTable() |
Creates an new RouteTable instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RouteTable. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RouteTable. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRouteTable. |
FromJsonString(String) |
Creates a new instance of RouteTable, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RouteTable into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |