Skip to content
DocsTry Aspire
DocsTry

AzureLogAnalyticsWorkspaceResource Constructors

ClassConstructors1 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)
{
// ...
}
}
namestringThe resource name.
configureInfrastructureAction<AzureResourceInfrastructure>Callback to configure the Azure Log Analytics Workspace resource.