RouteTable Class
Route table resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2017_08_01.models._models_py3.ResourceRouteTable
Constructor
RouteTable(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, etag: typing.Union[str, NoneType] = None, routes: typing.Union[typing.List[_ForwardRef('Route')], NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- etag
- str
Gets a unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str
The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
Feedback
Submit and view feedback for