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

PSJobScheduleExecutionInformation() private method

private PSJobScheduleExecutionInformation ( Microsoft omObject ) : System
omObject Microsoft
return System
        internal PSJobScheduleExecutionInformation(Microsoft.Azure.Batch.JobScheduleExecutionInformation omObject)
        {
            if ((omObject == null))
            {
                throw new System.ArgumentNullException("omObject");
            }
            this.omObject = omObject;
        }
        
PSJobScheduleExecutionInformation