AppServiceVirtualNetworkRoute Class

Definition

Virtual Network route contract used to pass routing information for a Virtual Network.

public class AppServiceVirtualNetworkRoute : Azure.ResourceManager.Models.ResourceData
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
type AppServiceVirtualNetworkRoute = class
    inherit ResourceData
    interface IJsonModel<AppServiceVirtualNetworkRoute>
    interface IPersistableModel<AppServiceVirtualNetworkRoute>
Public Class AppServiceVirtualNetworkRoute
Inherits ResourceData
Public Class AppServiceVirtualNetworkRoute
Inherits ResourceData
Implements IJsonModel(Of AppServiceVirtualNetworkRoute), IPersistableModel(Of AppServiceVirtualNetworkRoute)
Inheritance
AppServiceVirtualNetworkRoute
Implements

Constructors

AppServiceVirtualNetworkRoute()

Initializes a new instance of AppServiceVirtualNetworkRoute.

Properties

EndAddress

The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.

Id

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

(Inherited from ResourceData)
Kind

Kind of resource.

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.

StartAddress

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

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

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