Compartilhar via


IRoute Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.RouteTypeConverter))]
public interface IRoute : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.RouteTypeConverter))>]
type IRoute = interface
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
Public Interface IRoute
Implements ISubResourceAutoGenerated
Derived
Attributes
Implements

Properties

AddressPrefix

The destination CIDR to which the route applies.

Etag

A unique read-only string that changes whenever the resource is updated.

HasBgpOverride

A value indicating whether this route overrides overlapping BGP routes regardless of LPM.

Id

Resource ID.

(Inherited from ISubResourceAutoGenerated)
Name

The name of the resource that is unique within a resource group. This name can be used to access the resource.

NextHopIPAddress

The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.

NextHopType

The type of Azure hop the packet should be sent to.

ProvisioningState

The provisioning state of the route resource.

Type

The type of the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to