| Modifier and Type | Method and Description |
|---|---|
ResourceFile |
ResourceFile.withAutoStorageContainerName(String autoStorageContainerName)
Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
|
ResourceFile |
ResourceFile.withBlobPrefix(String blobPrefix)
Set the property is valid only when autoStorageContainerName or storageContainerUrl is used.
|
ResourceFile |
ResourceFile.withFileMode(String fileMode)
Set this property applies only to files being downloaded to Linux compute nodes.
|
ResourceFile |
ResourceFile.withFilePath(String filePath)
Set if the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename.
|
ResourceFile |
ResourceFile.withHttpUrl(String httpUrl)
Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
|
ResourceFile |
ResourceFile.withIdentityReference(ComputeNodeIdentityReference identityReference)
Set the identityReference value.
|
ResourceFile |
ResourceFile.withStorageContainerUrl(String storageContainerUrl)
Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceFile> |
StartTask.resourceFiles()
Get the resourceFiles value.
|
| Modifier and Type | Method and Description |
|---|---|
StartTask |
StartTask.withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/