Udostępnij za pośrednictwem


AzureMonitorWorkspaceResourceProperties Class

Definition

Resource properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.AzureMonitorWorkspaceResourcePropertiesTypeConverter))]
public class AzureMonitorWorkspaceResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IAzureMonitorWorkspaceResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.AzureMonitorWorkspaceResourcePropertiesTypeConverter))>]
type AzureMonitorWorkspaceResourceProperties = class
    interface IAzureMonitorWorkspaceResourceProperties
    interface IJsonSerializable
    interface IAzureMonitorWorkspace
    interface IValidates
Public Class AzureMonitorWorkspaceResourceProperties
Implements IAzureMonitorWorkspaceResourceProperties, IValidates
Inheritance
AzureMonitorWorkspaceResourceProperties
Attributes
Implements

Constructors

AzureMonitorWorkspaceResourceProperties()

Creates an new AzureMonitorWorkspaceResourceProperties instance.

Properties

AccountId

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

DefaultIngestionSetting

The Data Collection Rule and Endpoint used for ingestion by default.

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.

Metric

Information about metrics for the Azure Monitor 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 AzureMonitorWorkspaceResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspaceResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspaceResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to