Share via


StaticResourceNamePropertyResolver Class

Definition

Generate a unique name for a resource by combining the resource's BicepIdentifier as a prefix and a randomly generated suffix of allowed characters.

public class StaticResourceNamePropertyResolver : Azure.Provisioning.Primitives.ResourceNamePropertyResolver
type StaticResourceNamePropertyResolver = class
    inherit ResourceNamePropertyResolver
Public Class StaticResourceNamePropertyResolver
Inherits ResourceNamePropertyResolver
Inheritance
StaticResourceNamePropertyResolver
Inheritance
StaticResourceNamePropertyResolver

Constructors

StaticResourceNamePropertyResolver()

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)
ResolveName(ProvisioningBuildOptions, ProvisionableResource, ResourceNameRequirements)
ResolveName(ProvisioningBuildOptions, ProvisionableResource, ResourceNameRequirements)

Resolve a name for the given resource.

(Inherited from ResourceNamePropertyResolver)
ResolveName(ProvisioningContext, Resource, ResourceNameRequirements)
ResolveName(ProvisioningContext, Resource, ResourceNameRequirements)

Resolve a name for the given resource.

(Inherited from ResourceNamePropertyResolver)
ResolveProperties(ProvisionableConstruct, ProvisioningBuildOptions)

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

(Inherited from ResourceNamePropertyResolver)
ResolveProperties(ProvisioningContext, ProvisioningConstruct)

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

(Inherited from ResourceNamePropertyResolver)
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.

(Inherited from InfrastructureResolver)

Applies to