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