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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET