NetworkProfileData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the NetworkProfile data model. Network profile resource.
public class NetworkProfileData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.NetworkProfileData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.NetworkProfileData>
public class NetworkProfileData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type NetworkProfileData = class
inherit NetworkTrackedResourceData
interface IJsonModel<NetworkProfileData>
interface IPersistableModel<NetworkProfileData>
type NetworkProfileData = class
inherit NetworkTrackedResourceData
Public Class NetworkProfileData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of NetworkProfileData), IPersistableModel(Of NetworkProfileData)
Public Class NetworkProfileData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
NetworkProfileData() |
Initializes a new instance of NetworkProfileData. |
Properties
ContainerNetworkInterfaceConfigurations |
List of chid container network interface configurations. |
ContainerNetworkInterfaces |
List of child container network interfaces. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
ProvisioningState |
The provisioning state of the network profile resource. |
ResourceGuid |
The resource GUID property of the network profile resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET