NetworkFunctionTemplate Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. models. NetworkFunctionTemplate
- com.
public final class NetworkFunctionTemplate
The network function template.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionTemplate() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Network |
networkFunctionRoleConfigurations()
Get the network |
| void |
validate()
Validates the instance. |
|
Network |
withNetworkFunctionRoleConfigurations(List<NetworkFunctionRoleConfiguration> networkFunctionRoleConfigurations)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionTemplate
public NetworkFunctionTemplate()
Creates an instance of NetworkFunctionTemplate class.
Method Details
networkFunctionRoleConfigurations
public List<NetworkFunctionRoleConfiguration> networkFunctionRoleConfigurations()
Get the networkFunctionRoleConfigurations property: An array of network function role definitions.
Returns:
validate
public void validate()
Validates the instance.
withNetworkFunctionRoleConfigurations
public NetworkFunctionTemplate withNetworkFunctionRoleConfigurations(List<NetworkFunctionRoleConfiguration> networkFunctionRoleConfigurations)
Set the networkFunctionRoleConfigurations property: An array of network function role definitions.
Parameters:
Returns: