ResourceSettings Class

Represents resource specific settings.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
ResourceSettings

Constructor

ResourceSettings(*, reference_vm: azure.mgmt.labservices.models._models_py3.ReferenceVm, gallery_image_resource_id: Optional[str] = None, size: Optional[Union[str, azure.mgmt.labservices.models._managed_labs_client_enums.ManagedLabVmSize]] = None, **kwargs)

Parameters

gallery_image_resource_id
str
Required

The resource id of the gallery image used for creating the virtual machine.

size
str or ManagedLabVmSize
Required

The size of the virtual machine. Possible values include: "Basic", "Standard", "Performance".

reference_vm
ReferenceVm
Required

Required. Details specific to Reference Vm.

Variables

id
str

The unique id of the resource setting.

image_name
str

The name of the image used to created the environment setting.

cores
int

The translated compute cores of the virtual machine.