IAzureMonitorWorkspaceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.AzureMonitorWorkspacePropertiesTypeConverter))]
public interface IAzureMonitorWorkspaceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.AzureMonitorWorkspacePropertiesTypeConverter))>]
type IAzureMonitorWorkspaceProperties = interface
interface IJsonSerializable
Public Interface IAzureMonitorWorkspaceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |