FindParentResourceGroupRequest.ChildrenIds Property

Definition

Gets or sets an array of IDs of the children resource groups.

public:
 property cli::array <Guid> ^ ChildrenIds { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public Guid[] ChildrenIds { get; set; }
member this.ChildrenIds : Guid[] with get, set
Public Property ChildrenIds As Guid()

Property Value

Guid[]

The array of IDs of the children resource groups.

Remarks

Each element of the ChildrenIds array corresponds to the ResourceGroup.ResourceGroupId attribute, which is the primary key for the ResourceGroup entity.

Applies to