AzureLogAnalyticsWorkspaceReferenceAnnotation Constructor
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.
Annotation that indicates a resource is using a specific Log Analytics Workspace.
public AzureLogAnalyticsWorkspaceReferenceAnnotation(Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceResource workspace);
new Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceReferenceAnnotation : Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceResource -> Aspire.Hosting.Azure.AzureLogAnalyticsWorkspaceReferenceAnnotation
Public Sub New (workspace As AzureLogAnalyticsWorkspaceResource)
Parameters
- workspace
- AzureLogAnalyticsWorkspaceResource
The Log Analytics Workspace resource.
Remarks
Initializes a new instance of the AzureLogAnalyticsWorkspaceReferenceAnnotation class.