RouteTablePropertiesFormat Class

Definition

Route Table resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.RouteTablePropertiesFormatTypeConverter))]
public class RouteTablePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRouteTablePropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.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

DisableBgpRoutePropagation

Whether to disable the routes learned by BGP on that route table. True means disable.

ProvisioningState

The provisioning state of the route table resource.

ResourceGuid

The resource GUID property of the route table.

Route

Collection of routes contained within a route table.

Subnet

A collection of references to subnets.

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.CloudService.Models.Api20210301.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.

Applies to