get Label By Workspace
Returns a label in the given workspace. Uses Azure REST API version 2023-04-01-preview.
Return
Label details
Parameters
argument
null
suspend fun getLabelByWorkspace(labelName: String, resourceGroupName: String, workspaceName: String): GetLabelByWorkspaceResult
Return
Label details
Parameters
label Name
The name of the Label.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the Workspace.
See also
suspend fun getLabelByWorkspace(argument: suspend GetLabelByWorkspacePlainArgsBuilder.() -> Unit): GetLabelByWorkspaceResult
Return
Label details
Parameters
argument
Builder for com.pulumi.azurenative.easm.kotlin.inputs.GetLabelByWorkspacePlainArgs.