AppServiceVirtualNetworkRoute Class

Definition

Virtual Network route contract used to pass routing information for a Virtual Network. Serialized Name: VnetRoute

public class AppServiceVirtualNetworkRoute : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkRoute>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkRoute>
type AppServiceVirtualNetworkRoute = class
    inherit ResourceData
    interface IJsonModel<AppServiceVirtualNetworkRoute>
    interface IPersistableModel<AppServiceVirtualNetworkRoute>
Public Class AppServiceVirtualNetworkRoute
Inherits ResourceData
Implements IJsonModel(Of AppServiceVirtualNetworkRoute), IPersistableModel(Of AppServiceVirtualNetworkRoute)
Inheritance
AppServiceVirtualNetworkRoute
Implements

Constructors

Name Description
AppServiceVirtualNetworkRoute()

Initializes a new instance of AppServiceVirtualNetworkRoute.

Properties

Name Description
EndAddress

The ending address for this route. If the start address is specified in CIDR notation, this must be omitted. Serialized Name: VnetRoute.properties.endAddress

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

Kind of resource. Serialized Name: VnetRoute.kind

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RouteType

The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only

These values will be used for syncing an app's routes with those from a Virtual Network. Serialized Name: VnetRoute.properties.routeType

StartAddress

The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified. Serialized Name: VnetRoute.properties.startAddress

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AppServiceVirtualNetworkRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppServiceVirtualNetworkRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceVirtualNetworkRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceVirtualNetworkRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppServiceVirtualNetworkRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to