VirtualDeviceProvisioningInfo Class

Definition

Info about the Virtual Appliance to be Provisioned

public class VirtualDeviceProvisioningInfo
type VirtualDeviceProvisioningInfo = class
Public Class VirtualDeviceProvisioningInfo
Inheritance
VirtualDeviceProvisioningInfo

Constructors

VirtualDeviceProvisioningInfo()

Initializes a new instance of the VirtualDeviceProvisioningInfo class.

Properties

CreateNewStorageAccount

Required. The bool representing whether to create a new Storage Account or use the Storage Account given.

DeleteAzureCisVMOnFailure

Optional. The boolean value to retain Azure VM on failure for debugging purpose.

DeviceName

Required. The name of the device.

ReturnWorkflowId

Optional. The bool representing whether to return the WorkflowId to track the job or not

StorageAccountName

Optional. The name of the storage account. This is required if CreateNewStorageAccount is true.

SubNetName

Required. The name of the sub net.

SubscriptionId

Required. The subscription identifier.

VirtualNetworkName

Required. The name of the virtual network.

Applies to