Interface VendorNetworkFunction


public interface VendorNetworkFunction
An immutable client-side representation of VendorNetworkFunction.
  • 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 network function sub resource.
      Returns:
      the provisioningState value.
    • vendorProvisioningState

      VendorProvisioningState vendorProvisioningState()
      Gets the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.
      Returns:
      the vendorProvisioningState value.
    • skuName

      String skuName()
      Gets the skuName property: The name of the sku. Once set, it cannot be updated.
      Returns:
      the skuName value.
    • skuType

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

      List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations()
      Gets the networkFunctionVendorConfigurations property: An array of network function vendor configurations.
      Returns:
      the networkFunctionVendorConfigurations value.
    • innerModel

      Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.VendorNetworkFunctionInner object.
      Returns:
      the inner object.
    • update

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

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

      VendorNetworkFunction 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.