AzureLogAnalyticsWorkspaceResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureLogAnalyticsWorkspaceResource(String, Action<AzureResourceInfrastructure>) |
A resource that represents an Azure Log Analytics Workspace resource. |
AzureLogAnalyticsWorkspaceResource(String, Action<ResourceModuleConstruct>) |
A resource that represents an Azure Log Analytics Workspace resource. |
AzureLogAnalyticsWorkspaceResource(String, Action<AzureResourceInfrastructure>)
A resource that represents an Azure Log Analytics Workspace resource.
public AzureLogAnalyticsWorkspaceResource (string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);
new Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceResource : string * Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> -> Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceResource
Public Sub New (name As String, configureInfrastructure As Action(Of AzureResourceInfrastructure))
Parameters
- name
- String
The resource name.
- configureInfrastructure
- Action<AzureResourceInfrastructure>
Callback to configure the Azure Log Analytics Workspace resource.
Applies to
AzureLogAnalyticsWorkspaceResource(String, Action<ResourceModuleConstruct>)
A resource that represents an Azure Log Analytics Workspace resource.
public AzureLogAnalyticsWorkspaceResource (string name, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);
new Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceResource : string * Action<Aspire.Hosting.ResourceModuleConstruct> -> Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceResource
Public Sub New (name As String, configureConstruct As Action(Of ResourceModuleConstruct))
Parameters
- name
- String
The resource name.
- configureConstruct
- Action<ResourceModuleConstruct>
Callback to configure the Azure Log Analytics Workspace resource.