Share via


ClientCreatorOutputResolver Class

Definition

Infrastructure resolver that automatically creates outputs that would be needed to connect to those resources with client libraries.

public class ClientCreatorOutputResolver : Azure.Provisioning.Primitives.InfrastructureResolver
type ClientCreatorOutputResolver = class
    inherit InfrastructureResolver
Public Class ClientCreatorOutputResolver
Inherits InfrastructureResolver
Inheritance
ClientCreatorOutputResolver

Constructors

ClientCreatorOutputResolver()

Methods

GetNestedInfrastructure(Infrastructure, ProvisioningBuildOptions)

Gets any nested infrastructure that should be composed separately.

(Inherited from InfrastructureResolver)
GetNestedInfrastructure(ProvisioningContext, Infrastructure)

Gets any nested infrastructure that should be composed separately.

(Inherited from InfrastructureResolver)
ResolveInfrastructure(Infrastructure, ProvisioningBuildOptions)

Resolve any properties of the infrastructure.

(Inherited from InfrastructureResolver)
ResolveInfrastructure(ProvisioningContext, Infrastructure)

Resolve any properties of the infrastructure.

(Inherited from InfrastructureResolver)
ResolveProperties(ProvisionableConstruct, ProvisioningBuildOptions)

Try to resolve the values of any unset properties in the given construct.

(Inherited from InfrastructureResolver)
ResolveResources(IEnumerable<Provisionable>, ProvisioningBuildOptions)

Process the collection of resources in the infrastructure.

(Inherited from InfrastructureResolver)
ResolveResources(ProvisioningContext, IEnumerable<Provisionable>)

Process the collection of resources in the infrastructure.

Applies to