NodeFile 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
NodeFile() |
Initializes a new instance of the NodeFile class. |
NodeFile(String, String, Nullable<Boolean>, FileProperties) |
Initializes a new instance of the NodeFile class. |
NodeFile()
- Source:
- NodeFile.cs
Initializes a new instance of the NodeFile class.
public NodeFile ();
Public Sub New ()
Applies to
NodeFile(String, String, Nullable<Boolean>, FileProperties)
- Source:
- NodeFile.cs
Initializes a new instance of the NodeFile class.
public NodeFile (string name = default, string url = default, bool? isDirectory = default, Microsoft.Azure.Batch.Protocol.Models.FileProperties properties = default);
new Microsoft.Azure.Batch.Protocol.Models.NodeFile : string * string * Nullable<bool> * Microsoft.Azure.Batch.Protocol.Models.FileProperties -> Microsoft.Azure.Batch.Protocol.Models.NodeFile
Public Sub New (Optional name As String = Nothing, Optional url As String = Nothing, Optional isDirectory As Nullable(Of Boolean) = Nothing, Optional properties As FileProperties = Nothing)
Parameters
- name
- String
The file path.
- url
- String
The URL of the file.
- properties
- FileProperties
The file properties.
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