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

NetworkFunctionUserConfiguration Class

Definition

The network function user configuration.

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

Constructors

NetworkFunctionUserConfiguration()

Creates an new NetworkFunctionUserConfiguration instance.

Properties

NetworkInterface

The network interface configuration.

OSProfileCustomData
RoleName

The name of the network function role.

UserDataParameter

The user data parameters from the customer.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkFunctionUserConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkFunctionUserConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkFunctionUserConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to