Microsoft.Azure.Commands.Batch.Models.PSPoolInformation.PSPoolInformation C# (CSharp) Method

PSPoolInformation() public method

public PSPoolInformation ( ) : System
return System
        public PSPoolInformation()
        {
            this.omObject = new Microsoft.Azure.Batch.PoolInformation();
        }
        

Same methods

PSPoolInformation::PSPoolInformation ( Microsoft omObject ) : System
PSPoolInformation