File 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
File() |
Initializes a new instance of the File class. |
File(String, String, String, Nullable<DateTime>, Nullable<Int64>) |
Initializes a new instance of the File class. |
File()
Initializes a new instance of the File class.
public File ();
Public Sub New ()
Applies to
File(String, String, String, Nullable<DateTime>, Nullable<Int64>)
Initializes a new instance of the File class.
public File (string name = default, string fileType = default, string downloadUrl = default, DateTime? lastModified = default, long? contentLength = default);
new Microsoft.Azure.Management.BatchAI.Models.File : string * string * string * Nullable<DateTime> * Nullable<int64> -> Microsoft.Azure.Management.BatchAI.Models.File
Public Sub New (Optional name As String = Nothing, Optional fileType As String = Nothing, Optional downloadUrl As String = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional contentLength As Nullable(Of Long) = Nothing)
Parameters
- name
- String
Name.
- fileType
- String
File type.
- downloadUrl
- String
Download URL.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET