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
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