VirtualApplianceNetworkInterfaceConfiguration Class
Represents a single NIC configuration.
- Inheritance
-
azure.mgmt.network._serialization.ModelVirtualApplianceNetworkInterfaceConfiguration
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python