Share via


IHierarchySettingsOperations Interface

Definition

HierarchySettingsOperations operations.

public interface IHierarchySettingsOperations
type IHierarchySettingsOperations = interface
Public Interface IHierarchySettingsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, CreateOrUpdateSettingsRequest, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the hierarchy settings defined at the Management Group level.

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

Deletes the hierarchy settings defined at the Management Group level.

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

Gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.

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

Gets all the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.

UpdateWithHttpMessagesAsync(String, CreateOrUpdateSettingsRequest, Dictionary<String,List<String>>, CancellationToken)

Updates the hierarchy settings defined at the Management Group level.

Extension Methods

CreateOrUpdate(IHierarchySettingsOperations, String, CreateOrUpdateSettingsRequest)

Creates or updates the hierarchy settings defined at the Management Group level.

CreateOrUpdateAsync(IHierarchySettingsOperations, String, CreateOrUpdateSettingsRequest, CancellationToken)

Creates or updates the hierarchy settings defined at the Management Group level.

Delete(IHierarchySettingsOperations, String)

Deletes the hierarchy settings defined at the Management Group level.

DeleteAsync(IHierarchySettingsOperations, String, CancellationToken)

Deletes the hierarchy settings defined at the Management Group level.

Get(IHierarchySettingsOperations, String)

Gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.

GetAsync(IHierarchySettingsOperations, String, CancellationToken)

Gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.

List(IHierarchySettingsOperations, String)

Gets all the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.

ListAsync(IHierarchySettingsOperations, String, CancellationToken)

Gets all the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.

Update(IHierarchySettingsOperations, String, CreateOrUpdateSettingsRequest)

Updates the hierarchy settings defined at the Management Group level.

UpdateAsync(IHierarchySettingsOperations, String, CreateOrUpdateSettingsRequest, CancellationToken)

Updates the hierarchy settings defined at the Management Group level.

Applies to