ComputeTargetProvisioningConfiguration Class

Abstract parent class for all ComputeTarget provisioning configuration objects.

This class defines the configuration parameters for provisioning compute objects. Provisioning configuration varies by child compute object. Specify provisioning configuration with the provisioning_configuration method of child compute objects that require provisioning.

Initialize the ProvisioningConfiguration object.

Inheritance
ComputeTargetProvisioningConfiguration

Constructor

ComputeTargetProvisioningConfiguration(type, location)

Parameters

type
ComputeTarget
Required

The type of ComputeTarget this object is associated with.

location
str
Required

The Azure region to provision the Compute object in.

type
ComputeTarget
Required

The type of ComputeTarget this object is associated with

location
str
Required

The Azure region to provision the Compute object in.

Methods

validate_configuration

Check that the specified configuration values are valid.

Raises a ComputeTargetException if validation fails.

validate_configuration

Check that the specified configuration values are valid.

Raises a ComputeTargetException if validation fails.

abstract validate_configuration()

Exceptions