Share via


UnresolvedDependency Interface

public interface UnresolvedDependency

An immutable client-side representation of UnresolvedDependency.

Method Summary

Modifier and Type Method and Description
abstract Integer count()

Gets the count property: Gets or sets the count.

abstract String id()

Gets the id property: Gets or sets the arm id of the dependency.

abstract UnresolvedDependencyInner innerModel()

Gets the inner com.azure.resourcemanager.resourcemover.fluent.models.UnresolvedDependencyInner object.

Method Details

count

public abstract Integer count()

Gets the count property: Gets or sets the count.

Returns:

the count value.

id

public abstract String id()

Gets the id property: Gets or sets the arm id of the dependency.

Returns:

the id value.

innerModel

public abstract UnresolvedDependencyInner innerModel()

Gets the inner com.azure.resourcemanager.resourcemover.fluent.models.UnresolvedDependencyInner object.

Returns:

the inner object.

Applies to