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