MonitorWorkspacesExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Monitor.Workspaces.
public static class MonitorWorkspacesExtensions
type MonitorWorkspacesExtensions = class
Public Module MonitorWorkspacesExtensions
- Inheritance
-
MonitorWorkspacesExtensions
Methods
| Name | Description |
|---|---|
| GetMonitorIssueResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MonitorIssueResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMonitorIssueResource(ResourceIdentifier) instead. </item> |
| GetMonitorMetricsContainerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MonitorMetricsContainerResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMonitorMetricsContainerResource(ResourceIdentifier) instead. </item> |
| GetMonitorWorkspace(ResourceGroupResource, String, CancellationToken) |
Returns the specified Azure Monitor Workspace <item> Mocking. To mock this method, please mock GetMonitorWorkspace(String, CancellationToken) instead. </item> |
| GetMonitorWorkspaceAsync(ResourceGroupResource, String, CancellationToken) |
Returns the specified Azure Monitor Workspace <item> Mocking. To mock this method, please mock GetMonitorWorkspaceAsync(String, CancellationToken) instead. </item> |
| GetMonitorWorkspaceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MonitorWorkspaceResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMonitorWorkspaceResource(ResourceIdentifier) instead. </item> |
| GetMonitorWorkspaces(ResourceGroupResource) |
Gets a collection of MonitorWorkspaces in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetMonitorWorkspaces() instead. </item> |
| GetMonitorWorkspaces(SubscriptionResource, CancellationToken) |
Lists all Azure Monitor Workspaces in the specified subscription <item> Mocking. To mock this method, please mock GetMonitorWorkspaces(CancellationToken) instead. </item> |
| GetMonitorWorkspacesAsync(SubscriptionResource, CancellationToken) |
Lists all Azure Monitor Workspaces in the specified subscription <item> Mocking. To mock this method, please mock GetMonitorWorkspacesAsync(CancellationToken) instead. </item> |