Share via


AzureEnvironmentResourceExtensions Class

Definition

Provides extension methods for adding Azure environment resources to the application model.

public static class AzureEnvironmentResourceExtensions
type AzureEnvironmentResourceExtensions = class
Public Module AzureEnvironmentResourceExtensions
Inheritance
AzureEnvironmentResourceExtensions

Methods

AddAzureEnvironment(IDistributedApplicationBuilder)

Adds an Azure environment resource to the application model.

WithLocation(IResourceBuilder<AzureEnvironmentResource>, IResourceBuilder<ParameterResource>)

Sets the ___location of the Azure environment resource.

WithResourceGroup(IResourceBuilder<AzureEnvironmentResource>, IResourceBuilder<ParameterResource>)

Sets the resource group name of the Azure environment resource.

Applies to