NetworkFunctionVendorListResult 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.
The network function vendor list result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionVendorListResultTypeConverter))]
public class NetworkFunctionVendorListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionVendorListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionVendorListResultTypeConverter))>]
type NetworkFunctionVendorListResult = class
interface INetworkFunctionVendorListResult
interface IJsonSerializable
Public Class NetworkFunctionVendorListResult
Implements INetworkFunctionVendorListResult
- Inheritance
-
NetworkFunctionVendorListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFunctionVendorListResult() |
Creates an new NetworkFunctionVendorListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The URL to get the next set of results. |
| Value |
A list of available network function vendors and skus. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFunctionVendorListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFunctionVendorListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionVendorListResult. |
| FromJsonString(String) |
Creates a new instance of NetworkFunctionVendorListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFunctionVendorListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |