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

PSResourceFile() private method

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

Same methods

PSResourceFile::PSResourceFile ( string blobSource, string filePath, string fileMode = null ) : System
PSResourceFile