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

IApiKey Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ApiKeyTypeConverter))]
public interface IApiKey : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ApiKeyTypeConverter))>]
type IApiKey = interface
    interface IJsonSerializable
Public Interface IApiKey
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ConnectionString

A connection string that can be used by supporting clients for authentication.

Id

The key ID.

LastModified

The last time any of the key's properties were modified.

Name

A name for the key describing its usage.

ReadOnly

Whether this key can only be used for read operations.

Value

The value of the key that is used for authentication purposes.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to