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

PSMultiInstanceSettings(String, Nullable<Int32>) Constructor

Definition

public PSMultiInstanceSettings (string coordinationCommandLine, int? numberOfInstances = default);
new Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings : string * Nullable<int> -> Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings
Public Sub New (coordinationCommandLine As String, Optional numberOfInstances As Nullable(Of Integer) = Nothing)

Parameters

coordinationCommandLine
String
numberOfInstances
Nullable<Int32>

Applies to