VirtualMachineScaleSetNetworkConfiguration Class

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

Constructor

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

Variables

Name Description
name
str

The network configuration name. Required.

properties

Describes a virtual machine scale set network profile's IP configuration.

tags

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

Attributes

name

The network configuration name. Required.

name: str

properties

Describes a virtual machine scale set network profile's IP configuration.

properties: _models.VirtualMachineScaleSetNetworkConfigurationProperties | None

tags

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

tags: dict[str, str] | None