My Workbook Args
data class MyWorkbookArgs(val category: Output<String>? = null, val displayName: Output<String>? = null, val id: Output<String>? = null, val identity: Output<MyWorkbookManagedIdentityArgs>? = null, val kind: Output<Either<String, Kind>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val serializedData: Output<String>? = null, val sourceId: Output<String>? = null, val storageUri: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val type: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<MyWorkbookArgs>
An Application Insights private workbook definition. Uses Azure REST API version 2021-03-08. In version 1.x of the Azure Native provider, it used API version 2020-10-20.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:insights:MyWorkbook deadb33f-8bee-4d3b-a059-9be8dac93960 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(category: Output<String>? = null, displayName: Output<String>? = null, id: Output<String>? = null, identity: Output<MyWorkbookManagedIdentityArgs>? = null, kind: Output<Either<String, Kind>>? = null, location: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceName: Output<String>? = null, serializedData: Output<String>? = null, sourceId: Output<String>? = null, storageUri: Output<String>? = null, tags: Output<Map<String, String>>? = null, type: Output<String>? = null, version: Output<String>? = null)
Properties
Link copied to clipboard
The user-defined name of the private workbook.
Link copied to clipboard
Identity used for BYOS
Link copied to clipboard
The name of the resource group. The name is case insensitive.
Link copied to clipboard
The name of the Application Insights component resource.
Link copied to clipboard
Configuration of this particular private workbook. Configuration data is a string containing valid JSON
Link copied to clipboard
BYOS Storage Account URI