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

ComputeFleetVmssNetworkConfigurationProperties Constructor

Definition

Initializes a new instance of ComputeFleetVmssNetworkConfigurationProperties.

public ComputeFleetVmssNetworkConfigurationProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPConfiguration> ipConfigurations);
new Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssNetworkConfigurationProperties : seq<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPConfiguration> -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssNetworkConfigurationProperties
Public Sub New (ipConfigurations As IEnumerable(Of ComputeFleetVmssIPConfiguration))

Parameters

ipConfigurations
IEnumerable<ComputeFleetVmssIPConfiguration>

Specifies the IP configurations of the network interface.

Exceptions

ipConfigurations is null.

Applies to