Skip to content
Docs Try Aspire
Docs Try

AzureEnvironmentResource

Handle
📦 Aspire.Hosting.Azure v13.4.0
interface AzureEnvironmentResource extends IResource {
withLocation(location: ParameterResource): AzureEnvironmentResource;
withResourceGroup(resourceGroup: ParameterResource): AzureEnvironmentResource;
}

Methods

method withLocation builder
Sets the location of the Azure environment resource.
withLocation(location: ParameterResource): AzureEnvironmentResource
location ParameterResource
AzureEnvironmentResource
method withResourceGroup builder
Sets the resource group name of the Azure environment resource.
withResourceGroup(resourceGroup: ParameterResource): AzureEnvironmentResource
resourceGroup ParameterResource
AzureEnvironmentResource