Поделиться через


NetworkFunctionTemplate Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridnetwork.models.NetworkFunctionTemplate

public final class NetworkFunctionTemplate

The network function template.

Constructor Summary

Constructor Description
NetworkFunctionTemplate()

Creates an instance of NetworkFunctionTemplate class.

Method Summary

Modifier and Type Method and Description
List<NetworkFunctionRoleConfiguration> networkFunctionRoleConfigurations()

Get the networkFunctionRoleConfigurations property: An array of network function role definitions.

void validate()

Validates the instance.

NetworkFunctionTemplate withNetworkFunctionRoleConfigurations(List<NetworkFunctionRoleConfiguration> networkFunctionRoleConfigurations)

Set the networkFunctionRoleConfigurations property: An array of network function role definitions.

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:

the networkFunctionRoleConfigurations value.

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:

networkFunctionRoleConfigurations - the networkFunctionRoleConfigurations value to set.

Returns:

the NetworkFunctionTemplate object itself.

Applies to