Environment.UpdateStages.WithResourceSets Interface

public static interface Environment.UpdateStages.WithResourceSets

The stage of the environment update allowing to specify ResourceSets.

Method Summary

Modifier and Type Method and Description
abstract Update withResourceSets(ResourceSetFragment resourceSets)

Specifies resourceSets.

Method Details

withResourceSets

public abstract Environment.Update withResourceSets(ResourceSetFragment resourceSets)

Specifies resourceSets.

Parameters:

resourceSets - The set of a VM and the setting id it was created for

Returns:

the next update stage

Applies to