你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccountInfoSecure Class

Definition

Dynatrace account API Key

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

Constructors

AccountInfoSecure()

Creates an new AccountInfoSecure instance.

Properties

AccountId

Account Id of the account this environment is linked to

ApiKey

API Key of the user account

RegionId

Region in which the account is created

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountInfoSecure.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountInfoSecure.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountInfoSecure into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to