Show / Hide Table of Contents

Class GetPoolStartTaskResourceFileArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPoolStartTaskResourceFileArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetPoolStartTaskResourceFileArgs()

Declaration
public GetPoolStartTaskResourceFileArgs()

Properties

View Source

AutoStorageContainerName

The storage container name in the auto storage account.

Declaration
public string AutoStorageContainerName { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
View Source

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
View Source

StorageContainerUrl

The URL of the blob container within Azure Blob Storage.

Declaration
public string StorageContainerUrl { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.