Compartilhar via


INetworkFunctionVendorConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionVendorConfigurationTypeConverter))]
public interface INetworkFunctionVendorConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionVendorConfigurationTypeConverter))>]
type INetworkFunctionVendorConfiguration = interface
    interface IJsonSerializable
Public Interface INetworkFunctionVendorConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NetworkInterface

The network interface configurations.

OSProfileAdminUsername
OSProfileCustomData
OSProfileCustomDataRequired

Indicates if custom data is required to deploy this role.

RoleName

The name of the vendor network function role.

SshPublicKey

The list of SSH public keys used to authenticate with linux based VMs.

UserDataParameter

The user parameters from the customer.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to