ArmAdvisorModelFactory.RecommendationResourceWorkload(String, String) 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.
The Workload that this Resource belongs to.
public static Azure.ResourceManager.Advisor.Models.RecommendationResourceWorkload RecommendationResourceWorkload(string id = default, string name = default);
static member RecommendationResourceWorkload : string * string -> Azure.ResourceManager.Advisor.Models.RecommendationResourceWorkload
Public Shared Function RecommendationResourceWorkload (Optional id As String = Nothing, Optional name As String = Nothing) As RecommendationResourceWorkload
Parameters
- id
- String
The Id of the Workload.
- name
- String
The Name of the Workload.
Returns
A new RecommendationResourceWorkload instance for mocking.