Share via


ArmApplicationInsightsModelFactory.MyWorkbookData Method

Definition

Initializes a new instance of MyWorkbookData.

public static Azure.ResourceManager.ApplicationInsights.MyWorkbookData MyWorkbookData (Azure.ResourceManager.ApplicationInsights.Models.MyWorkbookManagedIdentity identity = default, string id = default, string name = default, string resourceType = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IDictionary<string,string> etag = default, Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsKind? kind = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string serializedData = default, string version = default, string timeModified = default, string category = default, string userId = default, string sourceId = default, Uri storageUri = default);
static member MyWorkbookData : Azure.ResourceManager.ApplicationInsights.Models.MyWorkbookManagedIdentity * string * string * string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsKind> * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * string * string * Uri -> Azure.ResourceManager.ApplicationInsights.MyWorkbookData
Public Shared Function MyWorkbookData (Optional identity As MyWorkbookManagedIdentity = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As IDictionary(Of String, String) = Nothing, Optional kind As Nullable(Of ApplicationInsightsKind) = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional serializedData As String = Nothing, Optional version As String = Nothing, Optional timeModified As String = Nothing, Optional category As String = Nothing, Optional userId As String = Nothing, Optional sourceId As String = Nothing, Optional storageUri As Uri = Nothing) As MyWorkbookData

Parameters

identity
MyWorkbookManagedIdentity

Identity used for BYOS.

id
String

Azure resource Id.

name
String

Azure resource name.

resourceType
String

Azure resource type.

location
Nullable<AzureLocation>

Resource location.

tags
IDictionary<String,String>

Resource tags.

etag
IDictionary<String,String>

Resource etag.

kind
Nullable<ApplicationInsightsKind>

The kind of workbook. Choices are user and shared.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

displayName
String

The user-defined name of the private workbook.

serializedData
String

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

version
String

This instance's version of the data model. This can change as new features are added that can be marked private workbook.

timeModified
String

Date and time in UTC of the last modification that was made to this private 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 private workbook.

sourceId
String

Optional resourceId for a source resource.

storageUri
Uri

BYOS Storage Account URI.

Returns

A new MyWorkbookData instance for mocking.

Applies to