SubgroupsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:subgroups> attribute.
Constructor
SubgroupsOperations(*args, **kwargs)
Methods
| get |
Gets the specified subgroup in an interconnect group. |
| list |
Gets all subgroups in an interconnect group. |
get
Gets the specified subgroup in an interconnect group.
get(resource_group_name: str, interconnect_group_name: str, subgroup_name: str, **kwargs: Any) -> Subgroup
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
interconnect_group_name
Required
|
The name of the interconnect group. Required. |
|
subgroup_name
Required
|
The name of the subgroup. Required. |
Returns
| Type | Description |
|---|---|
|
Subgroup. The Subgroup is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|
list
Gets all subgroups in an interconnect group.
list(resource_group_name: str, interconnect_group_name: str, **kwargs: Any) -> ItemPaged[Subgroup]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
interconnect_group_name
Required
|
The name of the interconnect group. Required. |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of Subgroup |
Exceptions
| Type | Description |
|---|---|