Interface CheckDependenciesResponse
public interface CheckDependenciesResponse
An immutable client-side representation of CheckDependenciesResponse.
-
Method Summary
Modifier and TypeMethodDescriptionintcount()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
List<ServerlessRuntimeDependency> references()Gets the references property: List of dependencies.- Returns:
- the references value.
-
innerModel
CheckDependenciesResponseInner innerModel()Gets the inner com.azure.resourcemanager.informaticadatamanagement.fluent.models.CheckDependenciesResponseInner object.- Returns:
- the inner object.
-