你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MonitorResourceUpdate 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 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() |