Interface NetworkFunctionSkuRoleDetails


public interface NetworkFunctionSkuRoleDetails
An immutable client-side representation of NetworkFunctionSkuRoleDetails.
  • Method Details

    • roleName

      String roleName()
      Gets the roleName property: The name of the network function role.
      Returns:
      the roleName value.
    • userDataTemplate

      Object userDataTemplate()
      Gets the userDataTemplate property: The user data template for customers.
      Returns:
      the userDataTemplate value.
    • userDataParameters

      Object userDataParameters()
      Gets the userDataParameters property: The user parameters for customers.
      Returns:
      the userDataParameters value.
    • networkInterfaces

      List<NetworkInterface> networkInterfaces()
      Gets the networkInterfaces property: The network interface configuration.
      Returns:
      the networkInterfaces value.
    • innerModel

      Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.NetworkFunctionSkuRoleDetailsInner object.
      Returns:
      the inner object.