Share via


ITenantSettingsOperations Interface

Definition

TenantSettingsOperations operations.

public interface ITenantSettingsOperations
type ITenantSettingsOperations = interface
Public Interface ITenantSettingsOperations

Methods

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

Get tenant settings.

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

Public settings.

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<TenantSettingsContract>, Dictionary<String,List<String>>, CancellationToken)

Public settings.

Extension Methods

Get(ITenantSettingsOperations, String, String)

Get tenant settings.

GetAsync(ITenantSettingsOperations, String, String, CancellationToken)

Get tenant settings.

ListByService(ITenantSettingsOperations, String, String, ODataQuery<TenantSettingsContract>)

Public settings.

ListByServiceAsync(ITenantSettingsOperations, String, String, ODataQuery<TenantSettingsContract>, CancellationToken)

Public settings.

ListByServiceNext(ITenantSettingsOperations, String)

Public settings.

ListByServiceNextAsync(ITenantSettingsOperations, String, CancellationToken)

Public settings.

Applies to