Uses of Class
com.azure.resourcemanager.applicationinsights.models.WorkbookSharedTypeKind
Packages that use WorkbookSharedTypeKind
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WorkbookSharedTypeKind in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type WorkbookSharedTypeKindModifier and TypeMethodDescriptionWorkbookInner.withKind(WorkbookSharedTypeKind kind) Set the kind property: The kind of workbook. -
Uses of WorkbookSharedTypeKind in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as WorkbookSharedTypeKindModifier and TypeFieldDescriptionstatic final WorkbookSharedTypeKindWorkbookSharedTypeKind.SHAREDStatic value shared for WorkbookSharedTypeKind.Methods in com.azure.resourcemanager.applicationinsights.models that return WorkbookSharedTypeKindModifier and TypeMethodDescriptionstatic WorkbookSharedTypeKindWorkbookSharedTypeKind.fromString(String name) Creates or finds a WorkbookSharedTypeKind from its string representation.Workbook.kind()Gets the kind property: The kind of workbook.WorkbookResource.kind()Get the kind property: The kind of workbook.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WorkbookSharedTypeKindModifier and TypeMethodDescriptionstatic Collection<WorkbookSharedTypeKind>WorkbookSharedTypeKind.values()Gets known WorkbookSharedTypeKind values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type WorkbookSharedTypeKindModifier and TypeMethodDescriptionWorkbook.DefinitionStages.WithKind.withKind(WorkbookSharedTypeKind kind) Specifies the kind property: The kind of workbook.WorkbookResource.withKind(WorkbookSharedTypeKind kind) Set the kind property: The kind of workbook.