MoveCollectionResource.GetUnresolvedDependencies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of unresolved dependencies. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/unresolvedDependencies Operation Id: UnresolvedDependencies_Get
public virtual Azure.Pageable<Azure.ResourceManager.Migrate.Models.UnresolvedDependency> GetUnresolvedDependencies (Azure.ResourceManager.Migrate.Models.DependencyLevel? dependencyLevel = default, string orderby = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUnresolvedDependencies : Nullable<Azure.ResourceManager.Migrate.Models.DependencyLevel> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Migrate.Models.UnresolvedDependency>
override this.GetUnresolvedDependencies : Nullable<Azure.ResourceManager.Migrate.Models.DependencyLevel> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Migrate.Models.UnresolvedDependency>
Public Overridable Function GetUnresolvedDependencies (Optional dependencyLevel As Nullable(Of DependencyLevel) = Nothing, Optional orderby As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of UnresolvedDependency)
Parameters
- dependencyLevel
- Nullable<DependencyLevel>
Defines the dependency level.
- orderby
- String
OData order by query option. For example, you can use $orderby=Count desc.
- filter
- String
The filter to apply on the operation. For example, $apply=filter(count eq 2).
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of UnresolvedDependency that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET