AzureMonitorWorkspaceUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |