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

IDatadogApiKey Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.DatadogApiKeyTypeConverter))]
public interface IDatadogApiKey : Microsoft.Azure.PowerShell.Cmdlets.Datadog.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.DatadogApiKeyTypeConverter))>]
type IDatadogApiKey = interface
    interface IJsonSerializable
Public Interface IDatadogApiKey
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Created

The time of creation of the API key.

CreatedBy

The user that created the API key.

Key

The value of the API key.

Name

The name of the API key.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to