Class GetPoolStartTaskResourceFileArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Batch.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolStartTaskResourceFileArgs : InvokeArgs
Constructors
View SourceGetPoolStartTaskResourceFileArgs()
Declaration
public GetPoolStartTaskResourceFileArgs()
Properties
View SourceAutoStorageContainerName
The storage container name in the auto storage account.
Declaration
public string AutoStorageContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BlobPrefix
The blob prefix used when downloading blobs from an Azure Storage container.
Declaration
public string BlobPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FileMode
The file permission mode attribute represented as a string in octal format (e.g. "0644").
Declaration
public string FileMode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FilePath
The location on the compute node to which to download the file, relative to the task's working directory. If the http_url property is specified, the file_path is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the auto_storage_container_name or storage_container_url property is specified.
Declaration
public string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpUrl
The URL of the file to download. If the URL is Azure Blob Storage, it must be readable using anonymous access.
Declaration
public string HttpUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StorageContainerUrl
The URL of the blob container within Azure Blob Storage.
Declaration
public string StorageContainerUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |