Show / Hide Table of Contents

Class GetPoolStartTaskResourceFileResult

Inheritance
System.Object
GetPoolStartTaskResourceFileResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolStartTaskResourceFileResult

Fields

View Source

AutoStorageContainerName

The storage container name in the auto storage account.

Declaration
public readonly string AutoStorageContainerName
Field Value
Type Description
System.String
View Source

BlobPrefix

The blob prefix used when downloading blobs from an Azure Storage container.

Declaration
public readonly string BlobPrefix
Field 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 readonly string FileMode
Field 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 readonly string FilePath
Field 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 readonly string HttpUrl
Field Value
Type Description
System.String
View Source

StorageContainerUrl

The URL of the blob container within Azure Blob Storage.

Declaration
public readonly string StorageContainerUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.