RouteTablePropertiesFormat Class

Definition

RouteTablePropertiesFormat - Route Table resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.RouteTablePropertiesFormatTypeConverter))]
public class RouteTablePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRouteTablePropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.RouteTablePropertiesFormatTypeConverter))>]
type RouteTablePropertiesFormat = class
    interface IRouteTablePropertiesFormat
    interface IJsonSerializable
Public Class RouteTablePropertiesFormat
Implements IRouteTablePropertiesFormat
Inheritance
RouteTablePropertiesFormat
Attributes
Implements

Constructors

RouteTablePropertiesFormat()

Creates an new RouteTablePropertiesFormat instance.

Properties

Route

Collection of routes contained within a route table.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RouteTablePropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RouteTablePropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRouteTablePropertiesFormat.

FromJsonString(String)

Creates a new instance of RouteTablePropertiesFormat, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RouteTablePropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to