你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsWorkbookCollection Class

Definition

A class representing a collection of ApplicationInsightsWorkbookResource and their operations. Each ApplicationInsightsWorkbookResource in the collection will belong to the same instance of ResourceGroupResource. To get an ApplicationInsightsWorkbookCollection instance call the GetApplicationInsightsWorkbooks method from an instance of ResourceGroupResource.

public class ApplicationInsightsWorkbookCollection : Azure.ResourceManager.ArmCollection
type ApplicationInsightsWorkbookCollection = class
    inherit ArmCollection
Public Class ApplicationInsightsWorkbookCollection
Inherits ArmCollection
Inheritance
ApplicationInsightsWorkbookCollection

Constructors

ApplicationInsightsWorkbookCollection()

Initializes a new instance of the ApplicationInsightsWorkbookCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, ApplicationInsightsWorkbookData, String, CancellationToken)

Create a new workbook.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_CreateOrUpdate
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
CreateOrUpdateAsync(WaitUntil, String, ApplicationInsightsWorkbookData, String, CancellationToken)

Create a new workbook.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_CreateOrUpdate
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
Exists(String, Nullable<Boolean>, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_Get
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
ExistsAsync(String, Nullable<Boolean>, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_Get
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
Get(String, Nullable<Boolean>, CancellationToken)

Get a single workbook by its resourceName.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_Get
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
GetAll(WorkbookCategoryType, IEnumerable<String>, String, Nullable<Boolean>, CancellationToken)

Get all Workbooks defined within a specified resource group and category.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks
  • Operation Id: Workbooks_ListByResourceGroup
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
GetAllAsync(WorkbookCategoryType, IEnumerable<String>, String, Nullable<Boolean>, CancellationToken)

Get all Workbooks defined within a specified resource group and category.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks
  • Operation Id: Workbooks_ListByResourceGroup
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
GetAsync(String, Nullable<Boolean>, CancellationToken)

Get a single workbook by its resourceName.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_Get
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
GetIfExists(String, Nullable<Boolean>, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_Get
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
GetIfExistsAsync(String, Nullable<Boolean>, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Operation Id: Workbooks_Get
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to