VirtualApplianceIPConfigurationProperties Class
Represents a single IP configuration properties.
- Inheritance
-
azure.mgmt.network._serialization.ModelVirtualApplianceIPConfigurationProperties
Constructor
VirtualApplianceIPConfigurationProperties(*, primary: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
primary
|
Whether or not this is primary IP configuration of the NIC. |
Variables
Name | Description |
---|---|
primary
|
Whether or not this is primary IP configuration of the NIC. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python