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