次の方法で共有


ServicesDescriptionListResult Class

Definition

A list of service description objects with a next link.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesDescriptionListResultTypeConverter))]
public class ServicesDescriptionListResult : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescriptionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesDescriptionListResultTypeConverter))>]
type ServicesDescriptionListResult = class
    interface IServicesDescriptionListResult
    interface IJsonSerializable
Public Class ServicesDescriptionListResult
Implements IServicesDescriptionListResult
Inheritance
ServicesDescriptionListResult
Attributes
Implements

Constructors

ServicesDescriptionListResult()

Creates an new ServicesDescriptionListResult instance.

Properties

NextLink

The link used to get the next page of service description objects.

Value

A list of service description objects.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicesDescriptionListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicesDescriptionListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescriptionListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicesDescriptionListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to