Share via


VendorDetails Class

Definition

The network function vendor details.

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

Constructors

VendorDetails()

Creates an new VendorDetails instance.

Properties

SkuList

The network function sku list.

VendorName

The network function vendor name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VendorDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VendorDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VendorDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to