你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineScaleSetUpdateNetworkConfiguration Class

Describes a virtual machine scale set network profile's network configurations.

Constructor

VirtualMachineScaleSetUpdateNetworkConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The network configuration name.

properties

Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration.

tags

Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration.

Attributes

name

The network configuration name.

name: str | None

properties

Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration.

properties: _models.VirtualMachineScaleSetUpdateNetworkConfigurationProperties | None

tags

Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration.

tags: dict[str, str] | None