DynatraceEnvironmentProperties 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 the Dynatrace environment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.DynatraceEnvironmentPropertiesTypeConverter))]
public class DynatraceEnvironmentProperties : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IDynatraceEnvironmentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.DynatraceEnvironmentPropertiesTypeConverter))>]
type DynatraceEnvironmentProperties = class
interface IDynatraceEnvironmentProperties
interface IJsonSerializable
Public Class DynatraceEnvironmentProperties
Implements IDynatraceEnvironmentProperties
- Inheritance
-
DynatraceEnvironmentProperties
- Attributes
- Implements
Constructors
DynatraceEnvironmentProperties() |
Creates an new DynatraceEnvironmentProperties instance. |
Properties
AccountInfoAccountId |
Account Id of the account this environment is linked to |
AccountInfoRegionId |
Region in which the account is created |
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 |
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 |
UserId |
User id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DynatraceEnvironmentProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DynatraceEnvironmentProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IDynatraceEnvironmentProperties. |
FromJsonString(String) |
Creates a new instance of DynatraceEnvironmentProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DynatraceEnvironmentProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |