Share via


VendorListResult Class

Definition

Response for vendors API service call.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.VendorListResultTypeConverter))]
public class VendorListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IVendorListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.VendorListResultTypeConverter))>]
type VendorListResult = class
    interface IVendorListResult
    interface IJsonSerializable
Public Class VendorListResult
Implements IVendorListResult
Inheritance
VendorListResult
Attributes
Implements

Constructors

VendorListResult()

Creates an new VendorListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

A list of vendors.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VendorListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VendorListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IVendorListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VendorListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to