AppServicePlanRouteForVnet

class AppServicePlanRouteForVnet : KotlinCustomResource

Virtual Network route contract used to pass routing information for a Virtual Network. API Version: 2020-12-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:web:AppServicePlanRouteForVnet myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}/routes/{routeName}

Properties

Link copied to clipboard
val endAddress: Output<String>?

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kind: Output<String>?

Kind of resource.

Link copied to clipboard
val name: Output<String>

Resource Name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val routeType: Output<String>?

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.

Link copied to clipboard
val startAddress: Output<String>?

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

Link copied to clipboard
val type: Output<String>

Resource type.

Link copied to clipboard
val urn: Output<String>