Azure.ResourceManager.Monitor.Workspaces Namespace

Classes

Name Description
AzureResourceManagerMonitorWorkspacesContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

MonitorIssueCollection

A class representing a collection of MonitorIssueResource and their operations. Each MonitorIssueResource in the collection will belong to the same instance of MonitorWorkspaceResource. To get a MonitorIssueCollection instance call the GetMonitorIssues method from an instance of MonitorWorkspaceResource.

MonitorIssueData

The Issue resource.

MonitorIssueResource

A class representing a MonitorIssue along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a MonitorIssueResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource MonitorWorkspaceResource using the GetMonitorIssues method.

MonitorMetricsContainerCollection

A class representing a collection of MonitorMetricsContainerResource and their operations. Each MonitorMetricsContainerResource in the collection will belong to the same instance of MonitorWorkspaceResource. To get a MonitorMetricsContainerCollection instance call the GetMonitorMetricsContainers method from an instance of MonitorWorkspaceResource.

MonitorMetricsContainerData

Metrics container resource for an Azure Monitor Workspace.

MonitorMetricsContainerResource

A class representing a MonitorMetricsContainer along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a MonitorMetricsContainerResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource MonitorWorkspaceResource using the GetMonitorMetricsContainers method.

MonitorWorkspaceCollection

A class representing a collection of MonitorWorkspaceResource and their operations. Each MonitorWorkspaceResource in the collection will belong to the same instance of ResourceGroupResource. To get a MonitorWorkspaceCollection instance call the GetMonitorWorkspaces method from an instance of ResourceGroupResource.

MonitorWorkspaceData

An Azure Monitor Workspace definition.

MonitorWorkspaceResource

A class representing a MonitorWorkspace along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a MonitorWorkspaceResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetMonitorWorkspaces method.

MonitorWorkspacesExtensions

A class to add extension methods to Azure.ResourceManager.Monitor.Workspaces.