GenerateArmTemplateRequest interface
Parameters for generating an ARM template for deploying artifacts.
Properties
file |
Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the default value. |
location | The location of the virtual machine. |
parameters | The parameters of the ARM template. |
virtual |
The resource name of the virtual machine. |
Property Details
fileUploadOptions
Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the default value.
fileUploadOptions?: string
Property Value
string
location
The location of the virtual machine.
location?: string
Property Value
string
parameters
virtualMachineName
The resource name of the virtual machine.
virtualMachineName?: string
Property Value
string