IConfigurationsOperations Interface

Definition

ConfigurationsOperations operations.

public interface IConfigurationsOperations
type IConfigurationsOperations = interface
Public Interface IConfigurationsOperations

Methods

BeginDisablingHttpAsync(String, String, CancellationToken)
Obsolete.

Begin disabling HTTP on the specified cluster.

BeginEnablingHttpAsync(String, String, String, String, CancellationToken)
Obsolete.

Begin enabling HTTP on the specified cluster.

BeginUpdateWithHttpMessagesAsync(String, String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

DisableHttpAsync(String, String, CancellationToken)
Obsolete.

Disables HTTP on the specified cluster.

EnableHttpAsync(String, String, String, String, CancellationToken)
Obsolete.

Enables HTTP on the specified cluster.

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

The configuration object for the specified cluster. This API is not recommended and might be removed in the future. Please consider using List configurations API instead.

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

Gets all configuration information for an HDI cluster.

UpdateWithHttpMessagesAsync(String, String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

Extension Methods

BeginDisablingHttp(IConfigurationsOperations, String, String)
Obsolete.

Begins disabling HTTP on the specified cluster.

BeginDisablingHttpAsync(IConfigurationsOperations, String, String, CancellationToken)
Obsolete.

Begins disabling HTTP on the specified cluster.

BeginEnablingHttp(IConfigurationsOperations, String, String, String, String)
Obsolete.

Begins enabling HTTP on the specified cluster.

BeginEnablingHttpAsync(IConfigurationsOperations, String, String, String, String, CancellationToken)
Obsolete.

Begins enabling HTTP on the specified cluster.

BeginUpdate(IConfigurationsOperations, String, String, String, IDictionary<String,String>)
Obsolete.

Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

BeginUpdateAsync(IConfigurationsOperations, String, String, String, IDictionary<String,String>, CancellationToken)
Obsolete.

Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

DisableHttp(IConfigurationsOperations, String, String)
Obsolete.

Disables HTTP on the specified cluster.

DisableHttpAsync(IConfigurationsOperations, String, String, CancellationToken)
Obsolete.

Disables HTTP on the specified cluster.

EnableHttp(IConfigurationsOperations, String, String, String, String)
Obsolete.

Enables HTTP on the specified cluster.

EnableHttpAsync(IConfigurationsOperations, String, String, String, String, CancellationToken)
Obsolete.

Enables HTTP on the specified cluster.

Get(IConfigurationsOperations, String, String, String)

The configuration object for the specified cluster. This API is not recommended and might be removed in the future. Please consider using List configurations API instead.

GetAsync(IConfigurationsOperations, String, String, String, CancellationToken)

The configuration object for the specified cluster. This API is not recommended and might be removed in the future. Please consider using List configurations API instead.

List(IConfigurationsOperations, String, String)

Gets all configuration information for an HDI cluster.

ListAsync(IConfigurationsOperations, String, String, CancellationToken)

Gets all configuration information for an HDI cluster.

Update(IConfigurationsOperations, String, String, String, IDictionary<String,String>)
Obsolete.

Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

UpdateAsync(IConfigurationsOperations, String, String, String, IDictionary<String,String>, CancellationToken)
Obsolete.

Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

Applies to