TargetStateExtensions.GetTargetDependencies(IResourceConfig, IState) 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.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Common.Strategies.IResourceConfig> GetTargetDependencies (this Microsoft.Azure.Commands.Common.Strategies.IResourceConfig config, Microsoft.Azure.Commands.Common.Strategies.IState target);
static member GetTargetDependencies : Microsoft.Azure.Commands.Common.Strategies.IResourceConfig * Microsoft.Azure.Commands.Common.Strategies.IState -> seq<Microsoft.Azure.Commands.Common.Strategies.IResourceConfig>
<Extension()>
Public Function GetTargetDependencies (config As IResourceConfig, target As IState) As IEnumerable(Of IResourceConfig)
Parameters
- config
- IResourceConfig
- target
- IState