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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python