VirtualMachineScaleSetNetworkProfile Class
Describes a virtual machine scale set network profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetNetworkProfile
Constructor
VirtualMachineScaleSetNetworkProfile(*, health_probe: _models.ApiEntityReference | None = None, network_interface_configurations: List[_models.VirtualMachineScaleSetNetworkConfiguration] | 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}'. # pylint: disable=line-too-long |
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'. "2020-11-01" |
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}'. # pylint: disable=line-too-long |
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'. "2020-11-01" |
Azure SDK for Python