NetworkProfile Class
Network profile resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceNetworkProfile
Constructor
NetworkProfile(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, container_network_interface_configurations: List[_models.ContainerNetworkInterfaceConfiguration] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
container_network_interface_configurations
|
List of chid container network interface configurations. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
container_network_interfaces
|
List of child container network interfaces. |
container_network_interface_configurations
|
List of chid container network interface configurations. |
resource_guid
|
The resource GUID property of the network profile resource. |
provisioning_state
|
The provisioning state of the network profile resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python