ResourceSettingCreationParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.ResourceSettingCreationParameters

public class ResourceSettingCreationParameters

Represents resource specific settings.

Constructor Summary

Constructor Description
ResourceSettingCreationParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String galleryImageResourceId()

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

java.lang.String location()

Get the location where the virtual machine will live.

java.lang.String name()

Get the name of the resource setting.

ReferenceVmCreationParameters referenceVmCreationParameters()

Get creation parameters for Reference Vm.

ManagedLabVmSize size()

Get the size of the virtual machine.

ResourceSettingCreationParameters withGalleryImageResourceId(String galleryImageResourceId)

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

ResourceSettingCreationParameters withLocation(String location)

Set the location where the virtual machine will live.

ResourceSettingCreationParameters withName(String name)

Set the name of the resource setting.

ResourceSettingCreationParameters withReferenceVmCreationParameters(ReferenceVmCreationParameters referenceVmCreationParameters)

Set creation parameters for Reference Vm.

ResourceSettingCreationParameters withSize(ManagedLabVmSize size)

Set the size of the virtual machine.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResourceSettingCreationParameters

public ResourceSettingCreationParameters()

Method Details

galleryImageResourceId

public String galleryImageResourceId()

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

Returns:

the galleryImageResourceId value

location

public String location()

Get the location where the virtual machine will live.

Returns:

the location value

name

public String name()

Get the name of the resource setting.

Returns:

the name value

referenceVmCreationParameters

public ReferenceVmCreationParameters referenceVmCreationParameters()

Get creation parameters for Reference Vm.

Returns:

the referenceVmCreationParameters value

size

public ManagedLabVmSize size()

Get the size of the virtual machine. Possible values include: 'Basic', 'Standard', 'Performance'.

Returns:

the size value

withGalleryImageResourceId

public ResourceSettingCreationParameters withGalleryImageResourceId(String galleryImageResourceId)

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

Parameters:

galleryImageResourceId - the galleryImageResourceId value to set

Returns:

the ResourceSettingCreationParameters object itself.

withLocation

public ResourceSettingCreationParameters withLocation(String location)

Set the location where the virtual machine will live.

Parameters:

location - the location value to set

Returns:

the ResourceSettingCreationParameters object itself.

withName

public ResourceSettingCreationParameters withName(String name)

Set the name of the resource setting.

Parameters:

name - the name value to set

Returns:

the ResourceSettingCreationParameters object itself.

withReferenceVmCreationParameters

public ResourceSettingCreationParameters withReferenceVmCreationParameters(ReferenceVmCreationParameters referenceVmCreationParameters)

Set creation parameters for Reference Vm.

Parameters:

referenceVmCreationParameters - the referenceVmCreationParameters value to set

Returns:

the ResourceSettingCreationParameters object itself.

withSize

public ResourceSettingCreationParameters withSize(ManagedLabVmSize size)

Set the size of the virtual machine. Possible values include: 'Basic', 'Standard', 'Performance'.

Parameters:

size - the size value to set

Returns:

the ResourceSettingCreationParameters object itself.

Applies to