Share via


ApplicationInsightsWorkbookRevisionCollection Class

Definition

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

public class ApplicationInsightsWorkbookRevisionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsWorkbookRevisionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsWorkbookRevisionResource>
type ApplicationInsightsWorkbookRevisionCollection = class
    inherit ArmCollection
    interface seq<ApplicationInsightsWorkbookRevisionResource>
    interface IEnumerable
    interface IAsyncEnumerable<ApplicationInsightsWorkbookRevisionResource>
Public Class ApplicationInsightsWorkbookRevisionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ApplicationInsightsWorkbookRevisionResource), IEnumerable(Of ApplicationInsightsWorkbookRevisionResource)
Inheritance
ApplicationInsightsWorkbookRevisionCollection
Implements

Constructors

ApplicationInsightsWorkbookRevisionCollection()

Initializes a new instance of the ApplicationInsightsWorkbookRevisionCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}
  • Operation Id: Workbooks_RevisionGet
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookRevisionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}
  • Operation Id: Workbooks_RevisionGet
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookRevisionResource
Get(String, CancellationToken)

Get a single workbook revision defined by its revisionId.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}
  • Operation Id: Workbooks_RevisionGet
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookRevisionResource
GetAll(CancellationToken)

Get the revisions for the workbook defined by its resourceName.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions
  • Operation Id: Workbooks_RevisionsList
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookRevisionResource
GetAllAsync(CancellationToken)

Get the revisions for the workbook defined by its resourceName.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions
  • Operation Id: Workbooks_RevisionsList
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookRevisionResource
GetAsync(String, CancellationToken)

Get a single workbook revision defined by its revisionId.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}
  • Operation Id: Workbooks_RevisionGet
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookRevisionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}
  • Operation Id: Workbooks_RevisionGet
  • Default Api Version: 2023-06-01
  • Resource: ApplicationInsightsWorkbookRevisionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

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

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

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ApplicationInsightsWorkbookRevisionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ApplicationInsightsWorkbookRevisionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to