Interface NetworkFunctionVendor


public interface NetworkFunctionVendor
An immutable client-side representation of NetworkFunctionVendor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.NetworkFunctionVendorInner object.
    Gets the skuList property: The network function sku list.
    Gets the vendorName property: The network function vendor name.
  • Method Details

    • vendorName

      String vendorName()
      Gets the vendorName property: The network function vendor name.
      Returns:
      the vendorName value.
    • skuList

      List<SkuOverview> skuList()
      Gets the skuList property: The network function sku list.
      Returns:
      the skuList value.
    • innerModel

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