Interface VendorSku


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

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system meta data relating to this resource.
      Returns:
      the systemData value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: The provisioning state of the vendor sku sub resource.
      Returns:
      the provisioningState value.
    • skuType

      SkuType skuType()
      Gets the skuType property: The sku type.
      Returns:
      the skuType value.
    • deploymentMode

      SkuDeploymentMode deploymentMode()
      Gets the deploymentMode property: The sku deployment mode.
      Returns:
      the deploymentMode value.
    • networkFunctionType

      NetworkFunctionType networkFunctionType()
      Gets the networkFunctionType property: The network function type.
      Returns:
      the networkFunctionType value.
    • preview

      Boolean preview()
      Gets the preview property: Indicates if the vendor sku is in preview mode.
      Returns:
      the preview value.
    • managedApplicationParameters

      Object managedApplicationParameters()
      Gets the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.
      Returns:
      the managedApplicationParameters value.
    • managedApplicationTemplate

      Object managedApplicationTemplate()
      Gets the managedApplicationTemplate property: The template for the managed application deployment.
      Returns:
      the managedApplicationTemplate value.
    • networkFunctionTemplate

      NetworkFunctionTemplate networkFunctionTemplate()
      Gets the networkFunctionTemplate property: The template definition of the network function.
      Returns:
      the networkFunctionTemplate value.
    • innerModel

      VendorSkuInner innerModel()
      Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.VendorSkuInner object.
      Returns:
      the inner object.
    • update

      Begins update for the VendorSku resource.
      Returns:
      the stage of resource update.
    • refresh

      VendorSku refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      VendorSku refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.