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

NetworkFunctionSkuRoleDetails Class

Definition

The network function user configuration.

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

Constructors

NetworkFunctionSkuRoleDetails()

Creates an new NetworkFunctionSkuRoleDetails instance.

Properties

NetworkInterface

The network interface configuration.

RoleName

The name of the network function role.

UserDataParameter

The user parameters for customers.

UserDataTemplate

The user data template for customers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkFunctionSkuRoleDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkFunctionSkuRoleDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkFunctionSkuRoleDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to