ArmMonitorPipelineGroupsModelFactory.PipelineGroupScopeMap Method

Definition

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.

Applies to