Share via


AzureBicepResourceScope Constructors

Definition

Overloads

AzureBicepResourceScope(Object)

Represents the scope associated with the resource.

AzureBicepResourceScope(Object, Object)

Initializes a new instance of the AzureBicepResourceScope class.

AzureBicepResourceScope(Object)

Source:
AzureBicepResourceScope.cs
Source:
AzureBicepResourceScope.cs
Source:
AzureBicepResourceScope.cs
Source:
AzureBicepResourceScope.cs
Source:
AzureBicepResourceScope.cs
Source:
AzureBicepResourceScope.cs

Represents the scope associated with the resource.

public AzureBicepResourceScope(object resourceGroup);
new Aspire.Hosting.Azure.AzureBicepResourceScope : obj -> Aspire.Hosting.Azure.AzureBicepResourceScope
Public Sub New (resourceGroup As Object)

Parameters

resourceGroup
Object

The name of the existing resource group.

Applies to

AzureBicepResourceScope(Object, Object)

Source:
AzureBicepResourceScope.cs
Source:
AzureBicepResourceScope.cs

Initializes a new instance of the AzureBicepResourceScope class.

public AzureBicepResourceScope(object resourceGroup, object subscription);
new Aspire.Hosting.Azure.AzureBicepResourceScope : obj * obj -> Aspire.Hosting.Azure.AzureBicepResourceScope
Public Sub New (resourceGroup As Object, subscription As Object)

Parameters

resourceGroup
Object

The name of the existing resource group.

subscription
Object

The subscription identifier associated with the resource group.

Applies to