Skip to content
Docs Try Aspire

AzureEnvironmentResource

Handle TypeScript
📦 Aspire.Hosting.Azure.AppContainers v13.2.0-preview.1.26159.1
interface AzureEnvironmentResource extends IResource {
withLocation(location: ParameterResource): AzureEnvironmentResource;
withResourceGroup(resourceGroup: ParameterResource): AzureEnvironmentResource;
}

Methods

method withLocation builder
Sets the Azure location for the shared Azure environment resource
withLocation(location: ParameterResource): AzureEnvironmentResource
location ParameterResource
AzureEnvironmentResource
method withResourceGroup builder
Sets the Azure resource group for the shared Azure environment resource
withResourceGroup(resourceGroup: ParameterResource): AzureEnvironmentResource
resourceGroup ParameterResource
AzureEnvironmentResource