DevTestLabArtifactGenerateArmTemplateContent.FileUploadOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the default value.
public Azure.ResourceManager.DevTestLabs.Models.DevTestLabFileUploadOption? FileUploadOptions { get; set; }
member this.FileUploadOptions : Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabFileUploadOption> with get, set
Public Property FileUploadOptions As Nullable(Of DevTestLabFileUploadOption)