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

NetworkManagerDeploymentStatusParameter 构造函数

定义

重载

NetworkManagerDeploymentStatusParameter()

初始化 NetworkManagerDeploymentStatusParameter 类的新实例。

NetworkManagerDeploymentStatusParameter(IList<String>, IList<String>, String)

初始化 NetworkManagerDeploymentStatusParameter 类的新实例。

NetworkManagerDeploymentStatusParameter()

初始化 NetworkManagerDeploymentStatusParameter 类的新实例。

public NetworkManagerDeploymentStatusParameter ();
Public Sub New ()

适用于

NetworkManagerDeploymentStatusParameter(IList<String>, IList<String>, String)

初始化 NetworkManagerDeploymentStatusParameter 类的新实例。

public NetworkManagerDeploymentStatusParameter (System.Collections.Generic.IList<string> regions = default, System.Collections.Generic.IList<string> deploymentTypes = default, string skipToken = default);
new Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter
Public Sub New (Optional regions As IList(Of String) = Nothing, Optional deploymentTypes As IList(Of String) = Nothing, Optional skipToken As String = Nothing)

参数

regions
IList<String>

位置列表。

deploymentTypes
IList<String>

部署类型的列表。

skipToken
String

分页的继续标记,捕获下一页大小和偏移量,以及查询的上下文。

适用于