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

ClientDiscoveryResponse Class

Definition

Operations List response which contains list of available APIs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ClientDiscoveryResponseTypeConverter))]
public class ClientDiscoveryResponse : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ClientDiscoveryResponseTypeConverter))>]
type ClientDiscoveryResponse = class
    interface IClientDiscoveryResponse
    interface IJsonSerializable
Public Class ClientDiscoveryResponse
Implements IClientDiscoveryResponse
Inheritance
ClientDiscoveryResponse
Attributes
Implements

Constructors

ClientDiscoveryResponse()

Creates an new ClientDiscoveryResponse instance.

Properties

NextLink

Link to the next chunk of Response.

Value

List of available operations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClientDiscoveryResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClientDiscoveryResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClientDiscoveryResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to