MonitorWorkspaceProperties 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.
Properties of an Azure Monitor Workspace.
public class MonitorWorkspaceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Workspaces.Models.MonitorWorkspaceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Workspaces.Models.MonitorWorkspaceProperties>
type MonitorWorkspaceProperties = class
interface IJsonModel<MonitorWorkspaceProperties>
interface IPersistableModel<MonitorWorkspaceProperties>
Public Class MonitorWorkspaceProperties
Implements IJsonModel(Of MonitorWorkspaceProperties), IPersistableModel(Of MonitorWorkspaceProperties)
- Inheritance
-
MonitorWorkspaceProperties
- Implements
Constructors
| Name | Description |
|---|---|
| MonitorWorkspaceProperties() |
Initializes a new instance of MonitorWorkspaceProperties. |
Properties
| Name | Description |
|---|---|
| AccountId |
The immutable Id of the Azure Monitor Workspace. This property is read-only. |
| DefaultIngestionSettings |
The Data Collection Rule and Endpoint used for ingestion by default. |
| Metrics |
Properties related to the metrics container in the Azure Monitor Workspace. |
| PrivateEndpointConnections |
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 Azure Monitor Workspace. |