ResourceFile 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
ResourceFile() |
Initializes a new instance of the ResourceFile class. |
ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference) |
Initializes a new instance of the ResourceFile class. |
ResourceFile()
- Source:
- ResourceFile.cs
Initializes a new instance of the ResourceFile class.
public ResourceFile ();
Public Sub New ()
Applies to
ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference)
- Source:
- ResourceFile.cs
Initializes a new instance of the ResourceFile class.
public ResourceFile (string autoStorageContainerName = default, string storageContainerUrl = default, string httpUrl = default, string blobPrefix = default, string filePath = default, string fileMode = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Batch.Protocol.Models.ResourceFile : string * string * string * string * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Batch.Protocol.Models.ResourceFile
Public Sub New (Optional autoStorageContainerName As String = Nothing, Optional storageContainerUrl As String = Nothing, Optional httpUrl As String = Nothing, Optional blobPrefix As String = Nothing, Optional filePath As String = Nothing, Optional fileMode As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)
Parameters
- autoStorageContainerName
- String
The storage container name in the auto storage Account.
- storageContainerUrl
- String
The URL of the blob container within Azure Blob Storage.
- httpUrl
- String
The URL of the file to download.
- blobPrefix
- String
The blob prefix to use when downloading blobs from an Azure Storage container. Only the blobs whose names begin with the specified prefix will be downloaded.
- filePath
- String
The location on the Compute Node to which to download the file(s), relative to the Task's working directory.
- fileMode
- String
The file permission mode attribute in octal format.
- identityReference
- ComputeNodeIdentityReference
The reference to the user assigned identity to use to access Azure Blob Storage specified by storageContainerUrl or httpUrl