ContainerNetworkInterface 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.
Container network interface child resource.
public class ContainerNetworkInterface : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ContainerNetworkInterface>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ContainerNetworkInterface>
public class ContainerNetworkInterface : Azure.ResourceManager.Network.Models.NetworkResourceData
type ContainerNetworkInterface = class
inherit NetworkResourceData
interface IJsonModel<ContainerNetworkInterface>
interface IPersistableModel<ContainerNetworkInterface>
type ContainerNetworkInterface = class
inherit NetworkResourceData
Public Class ContainerNetworkInterface
Inherits NetworkResourceData
Implements IJsonModel(Of ContainerNetworkInterface), IPersistableModel(Of ContainerNetworkInterface)
Public Class ContainerNetworkInterface
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ContainerNetworkInterface() |
Initializes a new instance of ContainerNetworkInterface. |
Properties
ContainerId |
Gets or sets Id. |
ContainerNetworkInterfaceConfiguration |
Container network interface configuration from which this container network interface is created. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
IPConfigurations |
Reference to the ip configuration on this container nic. |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the container network interface resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET