PSJobSpecification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PSJobSpecification() | |
PSJobSpecification(PSPoolInformation) |
PSJobSpecification()
public PSJobSpecification ();
Public Sub New ()
Applies to
PSJobSpecification(PSPoolInformation)
public PSJobSpecification (Microsoft.Azure.Commands.Batch.Models.PSPoolInformation poolInformation);
new Microsoft.Azure.Commands.Batch.Models.PSJobSpecification : Microsoft.Azure.Commands.Batch.Models.PSPoolInformation -> Microsoft.Azure.Commands.Batch.Models.PSJobSpecification
Public Sub New (poolInformation As PSPoolInformation)
Parameters
- poolInformation
- PSPoolInformation