C# Class Amazon.ServiceCatalog.AmazonServiceCatalogClient

Implementation for accessing ServiceCatalog AWS Service Catalog

Overview

AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS. This documentation provides reference material for the AWS Service Catalog end user API. To get the most out of this documentation, you need to be familiar with the terminology discussed in AWS Service Catalog Concepts.

Additional Resources

Inheritance: AmazonServiceClient, IAmazonServiceCatalog
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
AcceptPortfolioShare ( AcceptPortfolioShareRequest request ) : AcceptPortfolioShareResponse

Accepts an offer to share a portfolio.

AcceptPortfolioShareAsync ( AcceptPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AcceptPortfolioShare operation.

AmazonServiceCatalogClient ( ) : System

Constructs AmazonServiceCatalogClient 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>

AmazonServiceCatalogClient ( AWSCredentials credentials ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials

AmazonServiceCatalogClient ( AWSCredentials credentials, AmazonServiceCatalogConfig clientConfig ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials and an AmazonServiceCatalogClient Configuration object.

AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials

AmazonServiceCatalogClient ( AmazonServiceCatalogConfig config ) : System

Constructs AmazonServiceCatalogClient 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>

AmazonServiceCatalogClient ( RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient 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>

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System

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

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

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonServiceCatalogConfig clientConfig ) : System

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

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

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request ) : AssociatePrincipalWithPortfolioResponse

Associates the specified principal ARN with the specified portfolio.

AssociatePrincipalWithPortfolioAsync ( AssociatePrincipalWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

AssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request ) : AssociateProductWithPortfolioResponse

Associates a product with a portfolio.

AssociateProductWithPortfolioAsync ( AssociateProductWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.

BeginAcceptPortfolioShare ( AcceptPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AcceptPortfolioShare operation.

BeginAssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

BeginAssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.

BeginCreateConstraint ( CreateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateConstraint operation.

BeginCreatePortfolio ( CreatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePortfolio operation.

BeginCreatePortfolioShare ( CreatePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePortfolioShare operation.

BeginCreateProduct ( CreateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateProduct operation.

BeginCreateProvisioningArtifact ( CreateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.

BeginDeleteConstraint ( DeleteConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteConstraint operation.

BeginDeletePortfolio ( DeletePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePortfolio operation.

BeginDeletePortfolioShare ( DeletePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePortfolioShare operation.

BeginDeleteProduct ( DeleteProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteProduct operation.

BeginDeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.

BeginDescribeConstraint ( DescribeConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConstraint operation.

BeginDescribePortfolio ( DescribePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePortfolio operation.

BeginDescribeProduct ( DescribeProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProduct operation.

BeginDescribeProductAsAdmin ( DescribeProductAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.

BeginDescribeProductView ( DescribeProductViewRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProductView operation.

BeginDescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.

BeginDescribeProvisioningParameters ( DescribeProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.

BeginDescribeRecord ( DescribeRecordRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRecord operation.

BeginDisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

BeginDisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.

BeginListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.

BeginListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.

BeginListLaunchPaths ( ListLaunchPathsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListLaunchPaths operation.

BeginListPortfolioAccess ( ListPortfolioAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfolioAccess operation.

BeginListPortfolios ( ListPortfoliosRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfolios operation.

BeginListPortfoliosForProduct ( ListPortfoliosForProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.

BeginListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.

BeginListProvisioningArtifacts ( ListProvisioningArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.

BeginListRecordHistory ( ListRecordHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListRecordHistory operation.

BeginProvisionProduct ( ProvisionProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ProvisionProduct operation.

BeginRejectPortfolioShare ( RejectPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RejectPortfolioShare operation.

BeginScanProvisionedProducts ( ScanProvisionedProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ScanProvisionedProducts operation.

BeginSearchProducts ( SearchProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SearchProducts operation.

BeginSearchProductsAsAdmin ( SearchProductsAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.

BeginTerminateProvisionedProduct ( TerminateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.

BeginUpdateConstraint ( UpdateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateConstraint operation.

BeginUpdatePortfolio ( UpdatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdatePortfolio operation.

BeginUpdateProduct ( UpdateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProduct operation.

BeginUpdateProvisionedProduct ( UpdateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.

BeginUpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.

CreateConstraint ( CreateConstraintRequest request ) : CreateConstraintResponse

Creates a new constraint.

CreateConstraintAsync ( CreateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateConstraint operation.

CreatePortfolio ( CreatePortfolioRequest request ) : CreatePortfolioResponse

Creates a new portfolio.

CreatePortfolioAsync ( CreatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePortfolio operation.

CreatePortfolioShare ( CreatePortfolioShareRequest request ) : CreatePortfolioShareResponse

Creates a new portfolio share.

CreatePortfolioShareAsync ( CreatePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePortfolioShare operation.

CreateProduct ( CreateProductRequest request ) : CreateProductResponse

Creates a new product.

CreateProductAsync ( CreateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateProduct operation.

CreateProvisioningArtifact ( CreateProvisioningArtifactRequest request ) : CreateProvisioningArtifactResponse

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.

CreateProvisioningArtifactAsync ( CreateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.

DeleteConstraint ( DeleteConstraintRequest request ) : DeleteConstraintResponse

Deletes the specified constraint.

DeleteConstraintAsync ( DeleteConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteConstraint operation.

DeletePortfolio ( DeletePortfolioRequest request ) : DeletePortfolioResponse

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.

DeletePortfolioAsync ( DeletePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePortfolio operation.

DeletePortfolioShare ( DeletePortfolioShareRequest request ) : DeletePortfolioShareResponse

Deletes the specified portfolio share.

DeletePortfolioShareAsync ( DeletePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePortfolioShare operation.

DeleteProduct ( DeleteProductRequest request ) : DeleteProductResponse

Deletes the specified product. This operation will not work with a product that has been shared with you or is associated with a portfolio.

DeleteProductAsync ( DeleteProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteProduct operation.

DeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request ) : DeleteProvisioningArtifactResponse

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).

DeleteProvisioningArtifactAsync ( DeleteProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.

DescribeConstraint ( DescribeConstraintRequest request ) : DescribeConstraintResponse

Retrieves detailed information for a specified constraint.

DescribeConstraintAsync ( DescribeConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConstraint operation.

DescribePortfolio ( DescribePortfolioRequest request ) : DescribePortfolioResponse

Retrieves detailed information and any tags associated with the specified portfolio.

DescribePortfolioAsync ( DescribePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePortfolio operation.

DescribeProduct ( DescribeProductRequest request ) : DescribeProductResponse

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

DescribeProductAsAdmin ( DescribeProductAsAdminRequest request ) : DescribeProductAsAdminResponse

Retrieves information about a specified product, run with administrator access.

DescribeProductAsAdminAsync ( DescribeProductAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.

DescribeProductAsync ( DescribeProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProduct operation.

DescribeProductView ( DescribeProductViewRequest request ) : DescribeProductViewResponse

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

DescribeProductViewAsync ( DescribeProductViewRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProductView operation.

DescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request ) : DescribeProvisioningArtifactResponse

Retrieves detailed information about the specified provisioning artifact.

DescribeProvisioningArtifactAsync ( DescribeProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.

DescribeProvisioningParameters ( DescribeProvisioningParametersRequest request ) : DescribeProvisioningParametersResponse

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.

DescribeProvisioningParametersAsync ( DescribeProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.

DescribeRecord ( DescribeRecordRequest request ) : DescribeRecordResponse

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

DescribeRecordAsync ( DescribeRecordRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRecord operation.

DisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request ) : DisassociatePrincipalFromPortfolioResponse

Disassociates a previously associated principal ARN from a specified portfolio.

DisassociatePrincipalFromPortfolioAsync ( DisassociatePrincipalFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

DisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request ) : DisassociateProductFromPortfolioResponse

Disassociates the specified product from the specified portfolio.

DisassociateProductFromPortfolioAsync ( DisassociateProductFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.

EndAcceptPortfolioShare ( IAsyncResult asyncResult ) : AcceptPortfolioShareResponse

Finishes the asynchronous execution of the AcceptPortfolioShare operation.

EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

EndAssociateProductWithPortfolio ( IAsyncResult asyncResult ) : AssociateProductWithPortfolioResponse

Finishes the asynchronous execution of the AssociateProductWithPortfolio operation.

EndCreateConstraint ( IAsyncResult asyncResult ) : CreateConstraintResponse

Finishes the asynchronous execution of the CreateConstraint operation.

EndCreatePortfolio ( IAsyncResult asyncResult ) : CreatePortfolioResponse

Finishes the asynchronous execution of the CreatePortfolio operation.

EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse

Finishes the asynchronous execution of the CreatePortfolioShare operation.

EndCreateProduct ( IAsyncResult asyncResult ) : CreateProductResponse

Finishes the asynchronous execution of the CreateProduct operation.

EndCreateProvisioningArtifact ( IAsyncResult asyncResult ) : CreateProvisioningArtifactResponse

Finishes the asynchronous execution of the CreateProvisioningArtifact operation.

EndDeleteConstraint ( IAsyncResult asyncResult ) : DeleteConstraintResponse

Finishes the asynchronous execution of the DeleteConstraint operation.

EndDeletePortfolio ( IAsyncResult asyncResult ) : DeletePortfolioResponse

Finishes the asynchronous execution of the DeletePortfolio operation.

EndDeletePortfolioShare ( IAsyncResult asyncResult ) : DeletePortfolioShareResponse

Finishes the asynchronous execution of the DeletePortfolioShare operation.

EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse

Finishes the asynchronous execution of the DeleteProduct operation.

EndDeleteProvisioningArtifact ( IAsyncResult asyncResult ) : DeleteProvisioningArtifactResponse

Finishes the asynchronous execution of the DeleteProvisioningArtifact operation.

EndDescribeConstraint ( IAsyncResult asyncResult ) : DescribeConstraintResponse

Finishes the asynchronous execution of the DescribeConstraint operation.

EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse

Finishes the asynchronous execution of the DescribePortfolio operation.

EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse

Finishes the asynchronous execution of the DescribeProduct operation.

EndDescribeProductAsAdmin ( IAsyncResult asyncResult ) : DescribeProductAsAdminResponse

Finishes the asynchronous execution of the DescribeProductAsAdmin operation.

EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse

Finishes the asynchronous execution of the DescribeProductView operation.

EndDescribeProvisioningArtifact ( IAsyncResult asyncResult ) : DescribeProvisioningArtifactResponse

Finishes the asynchronous execution of the DescribeProvisioningArtifact operation.

EndDescribeProvisioningParameters ( IAsyncResult asyncResult ) : DescribeProvisioningParametersResponse

Finishes the asynchronous execution of the DescribeProvisioningParameters operation.

EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse

Finishes the asynchronous execution of the DescribeRecord operation.

EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

EndDisassociateProductFromPortfolio ( IAsyncResult asyncResult ) : DisassociateProductFromPortfolioResponse

Finishes the asynchronous execution of the DisassociateProductFromPortfolio operation.

EndListAcceptedPortfolioShares ( IAsyncResult asyncResult ) : ListAcceptedPortfolioSharesResponse

Finishes the asynchronous execution of the ListAcceptedPortfolioShares operation.

EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.

EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse

Finishes the asynchronous execution of the ListLaunchPaths operation.

EndListPortfolioAccess ( IAsyncResult asyncResult ) : ListPortfolioAccessResponse

Finishes the asynchronous execution of the ListPortfolioAccess operation.

EndListPortfolios ( IAsyncResult asyncResult ) : ListPortfoliosResponse

Finishes the asynchronous execution of the ListPortfolios operation.

EndListPortfoliosForProduct ( IAsyncResult asyncResult ) : ListPortfoliosForProductResponse

Finishes the asynchronous execution of the ListPortfoliosForProduct operation.

EndListPrincipalsForPortfolio ( IAsyncResult asyncResult ) : ListPrincipalsForPortfolioResponse

Finishes the asynchronous execution of the ListPrincipalsForPortfolio operation.

EndListProvisioningArtifacts ( IAsyncResult asyncResult ) : ListProvisioningArtifactsResponse

Finishes the asynchronous execution of the ListProvisioningArtifacts operation.

EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse

Finishes the asynchronous execution of the ListRecordHistory operation.

EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse

Finishes the asynchronous execution of the ProvisionProduct operation.

EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse

Finishes the asynchronous execution of the RejectPortfolioShare operation.

EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse

Finishes the asynchronous execution of the ScanProvisionedProducts operation.

EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse

Finishes the asynchronous execution of the SearchProducts operation.

EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.

EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.

EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse

Finishes the asynchronous execution of the UpdateConstraint operation.

EndUpdatePortfolio ( IAsyncResult asyncResult ) : UpdatePortfolioResponse

Finishes the asynchronous execution of the UpdatePortfolio operation.

EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse

Finishes the asynchronous execution of the UpdateProduct operation.

EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.

EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.

ListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request ) : ListAcceptedPortfolioSharesResponse

Lists details of all portfolios for which sharing was accepted by this account.

ListAcceptedPortfolioSharesAsync ( ListAcceptedPortfolioSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.

ListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request ) : ListConstraintsForPortfolioResponse

Retrieves detailed constraint information for the specified portfolio and product.

ListConstraintsForPortfolioAsync ( ListConstraintsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.

ListLaunchPaths ( ListLaunchPathsRequest request ) : ListLaunchPathsResponse

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

ListLaunchPathsAsync ( ListLaunchPathsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListLaunchPaths operation.

ListPortfolioAccess ( ListPortfolioAccessRequest request ) : ListPortfolioAccessResponse

Lists the account IDs that have been authorized sharing of the specified portfolio.

ListPortfolioAccessAsync ( ListPortfolioAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfolioAccess operation.

ListPortfolios ( ListPortfoliosRequest request ) : ListPortfoliosResponse

Lists all portfolios in the catalog.

ListPortfoliosAsync ( ListPortfoliosRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfolios operation.

ListPortfoliosForProduct ( ListPortfoliosForProductRequest request ) : ListPortfoliosForProductResponse

Lists all portfolios that the specified product is associated with.

ListPortfoliosForProductAsync ( ListPortfoliosForProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.

ListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request ) : ListPrincipalsForPortfolioResponse

Lists all principal ARNs associated with the specified portfolio.

ListPrincipalsForPortfolioAsync ( ListPrincipalsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.

ListProvisioningArtifacts ( ListProvisioningArtifactsRequest request ) : ListProvisioningArtifactsResponse

Lists all provisioning artifacts associated with the specified product.

ListProvisioningArtifactsAsync ( ListProvisioningArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.

ListRecordHistory ( ListRecordHistoryRequest request ) : ListRecordHistoryResponse

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.

ListRecordHistoryAsync ( ListRecordHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListRecordHistory operation.

ProvisionProduct ( ProvisionProductRequest request ) : ProvisionProductResponse

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

ProvisionProductAsync ( ProvisionProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ProvisionProduct operation.

RejectPortfolioShare ( RejectPortfolioShareRequest request ) : RejectPortfolioShareResponse

Rejects an offer to share a portfolio.

RejectPortfolioShareAsync ( RejectPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RejectPortfolioShare operation.

ScanProvisionedProducts ( ScanProvisionedProductsRequest request ) : ScanProvisionedProductsResponse

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).

ScanProvisionedProductsAsync ( ScanProvisionedProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ScanProvisionedProducts operation.

SearchProducts ( SearchProductsRequest request ) : SearchProductsResponse

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

SearchProductsAsAdmin ( SearchProductsAsAdminRequest request ) : SearchProductsAsAdminResponse

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.

SearchProductsAsAdminAsync ( SearchProductsAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.

SearchProductsAsync ( SearchProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SearchProducts operation.

TerminateProvisionedProduct ( TerminateProvisionedProductRequest request ) : TerminateProvisionedProductResponse

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

TerminateProvisionedProductAsync ( TerminateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.

UpdateConstraint ( UpdateConstraintRequest request ) : UpdateConstraintResponse

Updates an existing constraint.

UpdateConstraintAsync ( UpdateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateConstraint operation.

UpdatePortfolio ( UpdatePortfolioRequest request ) : UpdatePortfolioResponse

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.

UpdatePortfolioAsync ( UpdatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdatePortfolio operation.

UpdateProduct ( UpdateProductRequest request ) : UpdateProductResponse

Updates an existing product.

UpdateProductAsync ( UpdateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProduct operation.

UpdateProvisionedProduct ( UpdateProvisionedProductRequest request ) : UpdateProvisionedProductResponse

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

UpdateProvisionedProductAsync ( UpdateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.

UpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request ) : UpdateProvisioningArtifactResponse

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.

UpdateProvisioningArtifactAsync ( UpdateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AcceptPortfolioShare() public méthode

Accepts an offer to share a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AcceptPortfolioShare ( AcceptPortfolioShareRequest request ) : AcceptPortfolioShareResponse
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare service method.
Résultat AcceptPortfolioShareResponse

AcceptPortfolioShareAsync() public méthode

Initiates the asynchronous execution of the AcceptPortfolioShare operation.
public AcceptPortfolioShareAsync ( AcceptPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient 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 AmazonServiceCatalogClient ( ) : System
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Credentials and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( AWSCredentials credentials, AmazonServiceCatalogConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient 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 AmazonServiceCatalogClient ( AmazonServiceCatalogConfig config ) : System
config AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient 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 AmazonServiceCatalogClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( 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.
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonServiceCatalogConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
Résultat System

AmazonServiceCatalogClient() public méthode

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( 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.
Résultat System

AssociatePrincipalWithPortfolio() public méthode

Associates the specified principal ARN with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request ) : AssociatePrincipalWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio service method.
Résultat AssociatePrincipalWithPortfolioResponse

AssociatePrincipalWithPortfolioAsync() public méthode

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public AssociatePrincipalWithPortfolioAsync ( AssociatePrincipalWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AssociateProductWithPortfolio() public méthode

Associates a product with a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request ) : AssociateProductWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio service method.
Résultat AssociateProductWithPortfolioResponse

AssociateProductWithPortfolioAsync() public méthode

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.
public AssociateProductWithPortfolioAsync ( AssociateProductWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

BeginAcceptPortfolioShare() public méthode

Initiates the asynchronous execution of the AcceptPortfolioShare operation.
public BeginAcceptPortfolioShare ( AcceptPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginAssociatePrincipalWithPortfolio() public méthode

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public BeginAssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginAssociateProductWithPortfolio() public méthode

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.
public BeginAssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginCreateConstraint() public méthode

Initiates the asynchronous execution of the CreateConstraint operation.
public BeginCreateConstraint ( CreateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginCreatePortfolio() public méthode

Initiates the asynchronous execution of the CreatePortfolio operation.
public BeginCreatePortfolio ( CreatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginCreatePortfolioShare() public méthode

Initiates the asynchronous execution of the CreatePortfolioShare operation.
public BeginCreatePortfolioShare ( CreatePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginCreateProduct() public méthode

Initiates the asynchronous execution of the CreateProduct operation.
public BeginCreateProduct ( CreateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginCreateProvisioningArtifact() public méthode

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.
public BeginCreateProvisioningArtifact ( CreateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDeleteConstraint() public méthode

Initiates the asynchronous execution of the DeleteConstraint operation.
public BeginDeleteConstraint ( DeleteConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDeletePortfolio() public méthode

Initiates the asynchronous execution of the DeletePortfolio operation.
public BeginDeletePortfolio ( DeletePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDeletePortfolioShare() public méthode

Initiates the asynchronous execution of the DeletePortfolioShare operation.
public BeginDeletePortfolioShare ( DeletePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDeleteProduct() public méthode

Initiates the asynchronous execution of the DeleteProduct operation.
public BeginDeleteProduct ( DeleteProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDeleteProvisioningArtifact() public méthode

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public BeginDeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribeConstraint() public méthode

Initiates the asynchronous execution of the DescribeConstraint operation.
public BeginDescribeConstraint ( DescribeConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribePortfolio() public méthode

Initiates the asynchronous execution of the DescribePortfolio operation.
public BeginDescribePortfolio ( DescribePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribeProduct() public méthode

Initiates the asynchronous execution of the DescribeProduct operation.
public BeginDescribeProduct ( DescribeProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribeProductAsAdmin() public méthode

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.
public BeginDescribeProductAsAdmin ( DescribeProductAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribeProductView() public méthode

Initiates the asynchronous execution of the DescribeProductView operation.
public BeginDescribeProductView ( DescribeProductViewRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribeProvisioningArtifact() public méthode

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.
public BeginDescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribeProvisioningParameters() public méthode

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.
public BeginDescribeProvisioningParameters ( DescribeProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDescribeRecord() public méthode

Initiates the asynchronous execution of the DescribeRecord operation.
public BeginDescribeRecord ( DescribeRecordRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDisassociatePrincipalFromPortfolio() public méthode

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public BeginDisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginDisassociateProductFromPortfolio() public méthode

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.
public BeginDisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListAcceptedPortfolioShares() public méthode

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.
public BeginListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListConstraintsForPortfolio() public méthode

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.
public BeginListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListLaunchPaths() public méthode

Initiates the asynchronous execution of the ListLaunchPaths operation.
public BeginListLaunchPaths ( ListLaunchPathsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListPortfolioAccess() public méthode

Initiates the asynchronous execution of the ListPortfolioAccess operation.
public BeginListPortfolioAccess ( ListPortfolioAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListPortfolios() public méthode

Initiates the asynchronous execution of the ListPortfolios operation.
public BeginListPortfolios ( ListPortfoliosRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListPortfoliosForProduct() public méthode

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.
public BeginListPortfoliosForProduct ( ListPortfoliosForProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListPrincipalsForPortfolio() public méthode

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.
public BeginListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListProvisioningArtifacts() public méthode

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.
public BeginListProvisioningArtifacts ( ListProvisioningArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginListRecordHistory() public méthode

Initiates the asynchronous execution of the ListRecordHistory operation.
public BeginListRecordHistory ( ListRecordHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginProvisionProduct() public méthode

Initiates the asynchronous execution of the ProvisionProduct operation.
public BeginProvisionProduct ( ProvisionProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginRejectPortfolioShare() public méthode

Initiates the asynchronous execution of the RejectPortfolioShare operation.
public BeginRejectPortfolioShare ( RejectPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginScanProvisionedProducts() public méthode

Initiates the asynchronous execution of the ScanProvisionedProducts operation.
public BeginScanProvisionedProducts ( ScanProvisionedProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginSearchProducts() public méthode

Initiates the asynchronous execution of the SearchProducts operation.
public BeginSearchProducts ( SearchProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.SearchProductsRequest Container for the necessary parameters to execute the SearchProducts operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginSearchProductsAsAdmin() public méthode

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.
public BeginSearchProductsAsAdmin ( SearchProductsAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginTerminateProvisionedProduct() public méthode

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.
public BeginTerminateProvisionedProduct ( TerminateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginUpdateConstraint() public méthode

Initiates the asynchronous execution of the UpdateConstraint operation.
public BeginUpdateConstraint ( UpdateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginUpdatePortfolio() public méthode

Initiates the asynchronous execution of the UpdatePortfolio operation.
public BeginUpdatePortfolio ( UpdatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginUpdateProduct() public méthode

Initiates the asynchronous execution of the UpdateProduct operation.
public BeginUpdateProduct ( UpdateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginUpdateProvisionedProduct() public méthode

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.
public BeginUpdateProvisionedProduct ( UpdateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

BeginUpdateProvisioningArtifact() public méthode

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.
public BeginUpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact operation on AmazonServiceCatalogClient.
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.
Résultat IAsyncResult

CreateConstraint() public méthode

Creates a new constraint.
/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateConstraint ( CreateConstraintRequest request ) : CreateConstraintResponse
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint service method.
Résultat Amazon.ServiceCatalog.Model.CreateConstraintResponse

CreateConstraintAsync() public méthode

Initiates the asynchronous execution of the CreateConstraint operation.
public CreateConstraintAsync ( CreateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreatePortfolio() public méthode

Creates a new portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. ///
public CreatePortfolio ( CreatePortfolioRequest request ) : CreatePortfolioResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio service method.
Résultat Amazon.ServiceCatalog.Model.CreatePortfolioResponse

CreatePortfolioAsync() public méthode

Initiates the asynchronous execution of the CreatePortfolio operation.
public CreatePortfolioAsync ( CreatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreatePortfolioShare() public méthode

Creates a new portfolio share.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreatePortfolioShare ( CreatePortfolioShareRequest request ) : CreatePortfolioShareResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare service method.
Résultat CreatePortfolioShareResponse

CreatePortfolioShareAsync() public méthode

Initiates the asynchronous execution of the CreatePortfolioShare operation.
public CreatePortfolioShareAsync ( CreatePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateProduct() public méthode

Creates a new product.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. ///
public CreateProduct ( CreateProductRequest request ) : CreateProductResponse
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct service method.
Résultat Amazon.ServiceCatalog.Model.CreateProductResponse

CreateProductAsync() public méthode

Initiates the asynchronous execution of the CreateProduct operation.
public CreateProductAsync ( CreateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateProvisioningArtifact() public méthode

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateProvisioningArtifact ( CreateProvisioningArtifactRequest request ) : CreateProvisioningArtifactResponse
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact service method.
Résultat Amazon.ServiceCatalog.Model.CreateProvisioningArtifactResponse

CreateProvisioningArtifactAsync() public méthode

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.
public CreateProvisioningArtifactAsync ( CreateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateSigner() protected méthode

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Résultat AbstractAWSSigner

DeleteConstraint() public méthode

Deletes the specified constraint.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DeleteConstraint ( DeleteConstraintRequest request ) : DeleteConstraintResponse
request DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint service method.
Résultat DeleteConstraintResponse

DeleteConstraintAsync() public méthode

Initiates the asynchronous execution of the DeleteConstraint operation.
public DeleteConstraintAsync ( DeleteConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeletePortfolio() public méthode

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeletePortfolio ( DeletePortfolioRequest request ) : DeletePortfolioResponse
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio service method.
Résultat DeletePortfolioResponse

DeletePortfolioAsync() public méthode

Initiates the asynchronous execution of the DeletePortfolio operation.
public DeletePortfolioAsync ( DeletePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeletePortfolioShare() public méthode

Deletes the specified portfolio share.
/// The specified resource was not found. ///
public DeletePortfolioShare ( DeletePortfolioShareRequest request ) : DeletePortfolioShareResponse
request DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare service method.
Résultat DeletePortfolioShareResponse

DeletePortfolioShareAsync() public méthode

Initiates the asynchronous execution of the DeletePortfolioShare operation.
public DeletePortfolioShareAsync ( DeletePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteProduct() public méthode

Deletes the specified product. This operation will not work with a product that has been shared with you or is associated with a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeleteProduct ( DeleteProductRequest request ) : DeleteProductResponse
request DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct service method.
Résultat DeleteProductResponse

DeleteProductAsync() public méthode

Initiates the asynchronous execution of the DeleteProduct operation.
public DeleteProductAsync ( DeleteProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteProvisioningArtifact() public méthode

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request ) : DeleteProvisioningArtifactResponse
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact service method.
Résultat DeleteProvisioningArtifactResponse

DeleteProvisioningArtifactAsync() public méthode

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public DeleteProvisioningArtifactAsync ( DeleteProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeConstraint() public méthode

Retrieves detailed information for a specified constraint.
/// The specified resource was not found. ///
public DescribeConstraint ( DescribeConstraintRequest request ) : DescribeConstraintResponse
request DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint service method.
Résultat DescribeConstraintResponse

DescribeConstraintAsync() public méthode

Initiates the asynchronous execution of the DescribeConstraint operation.
public DescribeConstraintAsync ( DescribeConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribePortfolio() public méthode

Retrieves detailed information and any tags associated with the specified portfolio.
/// The specified resource was not found. ///
public DescribePortfolio ( DescribePortfolioRequest request ) : DescribePortfolioResponse
request DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio service method.
Résultat DescribePortfolioResponse

DescribePortfolioAsync() public méthode

Initiates the asynchronous execution of the DescribePortfolio operation.
public DescribePortfolioAsync ( DescribePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeProduct() public méthode

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProduct ( DescribeProductRequest request ) : DescribeProductResponse
request DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct service method.
Résultat DescribeProductResponse

DescribeProductAsAdmin() public méthode

Retrieves information about a specified product, run with administrator access.
/// The specified resource was not found. ///
public DescribeProductAsAdmin ( DescribeProductAsAdminRequest request ) : DescribeProductAsAdminResponse
request DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin service method.
Résultat DescribeProductAsAdminResponse

DescribeProductAsAdminAsync() public méthode

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.
public DescribeProductAsAdminAsync ( DescribeProductAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeProductAsync() public méthode

Initiates the asynchronous execution of the DescribeProduct operation.
public DescribeProductAsync ( DescribeProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeProductView() public méthode

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProductView ( DescribeProductViewRequest request ) : DescribeProductViewResponse
request DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView service method.
Résultat DescribeProductViewResponse

DescribeProductViewAsync() public méthode

Initiates the asynchronous execution of the DescribeProductView operation.
public DescribeProductViewAsync ( DescribeProductViewRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeProvisioningArtifact() public méthode

Retrieves detailed information about the specified provisioning artifact.
/// The specified resource was not found. ///
public DescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request ) : DescribeProvisioningArtifactResponse
request DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact service method.
Résultat DescribeProvisioningArtifactResponse

DescribeProvisioningArtifactAsync() public méthode

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.
public DescribeProvisioningArtifactAsync ( DescribeProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeProvisioningParameters() public méthode

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProvisioningParameters ( DescribeProvisioningParametersRequest request ) : DescribeProvisioningParametersResponse
request DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters service method.
Résultat DescribeProvisioningParametersResponse

DescribeProvisioningParametersAsync() public méthode

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.
public DescribeProvisioningParametersAsync ( DescribeProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeRecord() public méthode

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
/// The specified resource was not found. ///
public DescribeRecord ( DescribeRecordRequest request ) : DescribeRecordResponse
request DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord service method.
Résultat DescribeRecordResponse

DescribeRecordAsync() public méthode

Initiates the asynchronous execution of the DescribeRecord operation.
public DescribeRecordAsync ( DescribeRecordRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DisassociatePrincipalFromPortfolio() public méthode

Disassociates a previously associated principal ARN from a specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request ) : DisassociatePrincipalFromPortfolioResponse
request DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio service method.
Résultat DisassociatePrincipalFromPortfolioResponse

DisassociatePrincipalFromPortfolioAsync() public méthode

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public DisassociatePrincipalFromPortfolioAsync ( DisassociatePrincipalFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DisassociateProductFromPortfolio() public méthode

Disassociates the specified product from the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request ) : DisassociateProductFromPortfolioResponse
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio service method.
Résultat DisassociateProductFromPortfolioResponse

DisassociateProductFromPortfolioAsync() public méthode

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.
public DisassociateProductFromPortfolioAsync ( DisassociateProductFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

Dispose() protected méthode

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndAcceptPortfolioShare() public méthode

Finishes the asynchronous execution of the AcceptPortfolioShare operation.
public EndAcceptPortfolioShare ( IAsyncResult asyncResult ) : AcceptPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptPortfolioShare.
Résultat AcceptPortfolioShareResponse

EndAssociatePrincipalWithPortfolio() public méthode

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociatePrincipalWithPortfolio.
Résultat AssociatePrincipalWithPortfolioResponse

EndAssociateProductWithPortfolio() public méthode

Finishes the asynchronous execution of the AssociateProductWithPortfolio operation.
public EndAssociateProductWithPortfolio ( IAsyncResult asyncResult ) : AssociateProductWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateProductWithPortfolio.
Résultat AssociateProductWithPortfolioResponse

EndCreateConstraint() public méthode

Finishes the asynchronous execution of the CreateConstraint operation.
public EndCreateConstraint ( IAsyncResult asyncResult ) : CreateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConstraint.
Résultat CreateConstraintResponse

EndCreatePortfolio() public méthode

Finishes the asynchronous execution of the CreatePortfolio operation.
public EndCreatePortfolio ( IAsyncResult asyncResult ) : CreatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolio.
Résultat CreatePortfolioResponse

EndCreatePortfolioShare() public méthode

Finishes the asynchronous execution of the CreatePortfolioShare operation.
public EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolioShare.
Résultat CreatePortfolioShareResponse

EndCreateProduct() public méthode

Finishes the asynchronous execution of the CreateProduct operation.
public EndCreateProduct ( IAsyncResult asyncResult ) : CreateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProduct.
Résultat CreateProductResponse

EndCreateProvisioningArtifact() public méthode

Finishes the asynchronous execution of the CreateProvisioningArtifact operation.
public EndCreateProvisioningArtifact ( IAsyncResult asyncResult ) : CreateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProvisioningArtifact.
Résultat CreateProvisioningArtifactResponse

EndDeleteConstraint() public méthode

Finishes the asynchronous execution of the DeleteConstraint operation.
public EndDeleteConstraint ( IAsyncResult asyncResult ) : DeleteConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConstraint.
Résultat DeleteConstraintResponse

EndDeletePortfolio() public méthode

Finishes the asynchronous execution of the DeletePortfolio operation.
public EndDeletePortfolio ( IAsyncResult asyncResult ) : DeletePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolio.
Résultat DeletePortfolioResponse

EndDeletePortfolioShare() public méthode

Finishes the asynchronous execution of the DeletePortfolioShare operation.
public EndDeletePortfolioShare ( IAsyncResult asyncResult ) : DeletePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolioShare.
Résultat DeletePortfolioShareResponse

EndDeleteProduct() public méthode

Finishes the asynchronous execution of the DeleteProduct operation.
public EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProduct.
Résultat DeleteProductResponse

EndDeleteProvisioningArtifact() public méthode

Finishes the asynchronous execution of the DeleteProvisioningArtifact operation.
public EndDeleteProvisioningArtifact ( IAsyncResult asyncResult ) : DeleteProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProvisioningArtifact.
Résultat DeleteProvisioningArtifactResponse

EndDescribeConstraint() public méthode

Finishes the asynchronous execution of the DescribeConstraint operation.
public EndDescribeConstraint ( IAsyncResult asyncResult ) : DescribeConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConstraint.
Résultat DescribeConstraintResponse

EndDescribePortfolio() public méthode

Finishes the asynchronous execution of the DescribePortfolio operation.
public EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePortfolio.
Résultat DescribePortfolioResponse

EndDescribeProduct() public méthode

Finishes the asynchronous execution of the DescribeProduct operation.
public EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProduct.
Résultat DescribeProductResponse

EndDescribeProductAsAdmin() public méthode

Finishes the asynchronous execution of the DescribeProductAsAdmin operation.
public EndDescribeProductAsAdmin ( IAsyncResult asyncResult ) : DescribeProductAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductAsAdmin.
Résultat DescribeProductAsAdminResponse

EndDescribeProductView() public méthode

Finishes the asynchronous execution of the DescribeProductView operation.
public EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductView.
Résultat DescribeProductViewResponse

EndDescribeProvisioningArtifact() public méthode

Finishes the asynchronous execution of the DescribeProvisioningArtifact operation.
public EndDescribeProvisioningArtifact ( IAsyncResult asyncResult ) : DescribeProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningArtifact.
Résultat DescribeProvisioningArtifactResponse

EndDescribeProvisioningParameters() public méthode

Finishes the asynchronous execution of the DescribeProvisioningParameters operation.
public EndDescribeProvisioningParameters ( IAsyncResult asyncResult ) : DescribeProvisioningParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningParameters.
Résultat DescribeProvisioningParametersResponse

EndDescribeRecord() public méthode

Finishes the asynchronous execution of the DescribeRecord operation.
public EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRecord.
Résultat DescribeRecordResponse

EndDisassociatePrincipalFromPortfolio() public méthode

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociatePrincipalFromPortfolio.
Résultat DisassociatePrincipalFromPortfolioResponse

EndDisassociateProductFromPortfolio() public méthode

Finishes the asynchronous execution of the DisassociateProductFromPortfolio operation.
public EndDisassociateProductFromPortfolio ( IAsyncResult asyncResult ) : DisassociateProductFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateProductFromPortfolio.
Résultat DisassociateProductFromPortfolioResponse

EndListAcceptedPortfolioShares() public méthode

Finishes the asynchronous execution of the ListAcceptedPortfolioShares operation.
public EndListAcceptedPortfolioShares ( IAsyncResult asyncResult ) : ListAcceptedPortfolioSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAcceptedPortfolioShares.
Résultat ListAcceptedPortfolioSharesResponse

EndListConstraintsForPortfolio() public méthode

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.
public EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConstraintsForPortfolio.
Résultat ListConstraintsForPortfolioResponse

EndListLaunchPaths() public méthode

Finishes the asynchronous execution of the ListLaunchPaths operation.
public EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLaunchPaths.
Résultat ListLaunchPathsResponse

EndListPortfolioAccess() public méthode

Finishes the asynchronous execution of the ListPortfolioAccess operation.
public EndListPortfolioAccess ( IAsyncResult asyncResult ) : ListPortfolioAccessResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolioAccess.
Résultat ListPortfolioAccessResponse

EndListPortfolios() public méthode

Finishes the asynchronous execution of the ListPortfolios operation.
public EndListPortfolios ( IAsyncResult asyncResult ) : ListPortfoliosResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolios.
Résultat ListPortfoliosResponse

EndListPortfoliosForProduct() public méthode

Finishes the asynchronous execution of the ListPortfoliosForProduct operation.
public EndListPortfoliosForProduct ( IAsyncResult asyncResult ) : ListPortfoliosForProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfoliosForProduct.
Résultat ListPortfoliosForProductResponse

EndListPrincipalsForPortfolio() public méthode

Finishes the asynchronous execution of the ListPrincipalsForPortfolio operation.
public EndListPrincipalsForPortfolio ( IAsyncResult asyncResult ) : ListPrincipalsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPrincipalsForPortfolio.
Résultat ListPrincipalsForPortfolioResponse

EndListProvisioningArtifacts() public méthode

Finishes the asynchronous execution of the ListProvisioningArtifacts operation.
public EndListProvisioningArtifacts ( IAsyncResult asyncResult ) : ListProvisioningArtifactsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListProvisioningArtifacts.
Résultat ListProvisioningArtifactsResponse

EndListRecordHistory() public méthode

Finishes the asynchronous execution of the ListRecordHistory operation.
public EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRecordHistory.
Résultat ListRecordHistoryResponse

EndProvisionProduct() public méthode

Finishes the asynchronous execution of the ProvisionProduct operation.
public EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginProvisionProduct.
Résultat ProvisionProductResponse

EndRejectPortfolioShare() public méthode

Finishes the asynchronous execution of the RejectPortfolioShare operation.
public EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRejectPortfolioShare.
Résultat RejectPortfolioShareResponse

EndScanProvisionedProducts() public méthode

Finishes the asynchronous execution of the ScanProvisionedProducts operation.
public EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScanProvisionedProducts.
Résultat ScanProvisionedProductsResponse

EndSearchProducts() public méthode

Finishes the asynchronous execution of the SearchProducts operation.
public EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProducts.
Résultat SearchProductsResponse

EndSearchProductsAsAdmin() public méthode

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.
public EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProductsAsAdmin.
Résultat SearchProductsAsAdminResponse

EndTerminateProvisionedProduct() public méthode

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.
public EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateProvisionedProduct.
Résultat TerminateProvisionedProductResponse

EndUpdateConstraint() public méthode

Finishes the asynchronous execution of the UpdateConstraint operation.
public EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConstraint.
Résultat UpdateConstraintResponse

EndUpdatePortfolio() public méthode

Finishes the asynchronous execution of the UpdatePortfolio operation.
public EndUpdatePortfolio ( IAsyncResult asyncResult ) : UpdatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePortfolio.
Résultat UpdatePortfolioResponse

EndUpdateProduct() public méthode

Finishes the asynchronous execution of the UpdateProduct operation.
public EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProduct.
Résultat UpdateProductResponse

EndUpdateProvisionedProduct() public méthode

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.
public EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisionedProduct.
Résultat UpdateProvisionedProductResponse

EndUpdateProvisioningArtifact() public méthode

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.
public EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisioningArtifact.
Résultat UpdateProvisioningArtifactResponse

ListAcceptedPortfolioShares() public méthode

Lists details of all portfolios for which sharing was accepted by this account.
/// One or more parameters provided to the operation are invalid. ///
public ListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request ) : ListAcceptedPortfolioSharesResponse
request ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares service method.
Résultat ListAcceptedPortfolioSharesResponse

ListAcceptedPortfolioSharesAsync() public méthode

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.
public ListAcceptedPortfolioSharesAsync ( ListAcceptedPortfolioSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListConstraintsForPortfolio() public méthode

Retrieves detailed constraint information for the specified portfolio and product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request ) : ListConstraintsForPortfolioResponse
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio service method.
Résultat ListConstraintsForPortfolioResponse

ListConstraintsForPortfolioAsync() public méthode

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.
public ListConstraintsForPortfolioAsync ( ListConstraintsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListLaunchPaths() public méthode

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListLaunchPaths ( ListLaunchPathsRequest request ) : ListLaunchPathsResponse
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths service method.
Résultat ListLaunchPathsResponse

ListLaunchPathsAsync() public méthode

Initiates the asynchronous execution of the ListLaunchPaths operation.
public ListLaunchPathsAsync ( ListLaunchPathsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListPortfolioAccess() public méthode

Lists the account IDs that have been authorized sharing of the specified portfolio.
/// The specified resource was not found. ///
public ListPortfolioAccess ( ListPortfolioAccessRequest request ) : ListPortfolioAccessResponse
request ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess service method.
Résultat ListPortfolioAccessResponse

ListPortfolioAccessAsync() public méthode

Initiates the asynchronous execution of the ListPortfolioAccess operation.
public ListPortfolioAccessAsync ( ListPortfolioAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListPortfolios() public méthode

Lists all portfolios in the catalog.
/// One or more parameters provided to the operation are invalid. ///
public ListPortfolios ( ListPortfoliosRequest request ) : ListPortfoliosResponse
request ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios service method.
Résultat ListPortfoliosResponse

ListPortfoliosAsync() public méthode

Initiates the asynchronous execution of the ListPortfolios operation.
public ListPortfoliosAsync ( ListPortfoliosRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListPortfoliosForProduct() public méthode

Lists all portfolios that the specified product is associated with.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListPortfoliosForProduct ( ListPortfoliosForProductRequest request ) : ListPortfoliosForProductResponse
request ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct service method.
Résultat ListPortfoliosForProductResponse

ListPortfoliosForProductAsync() public méthode

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.
public ListPortfoliosForProductAsync ( ListPortfoliosForProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListPrincipalsForPortfolio() public méthode

Lists all principal ARNs associated with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request ) : ListPrincipalsForPortfolioResponse
request ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio service method.
Résultat ListPrincipalsForPortfolioResponse

ListPrincipalsForPortfolioAsync() public méthode

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.
public ListPrincipalsForPortfolioAsync ( ListPrincipalsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListProvisioningArtifacts() public méthode

Lists all provisioning artifacts associated with the specified product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListProvisioningArtifacts ( ListProvisioningArtifactsRequest request ) : ListProvisioningArtifactsResponse
request ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts service method.
Résultat ListProvisioningArtifactsResponse

ListProvisioningArtifactsAsync() public méthode

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.
public ListProvisioningArtifactsAsync ( ListProvisioningArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListRecordHistory() public méthode

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.
/// One or more parameters provided to the operation are invalid. ///
public ListRecordHistory ( ListRecordHistoryRequest request ) : ListRecordHistoryResponse
request ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory service method.
Résultat ListRecordHistoryResponse

ListRecordHistoryAsync() public méthode

Initiates the asynchronous execution of the ListRecordHistory operation.
public ListRecordHistoryAsync ( ListRecordHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ProvisionProduct() public méthode

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ProvisionProduct ( ProvisionProductRequest request ) : ProvisionProductResponse
request ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct service method.
Résultat ProvisionProductResponse

ProvisionProductAsync() public méthode

Initiates the asynchronous execution of the ProvisionProduct operation.
public ProvisionProductAsync ( ProvisionProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RejectPortfolioShare() public méthode

Rejects an offer to share a portfolio.
/// The specified resource was not found. ///
public RejectPortfolioShare ( RejectPortfolioShareRequest request ) : RejectPortfolioShareResponse
request RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare service method.
Résultat RejectPortfolioShareResponse

RejectPortfolioShareAsync() public méthode

Initiates the asynchronous execution of the RejectPortfolioShare operation.
public RejectPortfolioShareAsync ( RejectPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ScanProvisionedProducts() public méthode

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).
/// One or more parameters provided to the operation are invalid. ///
public ScanProvisionedProducts ( ScanProvisionedProductsRequest request ) : ScanProvisionedProductsResponse
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts service method.
Résultat ScanProvisionedProductsResponse

ScanProvisionedProductsAsync() public méthode

Initiates the asynchronous execution of the ScanProvisionedProducts operation.
public ScanProvisionedProductsAsync ( ScanProvisionedProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

SearchProducts() public méthode

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

/// One or more parameters provided to the operation are invalid. ///
public SearchProducts ( SearchProductsRequest request ) : SearchProductsResponse
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts service method.
Résultat SearchProductsResponse

SearchProductsAsAdmin() public méthode

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public SearchProductsAsAdmin ( SearchProductsAsAdminRequest request ) : SearchProductsAsAdminResponse
request SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin service method.
Résultat SearchProductsAsAdminResponse

SearchProductsAsAdminAsync() public méthode

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.
public SearchProductsAsAdminAsync ( SearchProductsAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

SearchProductsAsync() public méthode

Initiates the asynchronous execution of the SearchProducts operation.
public SearchProductsAsync ( SearchProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

TerminateProvisionedProduct() public méthode

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

/// The specified resource was not found. ///
public TerminateProvisionedProduct ( TerminateProvisionedProductRequest request ) : TerminateProvisionedProductResponse
request TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct service method.
Résultat TerminateProvisionedProductResponse

TerminateProvisionedProductAsync() public méthode

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.
public TerminateProvisionedProductAsync ( TerminateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateConstraint() public méthode

Updates an existing constraint.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateConstraint ( UpdateConstraintRequest request ) : UpdateConstraintResponse
request UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint service method.
Résultat UpdateConstraintResponse

UpdateConstraintAsync() public méthode

Initiates the asynchronous execution of the UpdateConstraint operation.
public UpdateConstraintAsync ( UpdateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdatePortfolio() public méthode

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public UpdatePortfolio ( UpdatePortfolioRequest request ) : UpdatePortfolioResponse
request UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio service method.
Résultat UpdatePortfolioResponse

UpdatePortfolioAsync() public méthode

Initiates the asynchronous execution of the UpdatePortfolio operation.
public UpdatePortfolioAsync ( UpdatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateProduct() public méthode

Updates an existing product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProduct ( UpdateProductRequest request ) : UpdateProductResponse
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct service method.
Résultat UpdateProductResponse

UpdateProductAsync() public méthode

Initiates the asynchronous execution of the UpdateProduct operation.
public UpdateProductAsync ( UpdateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateProvisionedProduct() public méthode

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisionedProduct ( UpdateProvisionedProductRequest request ) : UpdateProvisionedProductResponse
request UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct service method.
Résultat UpdateProvisionedProductResponse

UpdateProvisionedProductAsync() public méthode

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.
public UpdateProvisionedProductAsync ( UpdateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateProvisioningArtifact() public méthode

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request ) : UpdateProvisioningArtifactResponse
request UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact service method.
Résultat UpdateProvisioningArtifactResponse

UpdateProvisioningArtifactAsync() public méthode

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.
public UpdateProvisioningArtifactAsync ( UpdateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task