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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET