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