편집

다음을 통해 공유


aggregatedEnvironment resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents grouped environments by type within a specific zone. These aggregations provide a quick summary of how many environments of each type are attached to a zone.

Properties

Property Type Description
count Int32 Number of environments of this type.
kind String Environment type.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.aggregatedEnvironment",
  "count": "Int32",
  "kind": "String (identifier)"
}