NetworkProfile interface
Network profile resource.
- Extends
Properties
| container |
List of chid container network interface configurations. |
| container |
List of child container network interfaces. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| provisioning |
The provisioning state of the network profile resource. |
| resource |
The resource GUID property of the network profile resource. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
containerNetworkInterfaceConfigurations
List of chid container network interface configurations.
containerNetworkInterfaceConfigurations?: ContainerNetworkInterfaceConfiguration[]
Property Value
containerNetworkInterfaces
List of child container network interfaces.
containerNetworkInterfaces?: ContainerNetworkInterface[]
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
provisioningState
The provisioning state of the network profile resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the network profile resource.
resourceGuid?: string
Property Value
string
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags