IExtensionsOperations Interface

Definition

ExtensionsOperations operations.

public interface IExtensionsOperations
type IExtensionsOperations = interface
Public Interface IExtensionsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, Extension, Dictionary<String,List<String>>, CancellationToken)

Creates an HDInsight cluster extension.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified extension for HDInsight cluster.

BeginDisableAzureMonitorWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Disables the Azure Monitor on the HDInsight cluster.

BeginDisableMonitoringWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

BeginEnableAzureMonitorWithHttpMessagesAsync(String, String, AzureMonitorRequest, Dictionary<String,List<String>>, CancellationToken)

Enables the Azure Monitor on the HDInsight cluster.

BeginEnableMonitoringWithHttpMessagesAsync(String, String, ClusterMonitoringRequest, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, String, Extension, Dictionary<String,List<String>>, CancellationToken)

Creates an HDInsight cluster extension.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified extension for HDInsight cluster.

DisableAzureMonitorWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Disables the Azure Monitor on the HDInsight cluster.

DisableMonitoringWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

EnableAzureMonitorWithHttpMessagesAsync(String, String, AzureMonitorRequest, Dictionary<String,List<String>>, CancellationToken)

Enables the Azure Monitor on the HDInsight cluster.

EnableMonitoringWithHttpMessagesAsync(String, String, ClusterMonitoringRequest, Dictionary<String,List<String>>, CancellationToken)

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

GetAzureAsyncOperationStatusWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the async operation status.

GetAzureMonitorStatusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the status of Azure Monitor on the HDInsight cluster.

GetMonitoringStatusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the extension properties for the specified HDInsight cluster extension.

Extension 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