Interface SpringServiceRegistry

All Superinterfaces:
ChildResource<SpringService>, ExternalChildResource<SpringServiceRegistry,SpringService>, HasInnerModel<ServiceRegistryResourceInner>, HasName, HasParent<SpringService>, Indexable, Refreshable<SpringServiceRegistry>

An immutable client-side representation of an Azure Spring Service Registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    cpu()
    Gets CPU for the Service Registry.
    Gets apps that have bindings to this Service Registry.
    Gets memory for the Service Registry.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent

    parent

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync
  • Method Details

    • cpu

      Double cpu()
      Gets CPU for the Service Registry.
      Returns:
      CPU for the Service Registry
    • memory

      Double memory()
      Gets memory for the Service Registry.
      Returns:
      memory for the Service Registry
    • getAppBindings

      List<SpringApp> getAppBindings()
      Gets apps that have bindings to this Service Registry.
      Returns:
      apps that have bindings to this Service Registry