ClientCreatorOutputResolver.ResolveResources 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.
Process the collection of resources in the infrastructure.
public override System.Collections.Generic.IEnumerable<Azure.Provisioning.Primitives.Provisionable> ResolveResources (Azure.Provisioning.ProvisioningContext context, System.Collections.Generic.IEnumerable<Azure.Provisioning.Primitives.Provisionable> resources);
override this.ResolveResources : Azure.Provisioning.ProvisioningContext * seq<Azure.Provisioning.Primitives.Provisionable> -> seq<Azure.Provisioning.Primitives.Provisionable>
Public Iterator Overrides Function ResolveResources (context As ProvisioningContext, resources As IEnumerable(Of Provisionable)) As IEnumerable(Of Provisionable)
Parameters
- context
- ProvisioningContext
The current provisioning context.
- resources
- IEnumerable<Provisionable>
The existing resources to resolve.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET