Condividi tramite


MyWorkbookCollection Class

Definition

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

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

Constructors

MyWorkbookCollection()

Initializes a new instance of the MyWorkbookCollection 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, MyWorkbookData, String, CancellationToken)

Create a new private workbook.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_CreateOrUpdate
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
CreateOrUpdateAsync(WaitUntil, String, MyWorkbookData, String, CancellationToken)

Create a new private workbook.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_CreateOrUpdate
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_Get
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_Get
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
Get(String, CancellationToken)

Get a single private workbook by its resourceName.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_Get
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
GetAll(CategoryType, IEnumerable<String>, String, Nullable<Boolean>, CancellationToken)

Get all private workbooks defined within a specified resource group and category.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks
  • Operation Id: MyWorkbooks_ListByResourceGroup
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
GetAllAsync(CategoryType, IEnumerable<String>, String, Nullable<Boolean>, CancellationToken)

Get all private workbooks defined within a specified resource group and category.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks
  • Operation Id: MyWorkbooks_ListByResourceGroup
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
GetAsync(String, CancellationToken)

Get a single private workbook by its resourceName.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_Get
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_Get
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
  • Operation Id: MyWorkbooks_Get
  • Default Api Version: 2021-03-08
  • Resource: MyWorkbookResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Applies to