VnetRoute Class
Virtual Network route contract used to pass routing information for a Virtual Network.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2016_08_01.models._models_py3.ProxyOnlyResourceVnetRoute
Constructor
VnetRoute(*, kind: Optional[str] = None, vnet_route_name: Optional[str] = None, start_address: Optional[str] = None, end_address: Optional[str] = None, route_type: Optional[Union[str, azure.mgmt.web.v2016_08_01.models._web_site_management_client_enums.RouteType]] = None, **kwargs)
Parameters
- vnet_route_name
- str
The name of this route. This is only returned by the server and does not need to be set by the client.
- start_address
- str
The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
- end_address
- str
The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
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. Possible values include: "DEFAULT", "INHERITED", "STATIC".
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for