Class NetworkFunctionSkuDetails

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.NetworkFunctionSkuDetails

public final class NetworkFunctionSkuDetails extends Object
The network function sku details.
  • Constructor Details

    • NetworkFunctionSkuDetails

      public NetworkFunctionSkuDetails()
      Creates an instance of NetworkFunctionSkuDetails class.
  • Method Details

    • skuType

      public SkuType skuType()
      Get the skuType property: The network function sku type.
      Returns:
      the skuType value.
    • withSkuType

      public NetworkFunctionSkuDetails withSkuType(SkuType skuType)
      Set the skuType property: The network function sku type.
      Parameters:
      skuType - the skuType value to set.
      Returns:
      the NetworkFunctionSkuDetails object itself.
    • value

      Get the value property: The network function sku role details.
      Returns:
      the value value.
    • withValue

      Set the value property: The network function sku role details.
      Parameters:
      value - the value value to set.
      Returns:
      the NetworkFunctionSkuDetails object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.