AzureMonitorWorkspace Class

Definition

Properties of an Azure Monitor Workspace

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.AzureMonitorWorkspaceTypeConverter))]
public class AzureMonitorWorkspace : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IAzureMonitorWorkspace
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.AzureMonitorWorkspaceTypeConverter))>]
type AzureMonitorWorkspace = class
    interface IAzureMonitorWorkspace
    interface IJsonSerializable
Public Class AzureMonitorWorkspace
Implements IAzureMonitorWorkspace
Inheritance
AzureMonitorWorkspace
Attributes
Implements

Constructors

Name Description
AzureMonitorWorkspace()

Creates an new AzureMonitorWorkspace instance.

Properties

Name Description
AccountId

The immutable Id of the Azure Monitor Workspace. This property is read-only.

DefaultIngestionSettingDataCollectionEndpointResourceId

The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.

DefaultIngestionSettingDataCollectionRuleImmutableId

The immutable Id of the default data collection rule for this Azure Monitor Workspace.

DefaultIngestionSettingDataCollectionRuleResourceId

The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.

IngestionEndpointMetric

The metrics ingestion endpoint for this Azure Monitor Workspace.

MetricEnableAccessUsingResourcePermission

Flag that indicates whether to enable access using resource permissions.

MetricInternalId

An internal identifier for the metrics container. Only to be used by the system.

MetricPrometheusQueryEndpoint

The Prometheus query endpoint for the Azure Monitor Workspace

PrivateEndpointConnection

List of private endpoint connections

ProvisioningState

The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.

PublicNetworkAccess

Gets or sets allow or disallow public network access to Azure Monitor Workspace

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMonitorWorkspace.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspace.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IAzureMonitorWorkspace.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspace into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to