AzureMonitorWorkspaceIntegration Class

  • java.lang.Object
    • com.azure.resourcemanager.dashboard.models.AzureMonitorWorkspaceIntegration

public final class AzureMonitorWorkspaceIntegration

Integrations for Azure Monitor Workspace.

Constructor Summary

Constructor Description
AzureMonitorWorkspaceIntegration()

Method Summary

Modifier and Type Method and Description
String azureMonitorWorkspaceResourceId()

Get the azureMonitorWorkspaceResourceId property: The resource Id of the connected Azure Monitor Workspace.

void validate()

Validates the instance.

AzureMonitorWorkspaceIntegration withAzureMonitorWorkspaceResourceId(String azureMonitorWorkspaceResourceId)

Set the azureMonitorWorkspaceResourceId property: The resource Id of the connected Azure Monitor Workspace.

Methods inherited from java.lang.Object

Constructor Details

AzureMonitorWorkspaceIntegration

public AzureMonitorWorkspaceIntegration()

Method Details

azureMonitorWorkspaceResourceId

public String azureMonitorWorkspaceResourceId()

Get the azureMonitorWorkspaceResourceId property: The resource Id of the connected Azure Monitor Workspace.

Returns:

the azureMonitorWorkspaceResourceId value.

validate

public void validate()

Validates the instance.

withAzureMonitorWorkspaceResourceId

public AzureMonitorWorkspaceIntegration withAzureMonitorWorkspaceResourceId(String azureMonitorWorkspaceResourceId)

Set the azureMonitorWorkspaceResourceId property: The resource Id of the connected Azure Monitor Workspace.

Parameters:

azureMonitorWorkspaceResourceId - the azureMonitorWorkspaceResourceId value to set.

Returns:

the AzureMonitorWorkspaceIntegration object itself.

Applies to

Azure SDK for Java

Preview