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

VirtualMachineScaleSetUpdateNetworkProfile Class

Describes a virtual machine scale set network profile.

Constructor

VirtualMachineScaleSetUpdateNetworkProfile(*, health_probe: _models.ApiEntityReference | None = None, network_interface_configurations: list['_models.VirtualMachineScaleSetUpdateNetworkConfiguration'] | None = None, network_api_version: str | _models.NetworkApiVersion | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
health_probe

A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.

Default value: None
network_interface_configurations

The list of network configurations.

Default value: None
network_api_version

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'. Known values are: "2020-11-01" and "2022-11-01".

Default value: None

Variables

Name Description
health_probe

A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.

network_interface_configurations

The list of network configurations.

network_api_version

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'. Known values are: "2020-11-01" and "2022-11-01".