你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkFunctionSkuDetails Class

Definition

The network function sku details.

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

Constructors

NetworkFunctionSkuDetails()

Creates an new NetworkFunctionSkuDetails instance.

Properties

NextLink

The URL to get the next set of results.

SkuType

The network function sku type.

Value

The network function sku role details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkFunctionSkuDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkFunctionSkuDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkFunctionSkuDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to