C# Класс Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient

Implementation for accessing ApplicationDiscoveryService AWS Application Discovery Service

AWS Application Discovery Service helps you plan application migration projects by automatically identifying servers, virtual machines (VMs), software, and software dependencies running in your on-premises data centers. Application Discovery Service also collects application performance data, which can help you assess the outcome of your migration. The data collected by Application Discovery Service is securely retained in an Amazon-hosted and managed database in the cloud. You can export the data as a CSV or XML file into your preferred visualization tool or cloud-migration solution to plan your migration. For more information, see the Application Discovery Service FAQ.

Application Discovery Service offers two modes of operation.

  • Agentless discovery mode is recommended for environments that use VMware vCenter Server. This mode doesn't require you to install an agent on each host. Agentless discovery gathers server information regardless of the operating systems, which minimizes the time required for initial on-premises infrastructure assessment. Agentless discovery doesn't collect information about software and software dependencies. It also doesn't work in non-VMware environments. We recommend that you use agent-based discovery for non-VMware environments and if you want to collect information about software and software dependencies. You can also run agent-based and agentless discovery simultaneously. Use agentless discovery to quickly complete the initial infrastructure assessment and then install agents on select hosts to gather information about software and software dependencies.

  • Agent-based discovery mode collects a richer set of data than agentless discovery by using Amazon software, the AWS Application Discovery Agent, which you install on one or more hosts in your data center. The agent captures infrastructure and application information, including an inventory of installed software applications, system and process performance, resource utilization, and network dependencies between workloads. The information collected by agents is secured at rest and in transit to the Application Discovery Service database in the cloud.

Application Discovery Service integrates with application discovery solutions from AWS Partner Network (APN) partners. Third-party application discovery tools can query the Application Discovery Service and write to the Application Discovery Service database using a public API. You can then import the data into either a visualization tool or cloud-migration solution.

Application Discovery Service doesn't gather sensitive information. All data is handled according to the AWS Privacy Policy. You can operate Application Discovery Service using offline mode to inspect collected data before it is shared with the service.

Your AWS account must be granted access to Application Discovery Service, a process called whitelisting. This is true for AWS partners and customers alike. To request access, sign up for the AWS Application Discovery Service here. We will send you information about how to get started.

This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Application Discovery Service. The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see AWS SDKs.

This guide is intended for use with the AWS Application Discovery Service User Guide .

Наследование: AmazonServiceClient, IAmazonApplicationDiscoveryService
Показать файл Открыть проект

Открытые методы

Метод Описание
AmazonApplicationDiscoveryServiceClient ( ) : System

Constructs AmazonApplicationDiscoveryServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonApplicationDiscoveryServiceClient ( AWSCredentials credentials ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Credentials

AmazonApplicationDiscoveryServiceClient ( AWSCredentials credentials, AmazonApplicationDiscoveryServiceConfig clientConfig ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Credentials and an AmazonApplicationDiscoveryServiceClient Configuration object.

AmazonApplicationDiscoveryServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Credentials

AmazonApplicationDiscoveryServiceClient ( AmazonApplicationDiscoveryServiceConfig config ) : System

Constructs AmazonApplicationDiscoveryServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonApplicationDiscoveryServiceClient ( RegionEndpoint region ) : System

Constructs AmazonApplicationDiscoveryServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key

AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonApplicationDiscoveryServiceConfig clientConfig ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonApplicationDiscoveryServiceClient Configuration object.

AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key

AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key

AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonApplicationDiscoveryServiceConfig clientConfig ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonApplicationDiscoveryServiceClient Configuration object.

AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key

AssociateConfigurationItemsToApplicationAsync ( AssociateConfigurationItemsToApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateConfigurationItemsToApplication operation.

BeginAssociateConfigurationItemsToApplication ( AssociateConfigurationItemsToApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateConfigurationItemsToApplication operation.

BeginCreateApplication ( CreateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateApplication operation.

BeginCreateTags ( CreateTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTags operation.

BeginDeleteApplications ( DeleteApplicationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApplications operation.

BeginDeleteTags ( DeleteTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTags operation.

BeginDescribeAgents ( DescribeAgentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAgents operation.

BeginDescribeConfigurations ( DescribeConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConfigurations operation.

BeginDescribeExportConfigurations ( DescribeExportConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeExportConfigurations operation.

BeginDescribeTags ( DescribeTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTags operation.

BeginDisassociateConfigurationItemsFromApplication ( DisassociateConfigurationItemsFromApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateConfigurationItemsFromApplication operation.

BeginExportConfigurations ( ExportConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ExportConfigurations operation.

BeginGetDiscoverySummary ( GetDiscoverySummaryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDiscoverySummary operation.

BeginListConfigurations ( ListConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListConfigurations operation.

BeginListServerNeighbors ( ListServerNeighborsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListServerNeighbors operation.

BeginStartDataCollectionByAgentIds ( StartDataCollectionByAgentIdsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartDataCollectionByAgentIds operation.

BeginStopDataCollectionByAgentIds ( StopDataCollectionByAgentIdsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopDataCollectionByAgentIds operation.

BeginUpdateApplication ( UpdateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApplication operation.

CreateApplicationAsync ( CreateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateApplication operation.

CreateTagsAsync ( CreateTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTags operation.

DeleteApplicationsAsync ( DeleteApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApplications operation.

DeleteTagsAsync ( DeleteTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTags operation.

DescribeAgentsAsync ( DescribeAgentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAgents operation.

DescribeConfigurationsAsync ( DescribeConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConfigurations operation.

DescribeExportConfigurationsAsync ( DescribeExportConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeExportConfigurations operation.

DescribeTagsAsync ( DescribeTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTags operation.

DisassociateConfigurationItemsFromApplicationAsync ( DisassociateConfigurationItemsFromApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateConfigurationItemsFromApplication operation.

EndAssociateConfigurationItemsToApplication ( IAsyncResult asyncResult ) : AssociateConfigurationItemsToApplicationResponse

Finishes the asynchronous execution of the AssociateConfigurationItemsToApplication operation.

EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse

Finishes the asynchronous execution of the CreateApplication operation.

EndCreateTags ( IAsyncResult asyncResult ) : CreateTagsResponse

Finishes the asynchronous execution of the CreateTags operation.

EndDeleteApplications ( IAsyncResult asyncResult ) : DeleteApplicationsResponse

Finishes the asynchronous execution of the DeleteApplications operation.

EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse

Finishes the asynchronous execution of the DeleteTags operation.

EndDescribeAgents ( IAsyncResult asyncResult ) : DescribeAgentsResponse

Finishes the asynchronous execution of the DescribeAgents operation.

EndDescribeConfigurations ( IAsyncResult asyncResult ) : DescribeConfigurationsResponse

Finishes the asynchronous execution of the DescribeConfigurations operation.

EndDescribeExportConfigurations ( IAsyncResult asyncResult ) : DescribeExportConfigurationsResponse

Finishes the asynchronous execution of the DescribeExportConfigurations operation.

EndDescribeTags ( IAsyncResult asyncResult ) : DescribeTagsResponse

Finishes the asynchronous execution of the DescribeTags operation.

EndDisassociateConfigurationItemsFromApplication ( IAsyncResult asyncResult ) : DisassociateConfigurationItemsFromApplicationResponse

Finishes the asynchronous execution of the DisassociateConfigurationItemsFromApplication operation.

EndExportConfigurations ( IAsyncResult asyncResult ) : ExportConfigurationsResponse

Finishes the asynchronous execution of the ExportConfigurations operation.

EndGetDiscoverySummary ( IAsyncResult asyncResult ) : GetDiscoverySummaryResponse

Finishes the asynchronous execution of the GetDiscoverySummary operation.

EndListConfigurations ( IAsyncResult asyncResult ) : ListConfigurationsResponse

Finishes the asynchronous execution of the ListConfigurations operation.

EndListServerNeighbors ( IAsyncResult asyncResult ) : ListServerNeighborsResponse

Finishes the asynchronous execution of the ListServerNeighbors operation.

EndStartDataCollectionByAgentIds ( IAsyncResult asyncResult ) : StartDataCollectionByAgentIdsResponse

Finishes the asynchronous execution of the StartDataCollectionByAgentIds operation.

EndStopDataCollectionByAgentIds ( IAsyncResult asyncResult ) : StopDataCollectionByAgentIdsResponse

Finishes the asynchronous execution of the StopDataCollectionByAgentIds operation.

EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse

Finishes the asynchronous execution of the UpdateApplication operation.

ExportConfigurationsAsync ( ExportConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ExportConfigurations operation.

GetDiscoverySummaryAsync ( GetDiscoverySummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDiscoverySummary operation.

ListConfigurationsAsync ( ListConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListConfigurations operation.

ListServerNeighborsAsync ( ListServerNeighborsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListServerNeighbors operation.

StartDataCollectionByAgentIdsAsync ( StartDataCollectionByAgentIdsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartDataCollectionByAgentIds operation.

StopDataCollectionByAgentIdsAsync ( StopDataCollectionByAgentIdsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopDataCollectionByAgentIds operation.

UpdateApplicationAsync ( UpdateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApplication operation.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Приватные методы

Метод Описание
AssociateConfigurationItemsToApplication ( AssociateConfigurationItemsToApplicationRequest request ) : AssociateConfigurationItemsToApplicationResponse
CreateApplication ( CreateApplicationRequest request ) : CreateApplicationResponse
CreateTags ( CreateTagsRequest request ) : CreateTagsResponse
DeleteApplications ( DeleteApplicationsRequest request ) : DeleteApplicationsResponse
DeleteTags ( DeleteTagsRequest request ) : DeleteTagsResponse
DescribeAgents ( DescribeAgentsRequest request ) : DescribeAgentsResponse
DescribeConfigurations ( DescribeConfigurationsRequest request ) : DescribeConfigurationsResponse
DescribeExportConfigurations ( DescribeExportConfigurationsRequest request ) : DescribeExportConfigurationsResponse
DescribeTags ( DescribeTagsRequest request ) : DescribeTagsResponse
DisassociateConfigurationItemsFromApplication ( DisassociateConfigurationItemsFromApplicationRequest request ) : DisassociateConfigurationItemsFromApplicationResponse
ExportConfigurations ( ExportConfigurationsRequest request ) : ExportConfigurationsResponse
GetDiscoverySummary ( GetDiscoverySummaryRequest request ) : GetDiscoverySummaryResponse
ListConfigurations ( ListConfigurationsRequest request ) : ListConfigurationsResponse
ListServerNeighbors ( ListServerNeighborsRequest request ) : ListServerNeighborsResponse
StartDataCollectionByAgentIds ( StartDataCollectionByAgentIdsRequest request ) : StartDataCollectionByAgentIdsResponse
StopDataCollectionByAgentIds ( StopDataCollectionByAgentIdsRequest request ) : StopDataCollectionByAgentIdsResponse
UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse

Описание методов

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonApplicationDiscoveryServiceClient ( ) : System
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Credentials
public AmazonApplicationDiscoveryServiceClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Credentials and an AmazonApplicationDiscoveryServiceClient Configuration object.
public AmazonApplicationDiscoveryServiceClient ( AWSCredentials credentials, AmazonApplicationDiscoveryServiceConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonApplicationDiscoveryServiceConfig The AmazonApplicationDiscoveryServiceClient Configuration Object
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Credentials
public AmazonApplicationDiscoveryServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonApplicationDiscoveryServiceClient ( AmazonApplicationDiscoveryServiceConfig config ) : System
config AmazonApplicationDiscoveryServiceConfig The AmazonApplicationDiscoveryServiceClient Configuration Object
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonApplicationDiscoveryServiceClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonApplicationDiscoveryServiceClient Configuration object.
public AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonApplicationDiscoveryServiceConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonApplicationDiscoveryServiceConfig The AmazonApplicationDiscoveryServiceClient Configuration Object
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonApplicationDiscoveryServiceClient Configuration object.
public AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonApplicationDiscoveryServiceConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonApplicationDiscoveryServiceConfig The AmazonApplicationDiscoveryServiceClient Configuration Object
Результат System

AmazonApplicationDiscoveryServiceClient() публичный Метод

Constructs AmazonApplicationDiscoveryServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonApplicationDiscoveryServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
Результат System

AssociateConfigurationItemsToApplicationAsync() публичный Метод

Initiates the asynchronous execution of the AssociateConfigurationItemsToApplication operation.
public AssociateConfigurationItemsToApplicationAsync ( AssociateConfigurationItemsToApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.AssociateConfigurationItemsToApplicationRequest Container for the necessary parameters to execute the AssociateConfigurationItemsToApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

BeginAssociateConfigurationItemsToApplication() публичный Метод

Initiates the asynchronous execution of the AssociateConfigurationItemsToApplication operation.
public BeginAssociateConfigurationItemsToApplication ( AssociateConfigurationItemsToApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.AssociateConfigurationItemsToApplicationRequest Container for the necessary parameters to execute the AssociateConfigurationItemsToApplication operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateApplication() публичный Метод

Initiates the asynchronous execution of the CreateApplication operation.
public BeginCreateApplication ( CreateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.CreateApplicationRequest Container for the necessary parameters to execute the CreateApplication operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateTags() публичный Метод

Initiates the asynchronous execution of the CreateTags operation.
public BeginCreateTags ( CreateTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.CreateTagsRequest Container for the necessary parameters to execute the CreateTags operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteApplications() публичный Метод

Initiates the asynchronous execution of the DeleteApplications operation.
public BeginDeleteApplications ( DeleteApplicationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.DeleteApplicationsRequest Container for the necessary parameters to execute the DeleteApplications operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteTags() публичный Метод

Initiates the asynchronous execution of the DeleteTags operation.
public BeginDeleteTags ( DeleteTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.DeleteTagsRequest Container for the necessary parameters to execute the DeleteTags operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeAgents() публичный Метод

Initiates the asynchronous execution of the DescribeAgents operation.
public BeginDescribeAgents ( DescribeAgentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.DescribeAgentsRequest Container for the necessary parameters to execute the DescribeAgents operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeConfigurations() публичный Метод

Initiates the asynchronous execution of the DescribeConfigurations operation.
public BeginDescribeConfigurations ( DescribeConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.DescribeConfigurationsRequest Container for the necessary parameters to execute the DescribeConfigurations operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeExportConfigurations() публичный Метод

Initiates the asynchronous execution of the DescribeExportConfigurations operation.
public BeginDescribeExportConfigurations ( DescribeExportConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.DescribeExportConfigurationsRequest Container for the necessary parameters to execute the DescribeExportConfigurations operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeTags() публичный Метод

Initiates the asynchronous execution of the DescribeTags operation.
public BeginDescribeTags ( DescribeTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.DescribeTagsRequest Container for the necessary parameters to execute the DescribeTags operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDisassociateConfigurationItemsFromApplication() публичный Метод

Initiates the asynchronous execution of the DisassociateConfigurationItemsFromApplication operation.
public BeginDisassociateConfigurationItemsFromApplication ( DisassociateConfigurationItemsFromApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.DisassociateConfigurationItemsFromApplicationRequest Container for the necessary parameters to execute the DisassociateConfigurationItemsFromApplication operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginExportConfigurations() публичный Метод

Initiates the asynchronous execution of the ExportConfigurations operation.
public BeginExportConfigurations ( ExportConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ExportConfigurationsRequest Container for the necessary parameters to execute the ExportConfigurations operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginGetDiscoverySummary() публичный Метод

Initiates the asynchronous execution of the GetDiscoverySummary operation.
public BeginGetDiscoverySummary ( GetDiscoverySummaryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetDiscoverySummaryRequest Container for the necessary parameters to execute the GetDiscoverySummary operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListConfigurations() публичный Метод

Initiates the asynchronous execution of the ListConfigurations operation.
public BeginListConfigurations ( ListConfigurationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.ListConfigurationsRequest Container for the necessary parameters to execute the ListConfigurations operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListServerNeighbors() публичный Метод

Initiates the asynchronous execution of the ListServerNeighbors operation.
public BeginListServerNeighbors ( ListServerNeighborsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.ListServerNeighborsRequest Container for the necessary parameters to execute the ListServerNeighbors operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginStartDataCollectionByAgentIds() публичный Метод

Initiates the asynchronous execution of the StartDataCollectionByAgentIds operation.
public BeginStartDataCollectionByAgentIds ( StartDataCollectionByAgentIdsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.StartDataCollectionByAgentIdsRequest Container for the necessary parameters to execute the StartDataCollectionByAgentIds operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginStopDataCollectionByAgentIds() публичный Метод

Initiates the asynchronous execution of the StopDataCollectionByAgentIds operation.
public BeginStopDataCollectionByAgentIds ( StopDataCollectionByAgentIdsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.StopDataCollectionByAgentIdsRequest Container for the necessary parameters to execute the StopDataCollectionByAgentIds operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateApplication() публичный Метод

Initiates the asynchronous execution of the UpdateApplication operation.
public BeginUpdateApplication ( UpdateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication operation on AmazonApplicationDiscoveryServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

CreateApplicationAsync() публичный Метод

Initiates the asynchronous execution of the CreateApplication operation.
public CreateApplicationAsync ( CreateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.CreateApplicationRequest Container for the necessary parameters to execute the CreateApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateTagsAsync() публичный Метод

Initiates the asynchronous execution of the CreateTags operation.
public CreateTagsAsync ( CreateTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.CreateTagsRequest Container for the necessary parameters to execute the CreateTags operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteApplicationsAsync() публичный Метод

Initiates the asynchronous execution of the DeleteApplications operation.
public DeleteApplicationsAsync ( DeleteApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DeleteApplicationsRequest Container for the necessary parameters to execute the DeleteApplications operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteTagsAsync() публичный Метод

Initiates the asynchronous execution of the DeleteTags operation.
public DeleteTagsAsync ( DeleteTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DeleteTagsRequest Container for the necessary parameters to execute the DeleteTags operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeAgentsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeAgents operation.
public DescribeAgentsAsync ( DescribeAgentsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DescribeAgentsRequest Container for the necessary parameters to execute the DescribeAgents operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeConfigurationsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeConfigurations operation.
public DescribeConfigurationsAsync ( DescribeConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DescribeConfigurationsRequest Container for the necessary parameters to execute the DescribeConfigurations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeExportConfigurationsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeExportConfigurations operation.
public DescribeExportConfigurationsAsync ( DescribeExportConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DescribeExportConfigurationsRequest Container for the necessary parameters to execute the DescribeExportConfigurations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeTagsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeTags operation.
public DescribeTagsAsync ( DescribeTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DescribeTagsRequest Container for the necessary parameters to execute the DescribeTags operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DisassociateConfigurationItemsFromApplicationAsync() публичный Метод

Initiates the asynchronous execution of the DisassociateConfigurationItemsFromApplication operation.
public DisassociateConfigurationItemsFromApplicationAsync ( DisassociateConfigurationItemsFromApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DisassociateConfigurationItemsFromApplicationRequest Container for the necessary parameters to execute the DisassociateConfigurationItemsFromApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndAssociateConfigurationItemsToApplication() публичный Метод

Finishes the asynchronous execution of the AssociateConfigurationItemsToApplication operation.
public EndAssociateConfigurationItemsToApplication ( IAsyncResult asyncResult ) : AssociateConfigurationItemsToApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateConfigurationItemsToApplication.
Результат AssociateConfigurationItemsToApplicationResponse

EndCreateApplication() публичный Метод

Finishes the asynchronous execution of the CreateApplication operation.
public EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplication.
Результат Amazon.ApplicationDiscoveryService.Model.CreateApplicationResponse

EndCreateTags() публичный Метод

Finishes the asynchronous execution of the CreateTags operation.
public EndCreateTags ( IAsyncResult asyncResult ) : CreateTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTags.
Результат CreateTagsResponse

EndDeleteApplications() публичный Метод

Finishes the asynchronous execution of the DeleteApplications operation.
public EndDeleteApplications ( IAsyncResult asyncResult ) : DeleteApplicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplications.
Результат DeleteApplicationsResponse

EndDeleteTags() публичный Метод

Finishes the asynchronous execution of the DeleteTags operation.
public EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTags.
Результат DeleteTagsResponse

EndDescribeAgents() публичный Метод

Finishes the asynchronous execution of the DescribeAgents operation.
public EndDescribeAgents ( IAsyncResult asyncResult ) : DescribeAgentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAgents.
Результат Amazon.ApplicationDiscoveryService.Model.DescribeAgentsResponse

EndDescribeConfigurations() публичный Метод

Finishes the asynchronous execution of the DescribeConfigurations operation.
public EndDescribeConfigurations ( IAsyncResult asyncResult ) : DescribeConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConfigurations.
Результат Amazon.ApplicationDiscoveryService.Model.DescribeConfigurationsResponse

EndDescribeExportConfigurations() публичный Метод

Finishes the asynchronous execution of the DescribeExportConfigurations operation.
public EndDescribeExportConfigurations ( IAsyncResult asyncResult ) : DescribeExportConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeExportConfigurations.
Результат Amazon.ApplicationDiscoveryService.Model.DescribeExportConfigurationsResponse

EndDescribeTags() публичный Метод

Finishes the asynchronous execution of the DescribeTags operation.
public EndDescribeTags ( IAsyncResult asyncResult ) : DescribeTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTags.
Результат Amazon.ApplicationDiscoveryService.Model.DescribeTagsResponse

EndDisassociateConfigurationItemsFromApplication() публичный Метод

Finishes the asynchronous execution of the DisassociateConfigurationItemsFromApplication operation.
public EndDisassociateConfigurationItemsFromApplication ( IAsyncResult asyncResult ) : DisassociateConfigurationItemsFromApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateConfigurationItemsFromApplication.
Результат DisassociateConfigurationItemsFromApplicationResponse

EndExportConfigurations() публичный Метод

Finishes the asynchronous execution of the ExportConfigurations operation.
public EndExportConfigurations ( IAsyncResult asyncResult ) : ExportConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExportConfigurations.
Результат Amazon.ApplicationDiscoveryService.Model.ExportConfigurationsResponse

EndGetDiscoverySummary() публичный Метод

Finishes the asynchronous execution of the GetDiscoverySummary operation.
public EndGetDiscoverySummary ( IAsyncResult asyncResult ) : GetDiscoverySummaryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDiscoverySummary.
Результат Amazon.ApplicationDiscoveryService.Model.GetDiscoverySummaryResponse

EndListConfigurations() публичный Метод

Finishes the asynchronous execution of the ListConfigurations operation.
public EndListConfigurations ( IAsyncResult asyncResult ) : ListConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConfigurations.
Результат Amazon.ApplicationDiscoveryService.Model.ListConfigurationsResponse

EndListServerNeighbors() публичный Метод

Finishes the asynchronous execution of the ListServerNeighbors operation.
public EndListServerNeighbors ( IAsyncResult asyncResult ) : ListServerNeighborsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListServerNeighbors.
Результат Amazon.ApplicationDiscoveryService.Model.ListServerNeighborsResponse

EndStartDataCollectionByAgentIds() публичный Метод

Finishes the asynchronous execution of the StartDataCollectionByAgentIds operation.
public EndStartDataCollectionByAgentIds ( IAsyncResult asyncResult ) : StartDataCollectionByAgentIdsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartDataCollectionByAgentIds.
Результат Amazon.ApplicationDiscoveryService.Model.StartDataCollectionByAgentIdsResponse

EndStopDataCollectionByAgentIds() публичный Метод

Finishes the asynchronous execution of the StopDataCollectionByAgentIds operation.
public EndStopDataCollectionByAgentIds ( IAsyncResult asyncResult ) : StopDataCollectionByAgentIdsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopDataCollectionByAgentIds.
Результат Amazon.ApplicationDiscoveryService.Model.StopDataCollectionByAgentIdsResponse

EndUpdateApplication() публичный Метод

Finishes the asynchronous execution of the UpdateApplication operation.
public EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplication.
Результат UpdateApplicationResponse

ExportConfigurationsAsync() публичный Метод

Initiates the asynchronous execution of the ExportConfigurations operation.
public ExportConfigurationsAsync ( ExportConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ExportConfigurationsRequest Container for the necessary parameters to execute the ExportConfigurations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetDiscoverySummaryAsync() публичный Метод

Initiates the asynchronous execution of the GetDiscoverySummary operation.
public GetDiscoverySummaryAsync ( GetDiscoverySummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetDiscoverySummaryRequest Container for the necessary parameters to execute the GetDiscoverySummary operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListConfigurationsAsync() публичный Метод

Initiates the asynchronous execution of the ListConfigurations operation.
public ListConfigurationsAsync ( ListConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.ListConfigurationsRequest Container for the necessary parameters to execute the ListConfigurations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListServerNeighborsAsync() публичный Метод

Initiates the asynchronous execution of the ListServerNeighbors operation.
public ListServerNeighborsAsync ( ListServerNeighborsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.ListServerNeighborsRequest Container for the necessary parameters to execute the ListServerNeighbors operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

StartDataCollectionByAgentIdsAsync() публичный Метод

Initiates the asynchronous execution of the StartDataCollectionByAgentIds operation.
public StartDataCollectionByAgentIdsAsync ( StartDataCollectionByAgentIdsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.StartDataCollectionByAgentIdsRequest Container for the necessary parameters to execute the StartDataCollectionByAgentIds operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

StopDataCollectionByAgentIdsAsync() публичный Метод

Initiates the asynchronous execution of the StopDataCollectionByAgentIds operation.
public StopDataCollectionByAgentIdsAsync ( StopDataCollectionByAgentIdsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.StopDataCollectionByAgentIdsRequest Container for the necessary parameters to execute the StopDataCollectionByAgentIds operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateApplicationAsync() публичный Метод

Initiates the asynchronous execution of the UpdateApplication operation.
public UpdateApplicationAsync ( UpdateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task