GenerateArmTemplateRequest interface

Parameters for generating an ARM template for deploying artifacts.

Properties

fileUploadOptions

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.

virtualMachineName

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

The parameters of the ARM template.

parameters?: ParameterInfo[]

Property Value

virtualMachineName

The resource name of the virtual machine.

virtualMachineName?: string

Property Value

string