Interface NetworkFunction


public interface NetworkFunction
An immutable client-side representation of NetworkFunction.
  • 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.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • etag

      String etag()
      Gets the etag property: A unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag 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 network function resource.
      Returns:
      the provisioningState value.
    • device

      com.azure.core.management.SubResource device()
      Gets the device property: The reference to the device resource. Once set, it cannot be updated.
      Returns:
      the device value.
    • skuName

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

      SkuType skuType()
      Gets the skuType property: The sku type for the network function.
      Returns:
      the skuType value.
    • vendorName

      String vendorName()
      Gets the vendorName property: The vendor name for the network function. Once set, it cannot be updated.
      Returns:
      the vendorName value.
    • serviceKey

      String serviceKey()
      Gets the serviceKey property: The service key for the network function resource.
      Returns:
      the serviceKey value.
    • vendorProvisioningState

      VendorProvisioningState vendorProvisioningState()
      Gets the vendorProvisioningState property: The vendor provisioning state for the network function resource.
      Returns:
      the vendorProvisioningState value.
    • managedApplication

      com.azure.core.management.SubResource managedApplication()
      Gets the managedApplication property: The resource URI of the managed application.
      Returns:
      the managedApplication value.
    • managedApplicationParameters

      Object managedApplicationParameters()
      Gets the managedApplicationParameters property: The parameters for the managed application.
      Returns:
      the managedApplicationParameters value.
    • networkFunctionContainerConfigurations

      Object networkFunctionContainerConfigurations()
      Gets the networkFunctionContainerConfigurations property: The network function container configurations from the user.
      Returns:
      the networkFunctionContainerConfigurations value.
    • networkFunctionUserConfigurations

      List<NetworkFunctionUserConfiguration> networkFunctionUserConfigurations()
      Gets the networkFunctionUserConfigurations property: The network function configurations from the user.
      Returns:
      the networkFunctionUserConfigurations value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

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

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

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

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