Share via


ArmApplicationInsightsModelFactory.WorkbookData Method

Definition

Initializes a new instance of WorkbookData.

public static Azure.ResourceManager.ApplicationInsights.WorkbookData WorkbookData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string displayName = default, string serializedData = default, string version = default, DateTimeOffset? modifiedOn = default, string category = default, string userId = default, string sourceId = default, Uri storageUri = default, string description = default, string revision = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.ApplicationInsights.Models.WorkbookSharedTypeKind? kind = default, Azure.ETag? etag = default);
static member WorkbookData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * Nullable<DateTimeOffset> * string * string * string * Uri * string * string * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.ApplicationInsights.Models.WorkbookSharedTypeKind> * Nullable<Azure.ETag> -> Azure.ResourceManager.ApplicationInsights.WorkbookData
Public Shared Function WorkbookData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional displayName As String = Nothing, Optional serializedData As String = Nothing, Optional version As String = Nothing, Optional modifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional category As String = Nothing, Optional userId As String = Nothing, Optional sourceId As String = Nothing, Optional storageUri As Uri = Nothing, Optional description As String = Nothing, Optional revision As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional kind As Nullable(Of WorkbookSharedTypeKind) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As WorkbookData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

displayName
String

The user-defined name (display name) of the workbook.

serializedData
String

Configuration of this particular workbook. Configuration data is a string containing valid JSON.

version
String

Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

modifiedOn
Nullable<DateTimeOffset>

Date and time in UTC of the last modification that was made to this workbook definition.

category
String

Workbook category, as defined by the user at creation time.

userId
String

Unique user id of the specific user that owns this workbook.

sourceId
String

ResourceId for a source resource.

storageUri
Uri

The resourceId to the storage account when bring your own storage is used.

description
String

The description of the workbook.

revision
String

The unique revision id for this workbook definition.

identity
ManagedServiceIdentity

Identity used for BYOS.

kind
Nullable<WorkbookSharedTypeKind>

The kind of workbook. Only valid value is shared.

etag
Nullable<ETag>

Resource etag.

Returns

A new WorkbookData instance for mocking.

Applies to