HierarchySettingsOperationsExtensions.Get Method
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.
Gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.
public static Microsoft.Azure.Management.ManagementGroups.Models.HierarchySettings Get (this Microsoft.Azure.Management.ManagementGroups.IHierarchySettingsOperations operations, string groupId);
static member Get : Microsoft.Azure.Management.ManagementGroups.IHierarchySettingsOperations * string -> Microsoft.Azure.Management.ManagementGroups.Models.HierarchySettings
<Extension()>
Public Function Get (operations As IHierarchySettingsOperations, groupId As String) As HierarchySettings
Parameters
- operations
- IHierarchySettingsOperations
The operations group for this extension method.
- groupId
- String
Management Group ID.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET