Amazon.Redshift.AmazonRedshiftClient.DescribeReservedNodeOfferingsAsync C# (CSharp) Метод

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

Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you. These descriptions help you determine which reserve node offering you want to purchase. You then use the unique offering ID in you call to PurchaseReservedNodeOffering to reserve one or more nodes for your Amazon Redshift cluster.

For more information about reserved node offerings, go to Purchasing Reserved Nodes in the Amazon Redshift Cluster Management Guide.

/// Specified offering does not exist. /// /// The requested operation isn't supported. ///
public DescribeReservedNodeOfferingsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeReservedNodeOfferingsResponse> DescribeReservedNodeOfferingsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeReservedNodeOfferingsAsync(new DescribeReservedNodeOfferingsRequest(), cancellationToken);
        }

Same methods

AmazonRedshiftClient::DescribeReservedNodeOfferingsAsync ( DescribeReservedNodeOfferingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonRedshiftClient