你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMonitorWorkspaceUpdateProperties Class

Definition

The updatable properties of the AzureMonitorWorkspace.

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

Constructors

AzureMonitorWorkspaceUpdateProperties()

Creates an new AzureMonitorWorkspaceUpdateProperties instance.

Properties

MetricInternalId

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

MetricPrometheusQueryEndpoint

The Prometheus query endpoint for the workspace

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMonitorWorkspaceUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspaceUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspaceUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to