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.CloudService.Models.Api20210301.RouteTableTypeConverter))]
public class RouteTable : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRouteTable, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.RouteTableTypeConverter))>]
type RouteTable = class
interface IRouteTable
interface IJsonSerializable
interface IResource
interface IValidates
Public Class RouteTable
Implements IRouteTable, IValidates
- Inheritance
-
RouteTable
- Attributes
- Implements
Constructors
RouteTable() |
Creates an new RouteTable instance. |
Properties
DisableBgpRoutePropagation |
Whether to disable the routes learned by BGP on that route table. True means disable. |
Etag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. |
Location |
Resource location. |
Name |
Resource name. |
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. |
Tag |
Resource tags. |
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.CloudService.Models.Api20210301.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. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |