OperationalInsightsDataExportCollection Class

Definition

A class representing a collection of OperationalInsightsDataExportResource and their operations. Each OperationalInsightsDataExportResource in the collection will belong to the same instance of OperationalInsightsWorkspaceResource. To get an OperationalInsightsDataExportCollection instance call the GetOperationalInsightsDataExports method from an instance of OperationalInsightsWorkspaceResource.

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

Constructors

OperationalInsightsDataExportCollection()

Initializes a new instance of the OperationalInsightsDataExportCollection 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, OperationalInsightsDataExportData, CancellationToken)

Create or update a data export.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_CreateOrUpdate
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
CreateOrUpdateAsync(WaitUntil, String, OperationalInsightsDataExportData, CancellationToken)

Create or update a data export.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_CreateOrUpdate
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_Get
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_Get
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
Get(String, CancellationToken)

Gets a data export instance.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_Get
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
GetAll(CancellationToken)

Lists the data export instances within a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports
  • Operation Id: DataExports_ListByWorkspace
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
GetAllAsync(CancellationToken)

Lists the data export instances within a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports
  • Operation Id: DataExports_ListByWorkspace
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
GetAsync(String, CancellationToken)

Gets a data export instance.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_Get
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_Get
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Operation Id: DataExports_Get
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsDataExportResource
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<OperationalInsightsDataExportResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<OperationalInsightsDataExportResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to