ClientDiscoveryResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |