Share via


AzureMonitorWorkspaceIntegration Class

Definition

Integrations for Azure Monitor Workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Models.Api20220801.AzureMonitorWorkspaceIntegrationTypeConverter))]
public class AzureMonitorWorkspaceIntegration : Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Models.Api20220801.IAzureMonitorWorkspaceIntegration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Models.Api20220801.AzureMonitorWorkspaceIntegrationTypeConverter))>]
type AzureMonitorWorkspaceIntegration = class
    interface IAzureMonitorWorkspaceIntegration
    interface IJsonSerializable
Public Class AzureMonitorWorkspaceIntegration
Implements IAzureMonitorWorkspaceIntegration
Inheritance
AzureMonitorWorkspaceIntegration
Attributes
Implements

Constructors

AzureMonitorWorkspaceIntegration()

Creates an new AzureMonitorWorkspaceIntegration instance.

Properties

AzureMonitorWorkspaceResourceId

The resource Id of the connected Azure Monitor Workspace.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMonitorWorkspaceIntegration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspaceIntegration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Models.Api20220801.IAzureMonitorWorkspaceIntegration.

FromJsonString(String)

Creates a new instance of AzureMonitorWorkspaceIntegration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspaceIntegration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to