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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET