Compartilhar via


IAzureMonitorWorkspace Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.AzureMonitorWorkspaceTypeConverter))]
public interface IAzureMonitorWorkspace : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.AzureMonitorWorkspaceTypeConverter))>]
type IAzureMonitorWorkspace = interface
    interface IJsonSerializable
Public Interface IAzureMonitorWorkspace
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

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 workspace.

DefaultIngestionSettingDataCollectionRuleResourceId

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

MetricInternalId

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

MetricPrometheusQueryEndpoint

The Prometheus query endpoint for the 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 workspace

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to