ArmMonitorWorkspacesModelFactory.MonitorIssueBackground 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.Workspaces.Models.MonitorIssueBackground MonitorIssueBackground(string type = default, string text = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Workspaces.Models.MonitorIssueBackgroundDetails> details = default);
static member MonitorIssueBackground : string * string * seq<Azure.ResourceManager.Monitor.Workspaces.Models.MonitorIssueBackgroundDetails> -> Azure.ResourceManager.Monitor.Workspaces.Models.MonitorIssueBackground
Public Shared Function MonitorIssueBackground (Optional type As String = Nothing, Optional text As String = Nothing, Optional details As IEnumerable(Of MonitorIssueBackgroundDetails) = Nothing) As MonitorIssueBackground
Parameters
- type
- String
The background type.
- text
- String
The background text.
- details
- IEnumerable<MonitorIssueBackgroundDetails>
The background details.
Returns
A new MonitorIssueBackground instance for mocking.