ResourceManagerModelFactory.CreateManagementGroupDetails 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.
Initializes a new instance of CreateManagementGroupDetails.
public static Azure.ResourceManager.ManagementGroups.Models.CreateManagementGroupDetails CreateManagementGroupDetails (int? version = default, DateTimeOffset? updatedOn = default, string updatedBy = default, Azure.ResourceManager.ManagementGroups.Models.ManagementGroupParentCreateOptions parent = default);
static member CreateManagementGroupDetails : Nullable<int> * Nullable<DateTimeOffset> * string * Azure.ResourceManager.ManagementGroups.Models.ManagementGroupParentCreateOptions -> Azure.ResourceManager.ManagementGroups.Models.CreateManagementGroupDetails
Public Shared Function CreateManagementGroupDetails (Optional version As Nullable(Of Integer) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedBy As String = Nothing, Optional parent As ManagementGroupParentCreateOptions = Nothing) As CreateManagementGroupDetails
Parameters
- updatedOn
- Nullable<DateTimeOffset>
The date and time when this object was last updated.
- updatedBy
- String
The identity of the principal or process that updated the object.
(Optional) The ID of the parent management group used during creation.
Returns
A new CreateManagementGroupDetails instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET