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

Name Description
type
Required

The type of ComputeTarget this object is associated with.

location
Required
str

The Azure region to provision the Compute object in.

type
Required

The type of ComputeTarget this object is associated with

location
Required
str

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

Type Description