Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenerateArmTemplateRequest

Package version

Parameters for generating an ARM template for deploying artifacts.

Hierarchy

  • GenerateArmTemplateRequest

Index

Properties

Optional fileUploadOptions

fileUploadOptions: FileUploadOptions

Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the default value. Possible values include: 'UploadFilesAndGenerateSasTokens', 'None'

Optional location

location: undefined | string

The location of the virtual machine.

Optional parameters

parameters: ParameterInfo[]

The parameters of the ARM template.

Optional virtualMachineName

virtualMachineName: undefined | string

The resource name of the virtual machine.

Generated using TypeDoc