ManagementGroup(String) Constructor

Definition

Initializes a new instance of ManagementGroup.

public ManagementGroup(string name);
new Azure.ResourceManager.DeviceRegistry.Models.ManagementGroup : string -> Azure.ResourceManager.DeviceRegistry.Models.ManagementGroup
Public Sub New (name As String)

Parameters

name
String

Name of the management group.

Exceptions

name is null.

Applies to