Share via


IAzureMonitorWorkspaceResourceProperties Interface

Definition

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

Properties

AccountId

The immutable ID of the Azure Monitor workspace. This property is read-only.

(Inherited from IAzureMonitorWorkspace)
DefaultIngestionSettingDataCollectionEndpointResourceId

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

(Inherited from IAzureMonitorWorkspace)
DefaultIngestionSettingDataCollectionRuleResourceId

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

(Inherited from IAzureMonitorWorkspace)
MetricInternalId

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

(Inherited from IAzureMonitorWorkspace)
MetricPrometheusQueryEndpoint

The Prometheus query endpoint for the workspace

(Inherited from IAzureMonitorWorkspace)
PrivateEndpointConnection

List of private endpoint connections

(Inherited from IAzureMonitorWorkspace)
ProvisioningState

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

(Inherited from IAzureMonitorWorkspace)
PublicNetworkAccess

Gets or sets allow or disallow public network access to workspace

(Inherited from IAzureMonitorWorkspace)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to