HierarchySettingsOperationsExtensions.Update 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.
Updates the hierarchy settings defined at the Management Group level.
public static Microsoft.Azure.Management.ManagementGroups.Models.HierarchySettings Update (this Microsoft.Azure.Management.ManagementGroups.IHierarchySettingsOperations operations, string groupId, Microsoft.Azure.Management.ManagementGroups.Models.CreateOrUpdateSettingsRequest createTenantSettingsRequest);
static member Update : Microsoft.Azure.Management.ManagementGroups.IHierarchySettingsOperations * string * Microsoft.Azure.Management.ManagementGroups.Models.CreateOrUpdateSettingsRequest -> Microsoft.Azure.Management.ManagementGroups.Models.HierarchySettings
<Extension()>
Public Function Update (operations As IHierarchySettingsOperations, groupId As String, createTenantSettingsRequest As CreateOrUpdateSettingsRequest) As HierarchySettings
Parameters
- operations
- IHierarchySettingsOperations
The operations group for this extension method.
- groupId
- String
Management Group ID.
- createTenantSettingsRequest
- CreateOrUpdateSettingsRequest
Tenant level settings request parameter.
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.