다음을 통해 공유


ApiKeyListResult Class

Definition

The result of a request to list API keys.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ApiKeyListResultTypeConverter))]
public class ApiKeyListResult : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKeyListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ApiKeyListResultTypeConverter))>]
type ApiKeyListResult = class
    interface IApiKeyListResult
    interface IJsonSerializable
Public Class ApiKeyListResult
Implements IApiKeyListResult
Inheritance
ApiKeyListResult
Attributes
Implements

Constructors

ApiKeyListResult()

Creates an new ApiKeyListResult instance.

Properties

NextLink

The URI that can be used to request the next set of paged results.

Value

The collection value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiKeyListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiKeyListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKeyListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiKeyListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to