GetSourceControlPlainArgs

data class GetSourceControlPlainArgs(val operationalInsightsResourceProvider: String, val resourceGroupName: String, val sourceControlId: String, val workspaceName: String) : ConvertibleToJava<GetSourceControlPlainArgs>

Constructors

Link copied to clipboard
constructor(operationalInsightsResourceProvider: String, resourceGroupName: String, sourceControlId: String, workspaceName: String)

Properties

Link copied to clipboard

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Source control Id

Link copied to clipboard

The name of the workspace.

Functions

Link copied to clipboard
open override fun toJava(): GetSourceControlPlainArgs