ArmImpactReportingModelFactory.ImpactedWorkload Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ImpactReporting.Models.ImpactedWorkload ImpactedWorkload(string context = default, Azure.ResourceManager.ImpactReporting.Models.ImpactToolset? toolset = default);
static member ImpactedWorkload : string * Nullable<Azure.ResourceManager.ImpactReporting.Models.ImpactToolset> -> Azure.ResourceManager.ImpactReporting.Models.ImpactedWorkload
Public Shared Function ImpactedWorkload (Optional context As String = Nothing, Optional toolset As Nullable(Of ImpactToolset) = Nothing) As ImpactedWorkload
Parameters
- context
- String
the scenario for the workload.
- toolset
- Nullable<ImpactToolset>
Tool used to interact with Azure. SDK, AzPortal, etc.., Other.
Returns
A new ImpactedWorkload instance for mocking.