Метод | Описание | |
---|---|---|
AmazonApplicationAutoScalingClient ( ) : System |
Constructs AmazonApplicationAutoScalingClient 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.
|
|
AmazonApplicationAutoScalingClient ( |
Constructs AmazonApplicationAutoScalingClient with AWS Credentials
|
|
AmazonApplicationAutoScalingClient ( |
Constructs AmazonApplicationAutoScalingClient with AWS Credentials and an AmazonApplicationAutoScalingClient Configuration object.
|
|
AmazonApplicationAutoScalingClient ( |
Constructs AmazonApplicationAutoScalingClient with AWS Credentials
|
|
AmazonApplicationAutoScalingClient ( |
Constructs AmazonApplicationAutoScalingClient 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.
|
|
AmazonApplicationAutoScalingClient ( RegionEndpoint region ) : System |
Constructs AmazonApplicationAutoScalingClient 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.
|
|
AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonApplicationAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonApplicationAutoScalingClient with AWS Access Key ID, AWS Secret Key and an AmazonApplicationAutoScalingClient Configuration object.
|
|
AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonApplicationAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonApplicationAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonApplicationAutoScalingClient with AWS Access Key ID, AWS Secret Key and an AmazonApplicationAutoScalingClient Configuration object.
|
|
AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonApplicationAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
BeginDeleteScalingPolicy ( |
Initiates the asynchronous execution of the DeleteScalingPolicy operation.
|
|
BeginDeregisterScalableTarget ( |
Initiates the asynchronous execution of the DeregisterScalableTarget operation.
|
|
BeginDescribeScalableTargets ( |
Initiates the asynchronous execution of the DescribeScalableTargets operation.
|
|
BeginDescribeScalingActivities ( |
Initiates the asynchronous execution of the DescribeScalingActivities operation.
|
|
BeginDescribeScalingPolicies ( |
Initiates the asynchronous execution of the DescribeScalingPolicies operation.
|
|
BeginPutScalingPolicy ( |
Initiates the asynchronous execution of the PutScalingPolicy operation.
|
|
BeginRegisterScalableTarget ( |
Initiates the asynchronous execution of the RegisterScalableTarget operation.
|
|
DeleteScalingPolicy ( |
Deletes the specified Application Auto Scaling scaling policy. Deleting a policy deletes the underlying alarm action, but does not delete the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated action. To create a scaling policy or update an existing one, see PutScalingPolicy.
|
|
DeleteScalingPolicyAsync ( |
Initiates the asynchronous execution of the DeleteScalingPolicy operation.
|
|
DeregisterScalableTarget ( |
Deregisters a scalable target. Deregistering a scalable target deletes the scaling policies that are associated with it. To create a scalable target or update an existing one, see RegisterScalableTarget.
|
|
DeregisterScalableTargetAsync ( |
Initiates the asynchronous execution of the DeregisterScalableTarget operation.
|
|
DescribeScalableTargets ( |
Provides descriptive information about the scalable targets in the specified namespace. You can filter the results using the To create a scalable target or update an existing one, see RegisterScalableTarget. If you are no longer using a scalable target, you can deregister it using DeregisterScalableTarget.
|
|
DescribeScalableTargetsAsync ( |
Initiates the asynchronous execution of the DescribeScalableTargets operation.
|
|
DescribeScalingActivities ( |
Provides descriptive information about the scaling activities in the specified namespace from the previous six weeks. You can filter the results using the Scaling activities are triggered by CloudWatch alarms that are associated with scaling policies. To view the scaling policies for a service namespace, see DescribeScalingPolicies. To create a scaling policy or update an existing one, see PutScalingPolicy.
|
|
DescribeScalingActivitiesAsync ( |
Initiates the asynchronous execution of the DescribeScalingActivities operation.
|
|
DescribeScalingPolicies ( |
Provides descriptive information about the scaling policies in the specified namespace. You can filter the results using the To create a scaling policy or update an existing one, see PutScalingPolicy. If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy.
|
|
DescribeScalingPoliciesAsync ( |
Initiates the asynchronous execution of the DescribeScalingPolicies operation.
|
|
EndDeleteScalingPolicy ( IAsyncResult asyncResult ) : DeleteScalingPolicyResponse |
Finishes the asynchronous execution of the DeleteScalingPolicy operation.
|
|
EndDeregisterScalableTarget ( IAsyncResult asyncResult ) : DeregisterScalableTargetResponse |
Finishes the asynchronous execution of the DeregisterScalableTarget operation.
|
|
EndDescribeScalableTargets ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeScalableTargets operation.
|
|
EndDescribeScalingActivities ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeScalingActivities operation.
|
|
EndDescribeScalingPolicies ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeScalingPolicies operation.
|
|
EndPutScalingPolicy ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutScalingPolicy operation.
|
|
EndRegisterScalableTarget ( IAsyncResult asyncResult ) : RegisterScalableTargetResponse |
Finishes the asynchronous execution of the RegisterScalableTarget operation.
|
|
PutScalingPolicy ( |
Creates or updates a policy for an Application Auto Scaling scalable target. Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scaling policy applies to the scalable target identified by those three attributes. You cannot create a scaling policy without first registering a scalable target using RegisterScalableTarget. To update a policy, specify its policy name and the parameters that you want to change. Any parameters that you don't specify are not changed by this update request. You can view the scaling policies for a service namespace using DescribeScalingPolicies. If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy.
|
|
PutScalingPolicyAsync ( |
Initiates the asynchronous execution of the PutScalingPolicy operation.
|
|
RegisterScalableTarget ( |
Registers or updates a scalable target. A scalable target is a resource that Application Auto Scaling can scale out or scale in. After you have registered a scalable target, you can use this operation to update the minimum and maximum values for your scalable dimension. After you register a scalable target, you can create and apply scaling policies using PutScalingPolicy. You can view the scaling policies for a service namespace using DescribeScalableTargets. If you are no longer using a scalable target, you can deregister it using DeregisterScalableTarget.
|
|
RegisterScalableTargetAsync ( |
Initiates the asynchronous execution of the RegisterScalableTarget operation.
|
Метод | Описание | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonApplicationAutoScalingClient ( ) : System | ||
Результат | System |
public AmazonApplicationAutoScalingClient ( |
||
credentials | AWS Credentials | |
Результат | System |
public AmazonApplicationAutoScalingClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonApplicationAutoScalingClient Configuration Object | |
Результат | System |
public AmazonApplicationAutoScalingClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonApplicationAutoScalingClient ( |
||
config | The AmazonApplicationAutoScalingClient Configuration Object | |
Результат | System |
public AmazonApplicationAutoScalingClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Результат | System |
public AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonApplicationAutoScalingClient Configuration Object | |
Результат | System |
public AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Результат | System |
public AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonApplicationAutoScalingClient Configuration Object | |
Результат | System |
public AmazonApplicationAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Результат | System |
public BeginDeleteScalingPolicy ( |
||
request | Container for the necessary parameters to execute the DeleteScalingPolicy operation on AmazonApplicationAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDeregisterScalableTarget ( |
||
request | Container for the necessary parameters to execute the DeregisterScalableTarget operation on AmazonApplicationAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDescribeScalableTargets ( |
||
request | Container for the necessary parameters to execute the DescribeScalableTargets operation on AmazonApplicationAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDescribeScalingActivities ( |
||
request | Container for the necessary parameters to execute the DescribeScalingActivities operation on AmazonApplicationAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDescribeScalingPolicies ( |
||
request | Container for the necessary parameters to execute the DescribeScalingPolicies operation on AmazonApplicationAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginPutScalingPolicy ( |
||
request | Container for the necessary parameters to execute the PutScalingPolicy operation on AmazonApplicationAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginRegisterScalableTarget ( |
||
request | Container for the necessary parameters to execute the RegisterScalableTarget operation on AmazonApplicationAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
protected CreateSigner ( ) : |
||
Результат |
public DeleteScalingPolicy ( |
||
request | Container for the necessary parameters to execute the DeleteScalingPolicy service method. | |
Результат | DeleteScalingPolicyResponse |
public DeleteScalingPolicyAsync ( |
||
request | Container for the necessary parameters to execute the DeleteScalingPolicy operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DeregisterScalableTarget ( |
||
request | Container for the necessary parameters to execute the DeregisterScalableTarget service method. | |
Результат | DeregisterScalableTargetResponse |
public DeregisterScalableTargetAsync ( |
||
request | Container for the necessary parameters to execute the DeregisterScalableTarget operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeScalableTargets ( |
||
request | Container for the necessary parameters to execute the DescribeScalableTargets service method. | |
Результат |
public DescribeScalableTargetsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeScalableTargets operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeScalingActivities ( |
||
request | Container for the necessary parameters to execute the DescribeScalingActivities service method. | |
Результат |
public DescribeScalingActivitiesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeScalingActivities operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeScalingPolicies ( |
||
request | Container for the necessary parameters to execute the DescribeScalingPolicies service method. | |
Результат |
public DescribeScalingPoliciesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeScalingPolicies operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndDeleteScalingPolicy ( IAsyncResult asyncResult ) : DeleteScalingPolicyResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteScalingPolicy. |
Результат | DeleteScalingPolicyResponse |
public EndDeregisterScalableTarget ( IAsyncResult asyncResult ) : DeregisterScalableTargetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeregisterScalableTarget. |
Результат | DeregisterScalableTargetResponse |
public EndDescribeScalableTargets ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeScalableTargets. |
Результат |
public EndDescribeScalingActivities ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeScalingActivities. |
Результат |
public EndDescribeScalingPolicies ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeScalingPolicies. |
Результат |
public EndPutScalingPolicy ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutScalingPolicy. |
Результат |
public EndRegisterScalableTarget ( IAsyncResult asyncResult ) : RegisterScalableTargetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRegisterScalableTarget. |
Результат | RegisterScalableTargetResponse |
public PutScalingPolicy ( |
||
request | Container for the necessary parameters to execute the PutScalingPolicy service method. | |
Результат |
public PutScalingPolicyAsync ( |
||
request | Container for the necessary parameters to execute the PutScalingPolicy operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public RegisterScalableTarget ( |
||
request | Container for the necessary parameters to execute the RegisterScalableTarget service method. | |
Результат | RegisterScalableTargetResponse |
public RegisterScalableTargetAsync ( |
||
request | Container for the necessary parameters to execute the RegisterScalableTarget operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |