VirtualApplianceNetworkInterfaceConfiguration Class

Represents a single NIC configuration.

Inheritance
azure.mgmt.network._serialization.Model
VirtualApplianceNetworkInterfaceConfiguration

Constructor

VirtualApplianceNetworkInterfaceConfiguration(*, nic_type: str | _models.NicTypeInRequest | None = None, properties: _models.VirtualApplianceNetworkInterfaceConfigurationProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
nic_type

NIC type. This should be either PublicNic or PrivateNic. Known values are: "PublicNic" and "PrivateNic".

properties

Represents a single NIC configuration properties.

Variables

Name Description
nic_type

NIC type. This should be either PublicNic or PrivateNic. Known values are: "PublicNic" and "PrivateNic".

properties

Represents a single NIC configuration properties.