INetworkFunctionVendorConfiguration Interface
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.
[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) |