NetworkFunctionTemplate Class
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.
The network function template.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionTemplateTypeConverter))]
public class NetworkFunctionTemplate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionTemplate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionTemplateTypeConverter))>]
type NetworkFunctionTemplate = class
interface INetworkFunctionTemplate
interface IJsonSerializable
Public Class NetworkFunctionTemplate
Implements INetworkFunctionTemplate
- Inheritance
-
NetworkFunctionTemplate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFunctionTemplate() |
Creates an new NetworkFunctionTemplate instance. |
Properties
| Name | Description |
|---|---|
| NetworkFunctionRoleConfiguration |
An array of network function role definitions. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFunctionTemplate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFunctionTemplate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionTemplate. |
| FromJsonString(String) |
Creates a new instance of NetworkFunctionTemplate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFunctionTemplate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |