ExtensionsOperationsExtensions Class

Definition

Extension methods for ExtensionsOperations.

public static class ExtensionsOperationsExtensions
type ExtensionsOperationsExtensions = class
Public Module ExtensionsOperationsExtensions
Inheritance
ExtensionsOperationsExtensions

Methods

BeginCreate(IExtensionsOperations, String, String, String, Extension)

Creates an HDInsight cluster extension.

BeginCreateAsync(IExtensionsOperations, String, String, String, Extension, CancellationToken)

Creates an HDInsight cluster extension.

BeginDelete(IExtensionsOperations, String, String, String)

Deletes the specified extension for HDInsight cluster.

BeginDeleteAsync(IExtensionsOperations, String, String, String, CancellationToken)

Deletes the specified extension for HDInsight cluster.

BeginDisableAzureMonitor(IExtensionsOperations, String, String)

Disables the Azure Monitor on the HDInsight cluster.

BeginDisableAzureMonitorAsync(IExtensionsOperations, String, String, CancellationToken)

Disables the Azure Monitor on the HDInsight cluster.

BeginDisableMonitoring(IExtensionsOperations, String, String)

Disables the Operations Management Suite (OMS) on the HDInsight cluster.

BeginDisableMonitoringAsync(IExtensionsOperations, String, String, CancellationToken)

Disables the Operations Management Suite (OMS) on the HDInsight cluster.

BeginEnableAzureMonitor(IExtensionsOperations, String, String, AzureMonitorRequest)

Enables the Azure Monitor on the HDInsight cluster.

BeginEnableAzureMonitorAsync(IExtensionsOperations, String, String, AzureMonitorRequest, CancellationToken)

Enables the Azure Monitor on the HDInsight cluster.

BeginEnableMonitoring(IExtensionsOperations, String, String, ClusterMonitoringRequest)

Enables the Operations Management Suite (OMS) on the HDInsight cluster.

BeginEnableMonitoringAsync(IExtensionsOperations, String, String, ClusterMonitoringRequest, CancellationToken)

Enables the Operations Management Suite (OMS) on the HDInsight cluster.

Create(IExtensionsOperations, String, String, String, Extension)

Creates an HDInsight cluster extension.

CreateAsync(IExtensionsOperations, String, String, String, Extension, CancellationToken)

Creates an HDInsight cluster extension.

Delete(IExtensionsOperations, String, String, String)

Deletes the specified extension for HDInsight cluster.

DeleteAsync(IExtensionsOperations, String, String, String, CancellationToken)

Deletes the specified extension for HDInsight cluster.

DisableAzureMonitor(IExtensionsOperations, String, String)

Disables the Azure Monitor on the HDInsight cluster.

DisableAzureMonitorAsync(IExtensionsOperations, String, String, CancellationToken)

Disables the Azure Monitor on the HDInsight cluster.

DisableMonitoring(IExtensionsOperations, String, String)

Disables the Operations Management Suite (OMS) on the HDInsight cluster.

DisableMonitoringAsync(IExtensionsOperations, String, String, CancellationToken)

Disables the Operations Management Suite (OMS) on the HDInsight cluster.

EnableAzureMonitor(IExtensionsOperations, String, String, AzureMonitorRequest)

Enables the Azure Monitor on the HDInsight cluster.

EnableAzureMonitorAsync(IExtensionsOperations, String, String, AzureMonitorRequest, CancellationToken)

Enables the Azure Monitor on the HDInsight cluster.

EnableMonitoring(IExtensionsOperations, String, String, ClusterMonitoringRequest)

Enables the Operations Management Suite (OMS) on the HDInsight cluster.

EnableMonitoringAsync(IExtensionsOperations, String, String, ClusterMonitoringRequest, CancellationToken)

Enables the Operations Management Suite (OMS) on the HDInsight cluster.

Get(IExtensionsOperations, String, String, String)

Gets the extension properties for the specified HDInsight cluster extension.

GetAsync(IExtensionsOperations, String, String, String, CancellationToken)

Gets the extension properties for the specified HDInsight cluster extension.

GetAzureAsyncOperationStatus(IExtensionsOperations, String, String, String, String)

Gets the async operation status.

GetAzureAsyncOperationStatusAsync(IExtensionsOperations, String, String, String, String, CancellationToken)

Gets the async operation status.

GetAzureMonitorStatus(IExtensionsOperations, String, String)

Gets the status of Azure Monitor on the HDInsight cluster.

GetAzureMonitorStatusAsync(IExtensionsOperations, String, String, CancellationToken)

Gets the status of Azure Monitor on the HDInsight cluster.

GetMonitoringStatus(IExtensionsOperations, String, String)

Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.

GetMonitoringStatusAsync(IExtensionsOperations, String, String, CancellationToken)

Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.

Applies to