ResourceManagerModelFactory.ManagementGroupParentCreateOptions Method

Definition

Initializes a new instance of ManagementGroupParentCreateOptions.

public static Azure.ResourceManager.ManagementGroups.Models.ManagementGroupParentCreateOptions ManagementGroupParentCreateOptions (string id = default, string name = default, string displayName = default);
static member ManagementGroupParentCreateOptions : string * string * string -> Azure.ResourceManager.ManagementGroups.Models.ManagementGroupParentCreateOptions
Public Shared Function ManagementGroupParentCreateOptions (Optional id As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing) As ManagementGroupParentCreateOptions

Parameters

id
String

The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

name
String

The name of the parent management group.

displayName
String

The friendly name of the parent management group.

Returns

A new ManagementGroupParentCreateOptions instance for mocking.

Applies to