Interface CheckDependenciesResponse


public interface CheckDependenciesResponse
An immutable client-side representation of CheckDependenciesResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the count property: Count of dependencies.
    id()
    Gets the id property: id of resource.
    Gets the inner com.azure.resourcemanager.informaticadatamanagement.fluent.models.CheckDependenciesResponseInner object.
    Gets the references property: List of dependencies.
  • Method Details

    • count

      int count()
      Gets the count property: Count of dependencies.
      Returns:
      the count value.
    • id

      String id()
      Gets the id property: id of resource.
      Returns:
      the id value.
    • references

      Gets the references property: List of dependencies.
      Returns:
      the references value.
    • innerModel

      Gets the inner com.azure.resourcemanager.informaticadatamanagement.fluent.models.CheckDependenciesResponseInner object.
      Returns:
      the inner object.