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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET