NetworkProfile Class
Network profile resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_02_01.models._models_py3.ResourceNetworkProfile
Constructor
NetworkProfile(*, 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, container_network_interfaces: typing.Union[typing.List[_ForwardRef('ContainerNetworkInterface')], NoneType] = None, container_network_interface_configurations: typing.Union[typing.List[_ForwardRef('ContainerNetworkInterfaceConfiguration')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- container_network_interfaces
- list[ContainerNetworkInterface]
List of child container network interfaces.
- container_network_interface_configurations
- list[ContainerNetworkInterfaceConfiguration]
List of chid container network interface configurations.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- resource_guid
- str
The resource GUID property of the network interface resource.
- provisioning_state
- str
The provisioning state of the resource.
Feedback
Submit and view feedback for