Share via


AzureMonitorWorkspaceProperties Class

Definition

Properties that need to be specified to create a new workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.AzureMonitorWorkspacePropertiesTypeConverter))]
public class AzureMonitorWorkspaceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IAzureMonitorWorkspaceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.AzureMonitorWorkspacePropertiesTypeConverter))>]
type AzureMonitorWorkspaceProperties = class
    interface IAzureMonitorWorkspaceProperties
    interface IJsonSerializable
Public Class AzureMonitorWorkspaceProperties
Implements IAzureMonitorWorkspaceProperties
Inheritance
AzureMonitorWorkspaceProperties
Attributes
Implements

Constructors

AzureMonitorWorkspaceProperties()

Creates an new AzureMonitorWorkspaceProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMonitorWorkspaceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspaceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IAzureMonitorWorkspaceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspaceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to