ArmWorkloadOrchestrationModelFactory.ContextHierarchy(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.
public static Azure.ResourceManager.WorkloadOrchestration.Models.ContextHierarchy ContextHierarchy(string name = default, string description = default);
static member ContextHierarchy : string * string -> Azure.ResourceManager.WorkloadOrchestration.Models.ContextHierarchy
Public Shared Function ContextHierarchy (Optional name As String = Nothing, Optional description As String = Nothing) As ContextHierarchy
Parameters
- name
- String
Name of Hierarchy.
- description
- String
Description of Hierarchy.
Returns
A new ContextHierarchy instance for mocking.