Skip to content
Docs Try Aspire

AzureLogAnalyticsWorkspaceResource Constructors

Class Constructors 1 member
A resource that represents an Azure Log Analytics Workspace resource.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>)
A resource that represents an Azure Log Analytics Workspace resource.
public class AzureLogAnalyticsWorkspaceResource
{
public AzureLogAnalyticsWorkspaceResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
name string The resource name.
configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure Log Analytics Workspace resource.