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

PSFileProperties() private method

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