ArmMonitorPipelineGroupsModelFactory.PipelineGroupScopeMap 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.Monitor.PipelineGroups.Models.PipelineGroupScopeMap PipelineGroupScopeMap(string from = default, string to = default);
static member PipelineGroupScopeMap : string * string -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupScopeMap
Public Shared Function PipelineGroupScopeMap (Optional from As String = Nothing, Optional to As String = Nothing) As PipelineGroupScopeMap
Parameters
- from
- String
Scope Map Key.
- to
- String
Scope Map Value.
Returns
A new PipelineGroupScopeMap instance for mocking.