HierarchySettingsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for HierarchySettingsOperations.
public static class HierarchySettingsOperationsExtensions
type HierarchySettingsOperationsExtensions = class
Public Module HierarchySettingsOperationsExtensions
- Inheritance
-
HierarchySettingsOperationsExtensions
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. |