AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetServiceGraph operation. Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the Amazon Web Services X-Ray SDK. Downstream services can be other applications, Amazon Web Services resources, HTTP web APIs, or SQL databases.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.XRay.AmazonXRayRequest
      Amazon.XRay.Model.GetServiceGraphRequest

Namespace: Amazon.XRay.Model
Assembly: AWSSDK.XRay.dll
Version: 3.x.y.z

Syntax

C#
public class GetServiceGraphRequest : AmazonXRayRequest
         IAmazonWebServiceRequest

The GetServiceGraphRequest type exposes the following members

Constructors

NameDescription
Public Method GetServiceGraphRequest()

Properties

NameTypeDescription
Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end of the timeframe for which to generate a graph.

Public Property GroupARN System.String

Gets and sets the property GroupARN.

The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.

Public Property GroupName System.String

Gets and sets the property GroupName.

The name of a group based on which you want to generate a graph.

Public Property NextToken System.String

Gets and sets the property NextToken.

Pagination token.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start of the time frame for which to generate a graph.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5