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_11_01.models._models_py3.Resource
NetworkProfile

Constructor

NetworkProfile(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, container_network_interface_configurations: typing.Union[typing.List[_ForwardRef('ContainerNetworkInterfaceConfiguration')], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

container_network_interface_configurations
list[ContainerNetworkInterfaceConfiguration]

List of chid container network interface configurations.

Variables

name
str

Resource name.

type
str

Resource type.

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.

resource_guid
str

The resource GUID property of the network profile resource.

provisioning_state
str or ProvisioningState

The provisioning state of the network profile resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".