次の方法で共有


AzureBicepResource.Scope Property

Definition

The scope of the resource that will be configured in the main Bicep file.

public Aspire.Hosting.Azure.AzureBicepResourceScope? Scope { get; set; }
member this.Scope : Aspire.Hosting.Azure.AzureBicepResourceScope with get, set
Public Property Scope As AzureBicepResourceScope

Property Value

Remarks

The property is used to configure the Bicep scope that is emitted in the module definition for a given resource. It is only emitted for schema versions azure.bicep.v1.

Applies to