Share via


MonitorResourceUpdate Class

Definition

The updatable properties of the MonitorResource.

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

Constructors

MonitorResourceUpdate()

Creates an new MonitorResourceUpdate 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

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

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

Tag

Resource tags.

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 MonitorResourceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitorResourceUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitorResourceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to