The following tables list the members exposed by ResourceGroup.
Name | Description | |
---|---|---|
ResourceGroup Constructor |
Name | Description | |
---|---|---|
Groups | Sub-groups of the current resource group. | |
HasGroups | Determines whether current resource group has sub groups. | |
HasItems | true if the current resource group contains resource items; else - false . | |
Items | Collection of resource items of the current resource group. |
Name | Description | |
---|---|---|
FindItemByName | Searches for resource with the specified name in the current resource group and its subgroups. | |
GetItemByName | Gets resource with the specified name from the current resource group and its subgroups or throws an exception if the resource with this name was not found. | |
ReadMetaData | Overridden. Deserializes a group of resources using specified DataReader instance. | |
ReadXml | Overridden. Deserializes a group of resources using specified System.Xml.XmlReader instance. | |
WriteMetaData | Overridden. Serializes a group of resources using specified DataWriter instance. | |
WriteXml | Overridden. Serializes a group of resources using specified System.Xml.XmlWriter instance. |