Partilhar via


ProviderInstanceListResult Class

Definition

The response from the List provider instances operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ProviderInstanceListResultTypeConverter))]
public class ProviderInstanceListResult : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.IProviderInstanceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ProviderInstanceListResultTypeConverter))>]
type ProviderInstanceListResult = class
    interface IProviderInstanceListResult
    interface IJsonSerializable
Public Class ProviderInstanceListResult
Implements IProviderInstanceListResult
Inheritance
ProviderInstanceListResult
Attributes
Implements

Constructors

ProviderInstanceListResult()

Creates an new ProviderInstanceListResult instance.

Properties

NextLink

The URL to get the next set of provider instances.

Value

The list of provider instances.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProviderInstanceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProviderInstanceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.IProviderInstanceListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProviderInstanceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to