AzureMonitorWorkspaceUpdate 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 type used for update operations of the AzureMonitorWorkspace.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.AzureMonitorWorkspaceUpdateTypeConverter))]
public class AzureMonitorWorkspaceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IAzureMonitorWorkspaceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.AzureMonitorWorkspaceUpdateTypeConverter))>]
type AzureMonitorWorkspaceUpdate = class
interface IAzureMonitorWorkspaceUpdate
interface IJsonSerializable
Public Class AzureMonitorWorkspaceUpdate
Implements IAzureMonitorWorkspaceUpdate
- Inheritance
-
AzureMonitorWorkspaceUpdate
- Attributes
- Implements
Constructors
AzureMonitorWorkspaceUpdate() |
Creates an new AzureMonitorWorkspaceUpdate 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 |
Tag |
Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureMonitorWorkspaceUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureMonitorWorkspaceUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IAzureMonitorWorkspaceUpdate. |
FromJsonString(String) |
Creates a new instance of AzureMonitorWorkspaceUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureMonitorWorkspaceUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |