Share via


MonitorProperties Class

Definition

Properties specific to the monitor resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.MonitorPropertiesTypeConverter))]
public class MonitorProperties : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IMonitorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.MonitorPropertiesTypeConverter))>]
type MonitorProperties = class
    interface IMonitorProperties
    interface IJsonSerializable
Public Class MonitorProperties
Implements IMonitorProperties
Inheritance
MonitorProperties
Attributes
Implements

Constructors

MonitorProperties()

Creates an new MonitorProperties instance.

Properties

AccountInfoAccountId

Account Id of the account this environment is linked to

AccountInfoRegionId

Region in which the account is created

DynatraceEnvironmentPropertyUserId

User id

EnvironmentInfoEnvironmentId

Id of the environment created

EnvironmentInfoIngestionKey

Ingestion key of the environment

EnvironmentInfoLandingUrl

Landing URL for Dynatrace environment

EnvironmentInfoLogsIngestionEndpoint

Ingestion endpoint used for sending logs

LiftrResourceCategory

Liftr Resource category.

LiftrResourcePreference

The priority of the resource.

MarketplaceSubscriptionStatus

Marketplace subscription status.

MonitoringStatus

Status of the monitor.

PlanDataBillingCycle

different billing cycles like MONTHLY/WEEKLY. this could be enum

PlanDataEffectiveDate

date when plan was applied

PlanDataPlanDetail

plan id as published by Dynatrace

PlanDataUsageType

different usage type like PAYG/COMMITTED. this could be enum

ProvisioningState

Provisioning state of the resource.

SingleSignOnPropertyAadDomain

array of Aad(azure active directory) domains

SingleSignOnPropertyEnterpriseAppId

Version of the Dynatrace agent installed on the VM.

SingleSignOnPropertyProvisioningState

Provisioning state of the resource.

SingleSignOnPropertySingleSignOnState

State of Single Sign On

SingleSignOnPropertySingleSignOnUrl

The login URL specific to this Dynatrace Environment

UserInfoCountry

Country of the user

UserInfoEmailAddress

Email of the user used by Dynatrace for contacting them if needed

UserInfoFirstName

First Name of the user

UserInfoLastName

Last Name of the user

UserInfoPhoneNumber

Phone number of the user used by Dynatrace for contacting them if needed

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IMonitorProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to