C# 클래스 Amazon.Lightsail.AmazonLightsailClient

Implementation for accessing Lightsail Amazon Lightsail is the easiest way to get started with AWS for developers who just need virtual private servers. Lightsail includes everything you need to launch your project quickly - a virtual machine, SSD-based storage, data transfer, DNS management, and a static IP - for a low, predictable price. You manage those Lightsail servers through the Lightsail console or by using the API or command-line interface (CLI).

For more information about Lightsail concepts and tasks, see the Lightsail Dev Guide.

To use the Lightsail API or the CLI, you will need to use AWS Identity and Access Management (IAM) to generate access keys. For details about how to set this up, see the Lightsail Dev Guide.

상속: AmazonServiceClient, IAmazonLightsail
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AllocateStaticIp ( AllocateStaticIpRequest request ) : AllocateStaticIpResponse

Allocates a static IP address.

AllocateStaticIpAsync ( AllocateStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AllocateStaticIp operation.

AmazonLightsailClient ( ) : System

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

AmazonLightsailClient ( AWSCredentials credentials ) : System

Constructs AmazonLightsailClient with AWS Credentials

AmazonLightsailClient ( AWSCredentials credentials, AmazonLightsailConfig clientConfig ) : System

Constructs AmazonLightsailClient with AWS Credentials and an AmazonLightsailClient Configuration object.

AmazonLightsailClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonLightsailClient with AWS Credentials

AmazonLightsailClient ( AmazonLightsailConfig config ) : System

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

AmazonLightsailClient ( RegionEndpoint region ) : System

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

AmazonLightsailClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key

AmazonLightsailClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonLightsailConfig clientConfig ) : System

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

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

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key

AmazonLightsailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonLightsailConfig clientConfig ) : System

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

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

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key

AttachStaticIp ( AttachStaticIpRequest request ) : AttachStaticIpResponse

Attaches a static IP address to a specific Amazon Lightsail instance.

AttachStaticIpAsync ( AttachStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachStaticIp operation.

BeginAllocateStaticIp ( AllocateStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AllocateStaticIp operation.

BeginAttachStaticIp ( AttachStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachStaticIp operation.

BeginCloseInstancePublicPorts ( CloseInstancePublicPortsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CloseInstancePublicPorts operation.

BeginCreateDomain ( CreateDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDomain operation.

BeginCreateDomainEntry ( CreateDomainEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDomainEntry operation.

BeginCreateInstanceSnapshot ( CreateInstanceSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateInstanceSnapshot operation.

BeginCreateInstances ( CreateInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateInstances operation.

BeginCreateInstancesFromSnapshot ( CreateInstancesFromSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateInstancesFromSnapshot operation.

BeginCreateKeyPair ( CreateKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateKeyPair operation.

BeginDeleteDomain ( DeleteDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDomain operation.

BeginDeleteDomainEntry ( DeleteDomainEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDomainEntry operation.

BeginDeleteInstance ( DeleteInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteInstance operation.

BeginDeleteInstanceSnapshot ( DeleteInstanceSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteInstanceSnapshot operation.

BeginDeleteKeyPair ( DeleteKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteKeyPair operation.

BeginDetachStaticIp ( DetachStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachStaticIp operation.

BeginDownloadDefaultKeyPair ( DownloadDefaultKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DownloadDefaultKeyPair operation.

BeginGetActiveNames ( GetActiveNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetActiveNames operation.

BeginGetBlueprints ( GetBlueprintsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetBlueprints operation.

BeginGetBundles ( GetBundlesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetBundles operation.

BeginGetDomain ( GetDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDomain operation.

BeginGetDomains ( GetDomainsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDomains operation.

BeginGetInstance ( GetInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstance operation.

BeginGetInstanceAccessDetails ( GetInstanceAccessDetailsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstanceAccessDetails operation.

BeginGetInstanceMetricData ( GetInstanceMetricDataRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstanceMetricData operation.

BeginGetInstancePortStates ( GetInstancePortStatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstancePortStates operation.

BeginGetInstanceSnapshot ( GetInstanceSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstanceSnapshot operation.

BeginGetInstanceSnapshots ( GetInstanceSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstanceSnapshots operation.

BeginGetInstanceState ( GetInstanceStateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstanceState operation.

BeginGetInstances ( GetInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInstances operation.

BeginGetKeyPair ( GetKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetKeyPair operation.

BeginGetKeyPairs ( GetKeyPairsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetKeyPairs operation.

BeginGetOperation ( GetOperationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetOperation operation.

BeginGetOperations ( GetOperationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetOperations operation.

BeginGetOperationsForResource ( GetOperationsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetOperationsForResource operation.

BeginGetRegions ( GetRegionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetRegions operation.

BeginGetStaticIp ( GetStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetStaticIp operation.

BeginGetStaticIps ( GetStaticIpsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetStaticIps operation.

BeginImportKeyPair ( ImportKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportKeyPair operation.

BeginIsVpcPeered ( IsVpcPeeredRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the IsVpcPeered operation.

BeginOpenInstancePublicPorts ( OpenInstancePublicPortsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the OpenInstancePublicPorts operation.

BeginPeerVpc ( PeerVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PeerVpc operation.

BeginRebootInstance ( RebootInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RebootInstance operation.

BeginReleaseStaticIp ( ReleaseStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReleaseStaticIp operation.

BeginStartInstance ( StartInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartInstance operation.

BeginStopInstance ( StopInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopInstance operation.

BeginUnpeerVpc ( UnpeerVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnpeerVpc operation.

BeginUpdateDomainEntry ( UpdateDomainEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDomainEntry operation.

CloseInstancePublicPorts ( CloseInstancePublicPortsRequest request ) : CloseInstancePublicPortsResponse

Closes the public ports on a specific Amazon Lightsail instance.

CloseInstancePublicPortsAsync ( CloseInstancePublicPortsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CloseInstancePublicPorts operation.

CreateDomain ( CreateDomainRequest request ) : CreateDomainResponse

Creates a domain resource for the specified domain (e.g., example.com).

CreateDomainAsync ( CreateDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDomain operation.

CreateDomainEntry ( CreateDomainEntryRequest request ) : CreateDomainEntryResponse

Creates one of the following entry records associated with the domain: A record, CNAME record, TXT record, or MX record.

CreateDomainEntryAsync ( CreateDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDomainEntry operation.

CreateInstanceSnapshot ( CreateInstanceSnapshotRequest request ) : CreateInstanceSnapshotResponse

Creates a snapshot of a specific virtual private server, or instance. You can use a snapshot to create a new instance that is based on that snapshot.

CreateInstanceSnapshotAsync ( CreateInstanceSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateInstanceSnapshot operation.

CreateInstances ( CreateInstancesRequest request ) : CreateInstancesResponse

Creates one or more Amazon Lightsail virtual private servers, or instances.

CreateInstancesAsync ( CreateInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateInstances operation.

CreateInstancesFromSnapshot ( CreateInstancesFromSnapshotRequest request ) : CreateInstancesFromSnapshotResponse

Uses a specific snapshot as a blueprint for creating one or more new instances that are based on that identical configuration.

CreateInstancesFromSnapshotAsync ( CreateInstancesFromSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateInstancesFromSnapshot operation.

CreateKeyPair ( CreateKeyPairRequest request ) : CreateKeyPairResponse

Creates sn SSH key pair.

CreateKeyPairAsync ( CreateKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateKeyPair operation.

DeleteDomain ( DeleteDomainRequest request ) : DeleteDomainResponse

Deletes the specified domain recordset and all of its domain records.

DeleteDomainAsync ( DeleteDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDomain operation.

DeleteDomainEntry ( DeleteDomainEntryRequest request ) : DeleteDomainEntryResponse

Deletes a specific domain entry.

DeleteDomainEntryAsync ( DeleteDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDomainEntry operation.

DeleteInstance ( DeleteInstanceRequest request ) : DeleteInstanceResponse

Deletes a specific Amazon Lightsail virtual private server, or instance.

DeleteInstanceAsync ( DeleteInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteInstance operation.

DeleteInstanceSnapshot ( DeleteInstanceSnapshotRequest request ) : DeleteInstanceSnapshotResponse

Deletes a specific snapshot of a virtual private server (or instance).

DeleteInstanceSnapshotAsync ( DeleteInstanceSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteInstanceSnapshot operation.

DeleteKeyPair ( DeleteKeyPairRequest request ) : DeleteKeyPairResponse

Deletes a specific SSH key pair.

DeleteKeyPairAsync ( DeleteKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteKeyPair operation.

DetachStaticIp ( DetachStaticIpRequest request ) : DetachStaticIpResponse

Detaches a static IP from the Amazon Lightsail instance to which it is attached.

DetachStaticIpAsync ( DetachStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachStaticIp operation.

DownloadDefaultKeyPair ( DownloadDefaultKeyPairRequest request ) : DownloadDefaultKeyPairResponse

Downloads the default SSH key pair from the user's account.

DownloadDefaultKeyPairAsync ( DownloadDefaultKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DownloadDefaultKeyPair operation.

EndAllocateStaticIp ( IAsyncResult asyncResult ) : AllocateStaticIpResponse

Finishes the asynchronous execution of the AllocateStaticIp operation.

EndAttachStaticIp ( IAsyncResult asyncResult ) : AttachStaticIpResponse

Finishes the asynchronous execution of the AttachStaticIp operation.

EndCloseInstancePublicPorts ( IAsyncResult asyncResult ) : CloseInstancePublicPortsResponse

Finishes the asynchronous execution of the CloseInstancePublicPorts operation.

EndCreateDomain ( IAsyncResult asyncResult ) : CreateDomainResponse

Finishes the asynchronous execution of the CreateDomain operation.

EndCreateDomainEntry ( IAsyncResult asyncResult ) : CreateDomainEntryResponse

Finishes the asynchronous execution of the CreateDomainEntry operation.

EndCreateInstanceSnapshot ( IAsyncResult asyncResult ) : CreateInstanceSnapshotResponse

Finishes the asynchronous execution of the CreateInstanceSnapshot operation.

EndCreateInstances ( IAsyncResult asyncResult ) : CreateInstancesResponse

Finishes the asynchronous execution of the CreateInstances operation.

EndCreateInstancesFromSnapshot ( IAsyncResult asyncResult ) : CreateInstancesFromSnapshotResponse

Finishes the asynchronous execution of the CreateInstancesFromSnapshot operation.

EndCreateKeyPair ( IAsyncResult asyncResult ) : CreateKeyPairResponse

Finishes the asynchronous execution of the CreateKeyPair operation.

EndDeleteDomain ( IAsyncResult asyncResult ) : DeleteDomainResponse

Finishes the asynchronous execution of the DeleteDomain operation.

EndDeleteDomainEntry ( IAsyncResult asyncResult ) : DeleteDomainEntryResponse

Finishes the asynchronous execution of the DeleteDomainEntry operation.

EndDeleteInstance ( IAsyncResult asyncResult ) : DeleteInstanceResponse

Finishes the asynchronous execution of the DeleteInstance operation.

EndDeleteInstanceSnapshot ( IAsyncResult asyncResult ) : DeleteInstanceSnapshotResponse

Finishes the asynchronous execution of the DeleteInstanceSnapshot operation.

EndDeleteKeyPair ( IAsyncResult asyncResult ) : DeleteKeyPairResponse

Finishes the asynchronous execution of the DeleteKeyPair operation.

EndDetachStaticIp ( IAsyncResult asyncResult ) : DetachStaticIpResponse

Finishes the asynchronous execution of the DetachStaticIp operation.

EndDownloadDefaultKeyPair ( IAsyncResult asyncResult ) : DownloadDefaultKeyPairResponse

Finishes the asynchronous execution of the DownloadDefaultKeyPair operation.

EndGetActiveNames ( IAsyncResult asyncResult ) : GetActiveNamesResponse

Finishes the asynchronous execution of the GetActiveNames operation.

EndGetBlueprints ( IAsyncResult asyncResult ) : GetBlueprintsResponse

Finishes the asynchronous execution of the GetBlueprints operation.

EndGetBundles ( IAsyncResult asyncResult ) : GetBundlesResponse

Finishes the asynchronous execution of the GetBundles operation.

EndGetDomain ( IAsyncResult asyncResult ) : GetDomainResponse

Finishes the asynchronous execution of the GetDomain operation.

EndGetDomains ( IAsyncResult asyncResult ) : GetDomainsResponse

Finishes the asynchronous execution of the GetDomains operation.

EndGetInstance ( IAsyncResult asyncResult ) : GetInstanceResponse

Finishes the asynchronous execution of the GetInstance operation.

EndGetInstanceAccessDetails ( IAsyncResult asyncResult ) : GetInstanceAccessDetailsResponse

Finishes the asynchronous execution of the GetInstanceAccessDetails operation.

EndGetInstanceMetricData ( IAsyncResult asyncResult ) : GetInstanceMetricDataResponse

Finishes the asynchronous execution of the GetInstanceMetricData operation.

EndGetInstancePortStates ( IAsyncResult asyncResult ) : GetInstancePortStatesResponse

Finishes the asynchronous execution of the GetInstancePortStates operation.

EndGetInstanceSnapshot ( IAsyncResult asyncResult ) : GetInstanceSnapshotResponse

Finishes the asynchronous execution of the GetInstanceSnapshot operation.

EndGetInstanceSnapshots ( IAsyncResult asyncResult ) : GetInstanceSnapshotsResponse

Finishes the asynchronous execution of the GetInstanceSnapshots operation.

EndGetInstanceState ( IAsyncResult asyncResult ) : GetInstanceStateResponse

Finishes the asynchronous execution of the GetInstanceState operation.

EndGetInstances ( IAsyncResult asyncResult ) : GetInstancesResponse

Finishes the asynchronous execution of the GetInstances operation.

EndGetKeyPair ( IAsyncResult asyncResult ) : GetKeyPairResponse

Finishes the asynchronous execution of the GetKeyPair operation.

EndGetKeyPairs ( IAsyncResult asyncResult ) : GetKeyPairsResponse

Finishes the asynchronous execution of the GetKeyPairs operation.

EndGetOperation ( IAsyncResult asyncResult ) : GetOperationResponse

Finishes the asynchronous execution of the GetOperation operation.

EndGetOperations ( IAsyncResult asyncResult ) : GetOperationsResponse

Finishes the asynchronous execution of the GetOperations operation.

EndGetOperationsForResource ( IAsyncResult asyncResult ) : GetOperationsForResourceResponse

Finishes the asynchronous execution of the GetOperationsForResource operation.

EndGetRegions ( IAsyncResult asyncResult ) : GetRegionsResponse

Finishes the asynchronous execution of the GetRegions operation.

EndGetStaticIp ( IAsyncResult asyncResult ) : GetStaticIpResponse

Finishes the asynchronous execution of the GetStaticIp operation.

EndGetStaticIps ( IAsyncResult asyncResult ) : GetStaticIpsResponse

Finishes the asynchronous execution of the GetStaticIps operation.

EndImportKeyPair ( IAsyncResult asyncResult ) : ImportKeyPairResponse

Finishes the asynchronous execution of the ImportKeyPair operation.

EndIsVpcPeered ( IAsyncResult asyncResult ) : IsVpcPeeredResponse

Finishes the asynchronous execution of the IsVpcPeered operation.

EndOpenInstancePublicPorts ( IAsyncResult asyncResult ) : OpenInstancePublicPortsResponse

Finishes the asynchronous execution of the OpenInstancePublicPorts operation.

EndPeerVpc ( IAsyncResult asyncResult ) : PeerVpcResponse

Finishes the asynchronous execution of the PeerVpc operation.

EndRebootInstance ( IAsyncResult asyncResult ) : RebootInstanceResponse

Finishes the asynchronous execution of the RebootInstance operation.

EndReleaseStaticIp ( IAsyncResult asyncResult ) : ReleaseStaticIpResponse

Finishes the asynchronous execution of the ReleaseStaticIp operation.

EndStartInstance ( IAsyncResult asyncResult ) : StartInstanceResponse

Finishes the asynchronous execution of the StartInstance operation.

EndStopInstance ( IAsyncResult asyncResult ) : StopInstanceResponse

Finishes the asynchronous execution of the StopInstance operation.

EndUnpeerVpc ( IAsyncResult asyncResult ) : UnpeerVpcResponse

Finishes the asynchronous execution of the UnpeerVpc operation.

EndUpdateDomainEntry ( IAsyncResult asyncResult ) : UpdateDomainEntryResponse

Finishes the asynchronous execution of the UpdateDomainEntry operation.

GetActiveNames ( GetActiveNamesRequest request ) : GetActiveNamesResponse

Returns the names of all active (not deleted) resources.

GetActiveNamesAsync ( GetActiveNamesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetActiveNames operation.

GetBlueprints ( GetBlueprintsRequest request ) : GetBlueprintsResponse

Returns the list of available instance images, or blueprints. You can use a blueprint to create a new virtual private server already running a specific operating system, as well as a preinstalled app or development stack. The software each instance is running depends on the blueprint image you choose.

GetBlueprintsAsync ( GetBlueprintsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetBlueprints operation.

GetBundles ( GetBundlesRequest request ) : GetBundlesResponse

Returns the list of bundles that are available for purchase. A bundle describes the specs for your virtual private server (or instance).

GetBundlesAsync ( GetBundlesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetBundles operation.

GetDomain ( GetDomainRequest request ) : GetDomainResponse

Returns information about a specific domain recordset.

GetDomainAsync ( GetDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDomain operation.

GetDomains ( GetDomainsRequest request ) : GetDomainsResponse

Returns a list of all domains in the user's account.

GetDomainsAsync ( GetDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDomains operation.

GetInstance ( GetInstanceRequest request ) : GetInstanceResponse

Returns information about a specific Amazon Lightsail instance, which is a virtual private server.

GetInstanceAccessDetails ( GetInstanceAccessDetailsRequest request ) : GetInstanceAccessDetailsResponse

Returns temporary SSH keys you can use to connect to a specific virtual private server, or instance.

GetInstanceAccessDetailsAsync ( GetInstanceAccessDetailsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstanceAccessDetails operation.

GetInstanceAsync ( GetInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstance operation.

GetInstanceMetricData ( GetInstanceMetricDataRequest request ) : GetInstanceMetricDataResponse

Returns the data points for the specified Amazon Lightsail instance metric, given an instance name.

GetInstanceMetricDataAsync ( GetInstanceMetricDataRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstanceMetricData operation.

GetInstancePortStates ( GetInstancePortStatesRequest request ) : GetInstancePortStatesResponse

Returns the port states for a specific virtual private server, or instance.

GetInstancePortStatesAsync ( GetInstancePortStatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstancePortStates operation.

GetInstanceSnapshot ( GetInstanceSnapshotRequest request ) : GetInstanceSnapshotResponse

Returns information about a specific instance snapshot.

GetInstanceSnapshotAsync ( GetInstanceSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstanceSnapshot operation.

GetInstanceSnapshots ( GetInstanceSnapshotsRequest request ) : GetInstanceSnapshotsResponse

Returns all instance snapshots for the user's account.

GetInstanceSnapshotsAsync ( GetInstanceSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstanceSnapshots operation.

GetInstanceState ( GetInstanceStateRequest request ) : GetInstanceStateResponse

Returns the state of a specific instance. Works on one instance at a time.

GetInstanceStateAsync ( GetInstanceStateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstanceState operation.

GetInstances ( GetInstancesRequest request ) : GetInstancesResponse

Returns information about all Amazon Lightsail virtual private servers, or instances.

GetInstancesAsync ( GetInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInstances operation.

GetKeyPair ( GetKeyPairRequest request ) : GetKeyPairResponse

Returns information about a specific key pair.

GetKeyPairAsync ( GetKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetKeyPair operation.

GetKeyPairs ( GetKeyPairsRequest request ) : GetKeyPairsResponse

Returns information about all key pairs in the user's account.

GetKeyPairsAsync ( GetKeyPairsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetKeyPairs operation.

GetOperation ( GetOperationRequest request ) : GetOperationResponse

Returns information about a specific operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on.

GetOperationAsync ( GetOperationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetOperation operation.

GetOperations ( GetOperationsRequest request ) : GetOperationsResponse

Returns information about all operations.

Results are returned from oldest to newest, up to a maximum of 200. Results can be paged by making each subsequent call to GetOperations use the maximum (last) statusChangedAt value from the previous request.

GetOperationsAsync ( GetOperationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetOperations operation.

GetOperationsForResource ( GetOperationsForResourceRequest request ) : GetOperationsForResourceResponse

Gets operations for a specific resource (e.g., an instance or a static IP).

GetOperationsForResourceAsync ( GetOperationsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetOperationsForResource operation.

GetRegions ( GetRegionsRequest request ) : GetRegionsResponse

Returns a list of all valid regions for Amazon Lightsail.

GetRegionsAsync ( GetRegionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetRegions operation.

GetStaticIp ( GetStaticIpRequest request ) : GetStaticIpResponse

Returns information about a specific static IP.

GetStaticIpAsync ( GetStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetStaticIp operation.

GetStaticIps ( GetStaticIpsRequest request ) : GetStaticIpsResponse

Returns information about all static IPs in the user's account.

GetStaticIpsAsync ( GetStaticIpsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetStaticIps operation.

ImportKeyPair ( ImportKeyPairRequest request ) : ImportKeyPairResponse

Imports a public SSH key from a specific key pair.

ImportKeyPairAsync ( ImportKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportKeyPair operation.

IsVpcPeered ( IsVpcPeeredRequest request ) : IsVpcPeeredResponse

Returns a Boolean value indicating whether your Lightsail VPC is peered.

IsVpcPeeredAsync ( IsVpcPeeredRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the IsVpcPeered operation.

OpenInstancePublicPorts ( OpenInstancePublicPortsRequest request ) : OpenInstancePublicPortsResponse

Adds public ports to an Amazon Lightsail instance.

OpenInstancePublicPortsAsync ( OpenInstancePublicPortsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the OpenInstancePublicPorts operation.

PeerVpc ( PeerVpcRequest request ) : PeerVpcResponse

Tries to peer the Lightsail VPC with the user's default VPC.

PeerVpcAsync ( PeerVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PeerVpc operation.

RebootInstance ( RebootInstanceRequest request ) : RebootInstanceResponse

Restarts a specific instance. When your Amazon Lightsail instance is finished rebooting, Lightsail assigns a new public IP address. To use the same IP address after restarting, create a static IP address and attach it to the instance.

RebootInstanceAsync ( RebootInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RebootInstance operation.

ReleaseStaticIp ( ReleaseStaticIpRequest request ) : ReleaseStaticIpResponse

Deletes a specific static IP from your account.

ReleaseStaticIpAsync ( ReleaseStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReleaseStaticIp operation.

StartInstance ( StartInstanceRequest request ) : StartInstanceResponse

Starts a specific Amazon Lightsail instance from a stopped state. To restart an instance, use the reboot instance operation.

StartInstanceAsync ( StartInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartInstance operation.

StopInstance ( StopInstanceRequest request ) : StopInstanceResponse

Stops a specific Amazon Lightsail instance that is currently running.

StopInstanceAsync ( StopInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopInstance operation.

UnpeerVpc ( UnpeerVpcRequest request ) : UnpeerVpcResponse

Attempts to unpeer the Lightsail VPC from the user's default VPC.

UnpeerVpcAsync ( UnpeerVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnpeerVpc operation.

UpdateDomainEntry ( UpdateDomainEntryRequest request ) : UpdateDomainEntryResponse

Updates a domain recordset after it is created.

UpdateDomainEntryAsync ( UpdateDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDomainEntry operation.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AllocateStaticIp() 공개 메소드

Allocates a static IP address.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public AllocateStaticIp ( AllocateStaticIpRequest request ) : AllocateStaticIpResponse
request Amazon.Lightsail.Model.AllocateStaticIpRequest Container for the necessary parameters to execute the AllocateStaticIp service method.
리턴 Amazon.Lightsail.Model.AllocateStaticIpResponse

AllocateStaticIpAsync() 공개 메소드

Initiates the asynchronous execution of the AllocateStaticIp operation.
public AllocateStaticIpAsync ( AllocateStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.AllocateStaticIpRequest Container for the necessary parameters to execute the AllocateStaticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient 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 AmazonLightsailClient ( ) : System
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Credentials
public AmazonLightsailClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Credentials and an AmazonLightsailClient Configuration object.
public AmazonLightsailClient ( AWSCredentials credentials, AmazonLightsailConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonLightsailConfig The AmazonLightsailClient Configuration Object
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Credentials
public AmazonLightsailClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient 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 AmazonLightsailClient ( AmazonLightsailConfig config ) : System
config AmazonLightsailConfig The AmazonLightsailClient Configuration Object
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient 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 AmazonLightsailClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key
public AmazonLightsailClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Access Key ID, AWS Secret Key and an AmazonLightsailClient Configuration object.
public AmazonLightsailClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonLightsailConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonLightsailConfig The AmazonLightsailClient Configuration Object
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key
public AmazonLightsailClient ( 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

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key
public AmazonLightsailClient ( 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

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Access Key ID, AWS Secret Key and an AmazonLightsailClient Configuration object.
public AmazonLightsailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonLightsailConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonLightsailConfig The AmazonLightsailClient Configuration Object
리턴 System

AmazonLightsailClient() 공개 메소드

Constructs AmazonLightsailClient with AWS Access Key ID and AWS Secret Key
public AmazonLightsailClient ( 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

AttachStaticIp() 공개 메소드

Attaches a static IP address to a specific Amazon Lightsail instance.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public AttachStaticIp ( AttachStaticIpRequest request ) : AttachStaticIpResponse
request Amazon.Lightsail.Model.AttachStaticIpRequest Container for the necessary parameters to execute the AttachStaticIp service method.
리턴 Amazon.Lightsail.Model.AttachStaticIpResponse

AttachStaticIpAsync() 공개 메소드

Initiates the asynchronous execution of the AttachStaticIp operation.
public AttachStaticIpAsync ( AttachStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.AttachStaticIpRequest Container for the necessary parameters to execute the AttachStaticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

BeginAllocateStaticIp() 공개 메소드

Initiates the asynchronous execution of the AllocateStaticIp operation.
public BeginAllocateStaticIp ( AllocateStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.AllocateStaticIpRequest Container for the necessary parameters to execute the AllocateStaticIp operation on AmazonLightsailClient.
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

BeginAttachStaticIp() 공개 메소드

Initiates the asynchronous execution of the AttachStaticIp operation.
public BeginAttachStaticIp ( AttachStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.AttachStaticIpRequest Container for the necessary parameters to execute the AttachStaticIp operation on AmazonLightsailClient.
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

BeginCloseInstancePublicPorts() 공개 메소드

Initiates the asynchronous execution of the CloseInstancePublicPorts operation.
public BeginCloseInstancePublicPorts ( CloseInstancePublicPortsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.CloseInstancePublicPortsRequest Container for the necessary parameters to execute the CloseInstancePublicPorts operation on AmazonLightsailClient.
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

BeginCreateDomain() 공개 메소드

Initiates the asynchronous execution of the CreateDomain operation.
public BeginCreateDomain ( CreateDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.CreateDomainRequest Container for the necessary parameters to execute the CreateDomain operation on AmazonLightsailClient.
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

BeginCreateDomainEntry() 공개 메소드

Initiates the asynchronous execution of the CreateDomainEntry operation.
public BeginCreateDomainEntry ( CreateDomainEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.CreateDomainEntryRequest Container for the necessary parameters to execute the CreateDomainEntry operation on AmazonLightsailClient.
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

BeginCreateInstanceSnapshot() 공개 메소드

Initiates the asynchronous execution of the CreateInstanceSnapshot operation.
public BeginCreateInstanceSnapshot ( CreateInstanceSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.CreateInstanceSnapshotRequest Container for the necessary parameters to execute the CreateInstanceSnapshot operation on AmazonLightsailClient.
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

BeginCreateInstances() 공개 메소드

Initiates the asynchronous execution of the CreateInstances operation.
public BeginCreateInstances ( CreateInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.CreateInstancesRequest Container for the necessary parameters to execute the CreateInstances operation on AmazonLightsailClient.
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

BeginCreateInstancesFromSnapshot() 공개 메소드

Initiates the asynchronous execution of the CreateInstancesFromSnapshot operation.
public BeginCreateInstancesFromSnapshot ( CreateInstancesFromSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.CreateInstancesFromSnapshotRequest Container for the necessary parameters to execute the CreateInstancesFromSnapshot operation on AmazonLightsailClient.
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

BeginCreateKeyPair() 공개 메소드

Initiates the asynchronous execution of the CreateKeyPair operation.
public BeginCreateKeyPair ( CreateKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.CreateKeyPairRequest Container for the necessary parameters to execute the CreateKeyPair operation on AmazonLightsailClient.
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

BeginDeleteDomain() 공개 메소드

Initiates the asynchronous execution of the DeleteDomain operation.
public BeginDeleteDomain ( DeleteDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.DeleteDomainRequest Container for the necessary parameters to execute the DeleteDomain operation on AmazonLightsailClient.
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

BeginDeleteDomainEntry() 공개 메소드

Initiates the asynchronous execution of the DeleteDomainEntry operation.
public BeginDeleteDomainEntry ( DeleteDomainEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.DeleteDomainEntryRequest Container for the necessary parameters to execute the DeleteDomainEntry operation on AmazonLightsailClient.
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

BeginDeleteInstance() 공개 메소드

Initiates the asynchronous execution of the DeleteInstance operation.
public BeginDeleteInstance ( DeleteInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.DeleteInstanceRequest Container for the necessary parameters to execute the DeleteInstance operation on AmazonLightsailClient.
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

BeginDeleteInstanceSnapshot() 공개 메소드

Initiates the asynchronous execution of the DeleteInstanceSnapshot operation.
public BeginDeleteInstanceSnapshot ( DeleteInstanceSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.DeleteInstanceSnapshotRequest Container for the necessary parameters to execute the DeleteInstanceSnapshot operation on AmazonLightsailClient.
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

BeginDeleteKeyPair() 공개 메소드

Initiates the asynchronous execution of the DeleteKeyPair operation.
public BeginDeleteKeyPair ( DeleteKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.DeleteKeyPairRequest Container for the necessary parameters to execute the DeleteKeyPair operation on AmazonLightsailClient.
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

BeginDetachStaticIp() 공개 메소드

Initiates the asynchronous execution of the DetachStaticIp operation.
public BeginDetachStaticIp ( DetachStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.DetachStaticIpRequest Container for the necessary parameters to execute the DetachStaticIp operation on AmazonLightsailClient.
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

BeginDownloadDefaultKeyPair() 공개 메소드

Initiates the asynchronous execution of the DownloadDefaultKeyPair operation.
public BeginDownloadDefaultKeyPair ( DownloadDefaultKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DownloadDefaultKeyPairRequest Container for the necessary parameters to execute the DownloadDefaultKeyPair operation on AmazonLightsailClient.
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

BeginGetActiveNames() 공개 메소드

Initiates the asynchronous execution of the GetActiveNames operation.
public BeginGetActiveNames ( GetActiveNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetActiveNamesRequest Container for the necessary parameters to execute the GetActiveNames operation on AmazonLightsailClient.
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

BeginGetBlueprints() 공개 메소드

Initiates the asynchronous execution of the GetBlueprints operation.
public BeginGetBlueprints ( GetBlueprintsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetBlueprintsRequest Container for the necessary parameters to execute the GetBlueprints operation on AmazonLightsailClient.
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

BeginGetBundles() 공개 메소드

Initiates the asynchronous execution of the GetBundles operation.
public BeginGetBundles ( GetBundlesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetBundlesRequest Container for the necessary parameters to execute the GetBundles operation on AmazonLightsailClient.
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

BeginGetDomain() 공개 메소드

Initiates the asynchronous execution of the GetDomain operation.
public BeginGetDomain ( GetDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetDomainRequest Container for the necessary parameters to execute the GetDomain operation on AmazonLightsailClient.
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

BeginGetDomains() 공개 메소드

Initiates the asynchronous execution of the GetDomains operation.
public BeginGetDomains ( GetDomainsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetDomainsRequest Container for the necessary parameters to execute the GetDomains operation on AmazonLightsailClient.
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

BeginGetInstance() 공개 메소드

Initiates the asynchronous execution of the GetInstance operation.
public BeginGetInstance ( GetInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstanceRequest Container for the necessary parameters to execute the GetInstance operation on AmazonLightsailClient.
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

BeginGetInstanceAccessDetails() 공개 메소드

Initiates the asynchronous execution of the GetInstanceAccessDetails operation.
public BeginGetInstanceAccessDetails ( GetInstanceAccessDetailsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstanceAccessDetailsRequest Container for the necessary parameters to execute the GetInstanceAccessDetails operation on AmazonLightsailClient.
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

BeginGetInstanceMetricData() 공개 메소드

Initiates the asynchronous execution of the GetInstanceMetricData operation.
public BeginGetInstanceMetricData ( GetInstanceMetricDataRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstanceMetricDataRequest Container for the necessary parameters to execute the GetInstanceMetricData operation on AmazonLightsailClient.
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

BeginGetInstancePortStates() 공개 메소드

Initiates the asynchronous execution of the GetInstancePortStates operation.
public BeginGetInstancePortStates ( GetInstancePortStatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstancePortStatesRequest Container for the necessary parameters to execute the GetInstancePortStates operation on AmazonLightsailClient.
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

BeginGetInstanceSnapshot() 공개 메소드

Initiates the asynchronous execution of the GetInstanceSnapshot operation.
public BeginGetInstanceSnapshot ( GetInstanceSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstanceSnapshotRequest Container for the necessary parameters to execute the GetInstanceSnapshot operation on AmazonLightsailClient.
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

BeginGetInstanceSnapshots() 공개 메소드

Initiates the asynchronous execution of the GetInstanceSnapshots operation.
public BeginGetInstanceSnapshots ( GetInstanceSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstanceSnapshotsRequest Container for the necessary parameters to execute the GetInstanceSnapshots operation on AmazonLightsailClient.
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

BeginGetInstanceState() 공개 메소드

Initiates the asynchronous execution of the GetInstanceState operation.
public BeginGetInstanceState ( GetInstanceStateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstanceStateRequest Container for the necessary parameters to execute the GetInstanceState operation on AmazonLightsailClient.
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

BeginGetInstances() 공개 메소드

Initiates the asynchronous execution of the GetInstances operation.
public BeginGetInstances ( GetInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetInstancesRequest Container for the necessary parameters to execute the GetInstances operation on AmazonLightsailClient.
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

BeginGetKeyPair() 공개 메소드

Initiates the asynchronous execution of the GetKeyPair operation.
public BeginGetKeyPair ( GetKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetKeyPairRequest Container for the necessary parameters to execute the GetKeyPair operation on AmazonLightsailClient.
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

BeginGetKeyPairs() 공개 메소드

Initiates the asynchronous execution of the GetKeyPairs operation.
public BeginGetKeyPairs ( GetKeyPairsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetKeyPairsRequest Container for the necessary parameters to execute the GetKeyPairs operation on AmazonLightsailClient.
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

BeginGetOperation() 공개 메소드

Initiates the asynchronous execution of the GetOperation operation.
public BeginGetOperation ( GetOperationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetOperationRequest Container for the necessary parameters to execute the GetOperation operation on AmazonLightsailClient.
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

BeginGetOperations() 공개 메소드

Initiates the asynchronous execution of the GetOperations operation.
public BeginGetOperations ( GetOperationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetOperationsRequest Container for the necessary parameters to execute the GetOperations operation on AmazonLightsailClient.
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

BeginGetOperationsForResource() 공개 메소드

Initiates the asynchronous execution of the GetOperationsForResource operation.
public BeginGetOperationsForResource ( GetOperationsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetOperationsForResourceRequest Container for the necessary parameters to execute the GetOperationsForResource operation on AmazonLightsailClient.
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

BeginGetRegions() 공개 메소드

Initiates the asynchronous execution of the GetRegions operation.
public BeginGetRegions ( GetRegionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetRegionsRequest Container for the necessary parameters to execute the GetRegions operation on AmazonLightsailClient.
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

BeginGetStaticIp() 공개 메소드

Initiates the asynchronous execution of the GetStaticIp operation.
public BeginGetStaticIp ( GetStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetStaticIpRequest Container for the necessary parameters to execute the GetStaticIp operation on AmazonLightsailClient.
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

BeginGetStaticIps() 공개 메소드

Initiates the asynchronous execution of the GetStaticIps operation.
public BeginGetStaticIps ( GetStaticIpsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetStaticIpsRequest Container for the necessary parameters to execute the GetStaticIps operation on AmazonLightsailClient.
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

BeginImportKeyPair() 공개 메소드

Initiates the asynchronous execution of the ImportKeyPair operation.
public BeginImportKeyPair ( ImportKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.ImportKeyPairRequest Container for the necessary parameters to execute the ImportKeyPair operation on AmazonLightsailClient.
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

BeginIsVpcPeered() 공개 메소드

Initiates the asynchronous execution of the IsVpcPeered operation.
public BeginIsVpcPeered ( IsVpcPeeredRequest request, AsyncCallback callback, object state ) : IAsyncResult
request IsVpcPeeredRequest Container for the necessary parameters to execute the IsVpcPeered operation on AmazonLightsailClient.
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

BeginOpenInstancePublicPorts() 공개 메소드

Initiates the asynchronous execution of the OpenInstancePublicPorts operation.
public BeginOpenInstancePublicPorts ( OpenInstancePublicPortsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.OpenInstancePublicPortsRequest Container for the necessary parameters to execute the OpenInstancePublicPorts operation on AmazonLightsailClient.
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

BeginPeerVpc() 공개 메소드

Initiates the asynchronous execution of the PeerVpc operation.
public BeginPeerVpc ( PeerVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult
request PeerVpcRequest Container for the necessary parameters to execute the PeerVpc operation on AmazonLightsailClient.
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

BeginRebootInstance() 공개 메소드

Initiates the asynchronous execution of the RebootInstance operation.
public BeginRebootInstance ( RebootInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.RebootInstanceRequest Container for the necessary parameters to execute the RebootInstance operation on AmazonLightsailClient.
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

BeginReleaseStaticIp() 공개 메소드

Initiates the asynchronous execution of the ReleaseStaticIp operation.
public BeginReleaseStaticIp ( ReleaseStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.ReleaseStaticIpRequest Container for the necessary parameters to execute the ReleaseStaticIp operation on AmazonLightsailClient.
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

BeginStartInstance() 공개 메소드

Initiates the asynchronous execution of the StartInstance operation.
public BeginStartInstance ( StartInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.StartInstanceRequest Container for the necessary parameters to execute the StartInstance operation on AmazonLightsailClient.
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

BeginStopInstance() 공개 메소드

Initiates the asynchronous execution of the StopInstance operation.
public BeginStopInstance ( StopInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.StopInstanceRequest Container for the necessary parameters to execute the StopInstance operation on AmazonLightsailClient.
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

BeginUnpeerVpc() 공개 메소드

Initiates the asynchronous execution of the UnpeerVpc operation.
public BeginUnpeerVpc ( UnpeerVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UnpeerVpcRequest Container for the necessary parameters to execute the UnpeerVpc operation on AmazonLightsailClient.
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

BeginUpdateDomainEntry() 공개 메소드

Initiates the asynchronous execution of the UpdateDomainEntry operation.
public BeginUpdateDomainEntry ( UpdateDomainEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.UpdateDomainEntryRequest Container for the necessary parameters to execute the UpdateDomainEntry operation on AmazonLightsailClient.
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

CloseInstancePublicPorts() 공개 메소드

Closes the public ports on a specific Amazon Lightsail instance.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public CloseInstancePublicPorts ( CloseInstancePublicPortsRequest request ) : CloseInstancePublicPortsResponse
request Amazon.Lightsail.Model.CloseInstancePublicPortsRequest Container for the necessary parameters to execute the CloseInstancePublicPorts service method.
리턴 Amazon.Lightsail.Model.CloseInstancePublicPortsResponse

CloseInstancePublicPortsAsync() 공개 메소드

Initiates the asynchronous execution of the CloseInstancePublicPorts operation.
public CloseInstancePublicPortsAsync ( CloseInstancePublicPortsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.CloseInstancePublicPortsRequest Container for the necessary parameters to execute the CloseInstancePublicPorts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateDomain() 공개 메소드

Creates a domain resource for the specified domain (e.g., example.com).
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public CreateDomain ( CreateDomainRequest request ) : CreateDomainResponse
request Amazon.Lightsail.Model.CreateDomainRequest Container for the necessary parameters to execute the CreateDomain service method.
리턴 Amazon.Lightsail.Model.CreateDomainResponse

CreateDomainAsync() 공개 메소드

Initiates the asynchronous execution of the CreateDomain operation.
public CreateDomainAsync ( CreateDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.CreateDomainRequest Container for the necessary parameters to execute the CreateDomain operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateDomainEntry() 공개 메소드

Creates one of the following entry records associated with the domain: A record, CNAME record, TXT record, or MX record.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public CreateDomainEntry ( CreateDomainEntryRequest request ) : CreateDomainEntryResponse
request Amazon.Lightsail.Model.CreateDomainEntryRequest Container for the necessary parameters to execute the CreateDomainEntry service method.
리턴 Amazon.Lightsail.Model.CreateDomainEntryResponse

CreateDomainEntryAsync() 공개 메소드

Initiates the asynchronous execution of the CreateDomainEntry operation.
public CreateDomainEntryAsync ( CreateDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.CreateDomainEntryRequest Container for the necessary parameters to execute the CreateDomainEntry operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateInstanceSnapshot() 공개 메소드

Creates a snapshot of a specific virtual private server, or instance. You can use a snapshot to create a new instance that is based on that snapshot.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public CreateInstanceSnapshot ( CreateInstanceSnapshotRequest request ) : CreateInstanceSnapshotResponse
request Amazon.Lightsail.Model.CreateInstanceSnapshotRequest Container for the necessary parameters to execute the CreateInstanceSnapshot service method.
리턴 CreateInstanceSnapshotResponse

CreateInstanceSnapshotAsync() 공개 메소드

Initiates the asynchronous execution of the CreateInstanceSnapshot operation.
public CreateInstanceSnapshotAsync ( CreateInstanceSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.CreateInstanceSnapshotRequest Container for the necessary parameters to execute the CreateInstanceSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateInstances() 공개 메소드

Creates one or more Amazon Lightsail virtual private servers, or instances.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public CreateInstances ( CreateInstancesRequest request ) : CreateInstancesResponse
request Amazon.Lightsail.Model.CreateInstancesRequest Container for the necessary parameters to execute the CreateInstances service method.
리턴 Amazon.Lightsail.Model.CreateInstancesResponse

CreateInstancesAsync() 공개 메소드

Initiates the asynchronous execution of the CreateInstances operation.
public CreateInstancesAsync ( CreateInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.CreateInstancesRequest Container for the necessary parameters to execute the CreateInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateInstancesFromSnapshot() 공개 메소드

Uses a specific snapshot as a blueprint for creating one or more new instances that are based on that identical configuration.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public CreateInstancesFromSnapshot ( CreateInstancesFromSnapshotRequest request ) : CreateInstancesFromSnapshotResponse
request Amazon.Lightsail.Model.CreateInstancesFromSnapshotRequest Container for the necessary parameters to execute the CreateInstancesFromSnapshot service method.
리턴 Amazon.Lightsail.Model.CreateInstancesFromSnapshotResponse

CreateInstancesFromSnapshotAsync() 공개 메소드

Initiates the asynchronous execution of the CreateInstancesFromSnapshot operation.
public CreateInstancesFromSnapshotAsync ( CreateInstancesFromSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.CreateInstancesFromSnapshotRequest Container for the necessary parameters to execute the CreateInstancesFromSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateKeyPair() 공개 메소드

Creates sn SSH key pair.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public CreateKeyPair ( CreateKeyPairRequest request ) : CreateKeyPairResponse
request Amazon.Lightsail.Model.CreateKeyPairRequest Container for the necessary parameters to execute the CreateKeyPair service method.
리턴 Amazon.Lightsail.Model.CreateKeyPairResponse

CreateKeyPairAsync() 공개 메소드

Initiates the asynchronous execution of the CreateKeyPair operation.
public CreateKeyPairAsync ( CreateKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.CreateKeyPairRequest Container for the necessary parameters to execute the CreateKeyPair operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateSigner() 보호된 메소드

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
리턴 Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DeleteDomain() 공개 메소드

Deletes the specified domain recordset and all of its domain records.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public DeleteDomain ( DeleteDomainRequest request ) : DeleteDomainResponse
request Amazon.Lightsail.Model.DeleteDomainRequest Container for the necessary parameters to execute the DeleteDomain service method.
리턴 Amazon.Lightsail.Model.DeleteDomainResponse

DeleteDomainAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteDomain operation.
public DeleteDomainAsync ( DeleteDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DeleteDomainRequest Container for the necessary parameters to execute the DeleteDomain operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteDomainEntry() 공개 메소드

Deletes a specific domain entry.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public DeleteDomainEntry ( DeleteDomainEntryRequest request ) : DeleteDomainEntryResponse
request Amazon.Lightsail.Model.DeleteDomainEntryRequest Container for the necessary parameters to execute the DeleteDomainEntry service method.
리턴 Amazon.Lightsail.Model.DeleteDomainEntryResponse

DeleteDomainEntryAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteDomainEntry operation.
public DeleteDomainEntryAsync ( DeleteDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DeleteDomainEntryRequest Container for the necessary parameters to execute the DeleteDomainEntry operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteInstance() 공개 메소드

Deletes a specific Amazon Lightsail virtual private server, or instance.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public DeleteInstance ( DeleteInstanceRequest request ) : DeleteInstanceResponse
request Amazon.Lightsail.Model.DeleteInstanceRequest Container for the necessary parameters to execute the DeleteInstance service method.
리턴 Amazon.Lightsail.Model.DeleteInstanceResponse

DeleteInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteInstance operation.
public DeleteInstanceAsync ( DeleteInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DeleteInstanceRequest Container for the necessary parameters to execute the DeleteInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteInstanceSnapshot() 공개 메소드

Deletes a specific snapshot of a virtual private server (or instance).
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public DeleteInstanceSnapshot ( DeleteInstanceSnapshotRequest request ) : DeleteInstanceSnapshotResponse
request Amazon.Lightsail.Model.DeleteInstanceSnapshotRequest Container for the necessary parameters to execute the DeleteInstanceSnapshot service method.
리턴 Amazon.Lightsail.Model.DeleteInstanceSnapshotResponse

DeleteInstanceSnapshotAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteInstanceSnapshot operation.
public DeleteInstanceSnapshotAsync ( DeleteInstanceSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DeleteInstanceSnapshotRequest Container for the necessary parameters to execute the DeleteInstanceSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteKeyPair() 공개 메소드

Deletes a specific SSH key pair.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public DeleteKeyPair ( DeleteKeyPairRequest request ) : DeleteKeyPairResponse
request Amazon.Lightsail.Model.DeleteKeyPairRequest Container for the necessary parameters to execute the DeleteKeyPair service method.
리턴 Amazon.Lightsail.Model.DeleteKeyPairResponse

DeleteKeyPairAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteKeyPair operation.
public DeleteKeyPairAsync ( DeleteKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DeleteKeyPairRequest Container for the necessary parameters to execute the DeleteKeyPair operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DetachStaticIp() 공개 메소드

Detaches a static IP from the Amazon Lightsail instance to which it is attached.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public DetachStaticIp ( DetachStaticIpRequest request ) : DetachStaticIpResponse
request Amazon.Lightsail.Model.DetachStaticIpRequest Container for the necessary parameters to execute the DetachStaticIp service method.
리턴 Amazon.Lightsail.Model.DetachStaticIpResponse

DetachStaticIpAsync() 공개 메소드

Initiates the asynchronous execution of the DetachStaticIp operation.
public DetachStaticIpAsync ( DetachStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DetachStaticIpRequest Container for the necessary parameters to execute the DetachStaticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

Dispose() 보호된 메소드

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DownloadDefaultKeyPair() 공개 메소드

Downloads the default SSH key pair from the user's account.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public DownloadDefaultKeyPair ( DownloadDefaultKeyPairRequest request ) : DownloadDefaultKeyPairResponse
request DownloadDefaultKeyPairRequest Container for the necessary parameters to execute the DownloadDefaultKeyPair service method.
리턴 Amazon.Lightsail.Model.DownloadDefaultKeyPairResponse

DownloadDefaultKeyPairAsync() 공개 메소드

Initiates the asynchronous execution of the DownloadDefaultKeyPair operation.
public DownloadDefaultKeyPairAsync ( DownloadDefaultKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DownloadDefaultKeyPairRequest Container for the necessary parameters to execute the DownloadDefaultKeyPair operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

EndAllocateStaticIp() 공개 메소드

Finishes the asynchronous execution of the AllocateStaticIp operation.
public EndAllocateStaticIp ( IAsyncResult asyncResult ) : AllocateStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocateStaticIp.
리턴 Amazon.Lightsail.Model.AllocateStaticIpResponse

EndAttachStaticIp() 공개 메소드

Finishes the asynchronous execution of the AttachStaticIp operation.
public EndAttachStaticIp ( IAsyncResult asyncResult ) : AttachStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachStaticIp.
리턴 Amazon.Lightsail.Model.AttachStaticIpResponse

EndCloseInstancePublicPorts() 공개 메소드

Finishes the asynchronous execution of the CloseInstancePublicPorts operation.
public EndCloseInstancePublicPorts ( IAsyncResult asyncResult ) : CloseInstancePublicPortsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCloseInstancePublicPorts.
리턴 Amazon.Lightsail.Model.CloseInstancePublicPortsResponse

EndCreateDomain() 공개 메소드

Finishes the asynchronous execution of the CreateDomain operation.
public EndCreateDomain ( IAsyncResult asyncResult ) : CreateDomainResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDomain.
리턴 Amazon.Lightsail.Model.CreateDomainResponse

EndCreateDomainEntry() 공개 메소드

Finishes the asynchronous execution of the CreateDomainEntry operation.
public EndCreateDomainEntry ( IAsyncResult asyncResult ) : CreateDomainEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDomainEntry.
리턴 Amazon.Lightsail.Model.CreateDomainEntryResponse

EndCreateInstanceSnapshot() 공개 메소드

Finishes the asynchronous execution of the CreateInstanceSnapshot operation.
public EndCreateInstanceSnapshot ( IAsyncResult asyncResult ) : CreateInstanceSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstanceSnapshot.
리턴 CreateInstanceSnapshotResponse

EndCreateInstances() 공개 메소드

Finishes the asynchronous execution of the CreateInstances operation.
public EndCreateInstances ( IAsyncResult asyncResult ) : CreateInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstances.
리턴 Amazon.Lightsail.Model.CreateInstancesResponse

EndCreateInstancesFromSnapshot() 공개 메소드

Finishes the asynchronous execution of the CreateInstancesFromSnapshot operation.
public EndCreateInstancesFromSnapshot ( IAsyncResult asyncResult ) : CreateInstancesFromSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstancesFromSnapshot.
리턴 Amazon.Lightsail.Model.CreateInstancesFromSnapshotResponse

EndCreateKeyPair() 공개 메소드

Finishes the asynchronous execution of the CreateKeyPair operation.
public EndCreateKeyPair ( IAsyncResult asyncResult ) : CreateKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateKeyPair.
리턴 Amazon.Lightsail.Model.CreateKeyPairResponse

EndDeleteDomain() 공개 메소드

Finishes the asynchronous execution of the DeleteDomain operation.
public EndDeleteDomain ( IAsyncResult asyncResult ) : DeleteDomainResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDomain.
리턴 Amazon.Lightsail.Model.DeleteDomainResponse

EndDeleteDomainEntry() 공개 메소드

Finishes the asynchronous execution of the DeleteDomainEntry operation.
public EndDeleteDomainEntry ( IAsyncResult asyncResult ) : DeleteDomainEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDomainEntry.
리턴 Amazon.Lightsail.Model.DeleteDomainEntryResponse

EndDeleteInstance() 공개 메소드

Finishes the asynchronous execution of the DeleteInstance operation.
public EndDeleteInstance ( IAsyncResult asyncResult ) : DeleteInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteInstance.
리턴 Amazon.Lightsail.Model.DeleteInstanceResponse

EndDeleteInstanceSnapshot() 공개 메소드

Finishes the asynchronous execution of the DeleteInstanceSnapshot operation.
public EndDeleteInstanceSnapshot ( IAsyncResult asyncResult ) : DeleteInstanceSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteInstanceSnapshot.
리턴 Amazon.Lightsail.Model.DeleteInstanceSnapshotResponse

EndDeleteKeyPair() 공개 메소드

Finishes the asynchronous execution of the DeleteKeyPair operation.
public EndDeleteKeyPair ( IAsyncResult asyncResult ) : DeleteKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteKeyPair.
리턴 Amazon.Lightsail.Model.DeleteKeyPairResponse

EndDetachStaticIp() 공개 메소드

Finishes the asynchronous execution of the DetachStaticIp operation.
public EndDetachStaticIp ( IAsyncResult asyncResult ) : DetachStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachStaticIp.
리턴 Amazon.Lightsail.Model.DetachStaticIpResponse

EndDownloadDefaultKeyPair() 공개 메소드

Finishes the asynchronous execution of the DownloadDefaultKeyPair operation.
public EndDownloadDefaultKeyPair ( IAsyncResult asyncResult ) : DownloadDefaultKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDownloadDefaultKeyPair.
리턴 Amazon.Lightsail.Model.DownloadDefaultKeyPairResponse

EndGetActiveNames() 공개 메소드

Finishes the asynchronous execution of the GetActiveNames operation.
public EndGetActiveNames ( IAsyncResult asyncResult ) : GetActiveNamesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetActiveNames.
리턴 Amazon.Lightsail.Model.GetActiveNamesResponse

EndGetBlueprints() 공개 메소드

Finishes the asynchronous execution of the GetBlueprints operation.
public EndGetBlueprints ( IAsyncResult asyncResult ) : GetBlueprintsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBlueprints.
리턴 GetBlueprintsResponse

EndGetBundles() 공개 메소드

Finishes the asynchronous execution of the GetBundles operation.
public EndGetBundles ( IAsyncResult asyncResult ) : GetBundlesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBundles.
리턴 Amazon.Lightsail.Model.GetBundlesResponse

EndGetDomain() 공개 메소드

Finishes the asynchronous execution of the GetDomain operation.
public EndGetDomain ( IAsyncResult asyncResult ) : GetDomainResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomain.
리턴 Amazon.Lightsail.Model.GetDomainResponse

EndGetDomains() 공개 메소드

Finishes the asynchronous execution of the GetDomains operation.
public EndGetDomains ( IAsyncResult asyncResult ) : GetDomainsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomains.
리턴 Amazon.Lightsail.Model.GetDomainsResponse

EndGetInstance() 공개 메소드

Finishes the asynchronous execution of the GetInstance operation.
public EndGetInstance ( IAsyncResult asyncResult ) : GetInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstance.
리턴 Amazon.Lightsail.Model.GetInstanceResponse

EndGetInstanceAccessDetails() 공개 메소드

Finishes the asynchronous execution of the GetInstanceAccessDetails operation.
public EndGetInstanceAccessDetails ( IAsyncResult asyncResult ) : GetInstanceAccessDetailsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstanceAccessDetails.
리턴 Amazon.Lightsail.Model.GetInstanceAccessDetailsResponse

EndGetInstanceMetricData() 공개 메소드

Finishes the asynchronous execution of the GetInstanceMetricData operation.
public EndGetInstanceMetricData ( IAsyncResult asyncResult ) : GetInstanceMetricDataResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstanceMetricData.
리턴 Amazon.Lightsail.Model.GetInstanceMetricDataResponse

EndGetInstancePortStates() 공개 메소드

Finishes the asynchronous execution of the GetInstancePortStates operation.
public EndGetInstancePortStates ( IAsyncResult asyncResult ) : GetInstancePortStatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstancePortStates.
리턴 Amazon.Lightsail.Model.GetInstancePortStatesResponse

EndGetInstanceSnapshot() 공개 메소드

Finishes the asynchronous execution of the GetInstanceSnapshot operation.
public EndGetInstanceSnapshot ( IAsyncResult asyncResult ) : GetInstanceSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstanceSnapshot.
리턴 Amazon.Lightsail.Model.GetInstanceSnapshotResponse

EndGetInstanceSnapshots() 공개 메소드

Finishes the asynchronous execution of the GetInstanceSnapshots operation.
public EndGetInstanceSnapshots ( IAsyncResult asyncResult ) : GetInstanceSnapshotsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstanceSnapshots.
리턴 Amazon.Lightsail.Model.GetInstanceSnapshotsResponse

EndGetInstanceState() 공개 메소드

Finishes the asynchronous execution of the GetInstanceState operation.
public EndGetInstanceState ( IAsyncResult asyncResult ) : GetInstanceStateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstanceState.
리턴 Amazon.Lightsail.Model.GetInstanceStateResponse

EndGetInstances() 공개 메소드

Finishes the asynchronous execution of the GetInstances operation.
public EndGetInstances ( IAsyncResult asyncResult ) : GetInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstances.
리턴 Amazon.Lightsail.Model.GetInstancesResponse

EndGetKeyPair() 공개 메소드

Finishes the asynchronous execution of the GetKeyPair operation.
public EndGetKeyPair ( IAsyncResult asyncResult ) : GetKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetKeyPair.
리턴 Amazon.Lightsail.Model.GetKeyPairResponse

EndGetKeyPairs() 공개 메소드

Finishes the asynchronous execution of the GetKeyPairs operation.
public EndGetKeyPairs ( IAsyncResult asyncResult ) : GetKeyPairsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetKeyPairs.
리턴 Amazon.Lightsail.Model.GetKeyPairsResponse

EndGetOperation() 공개 메소드

Finishes the asynchronous execution of the GetOperation operation.
public EndGetOperation ( IAsyncResult asyncResult ) : GetOperationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetOperation.
리턴 Amazon.Lightsail.Model.GetOperationResponse

EndGetOperations() 공개 메소드

Finishes the asynchronous execution of the GetOperations operation.
public EndGetOperations ( IAsyncResult asyncResult ) : GetOperationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetOperations.
리턴 Amazon.Lightsail.Model.GetOperationsResponse

EndGetOperationsForResource() 공개 메소드

Finishes the asynchronous execution of the GetOperationsForResource operation.
public EndGetOperationsForResource ( IAsyncResult asyncResult ) : GetOperationsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetOperationsForResource.
리턴 Amazon.Lightsail.Model.GetOperationsForResourceResponse

EndGetRegions() 공개 메소드

Finishes the asynchronous execution of the GetRegions operation.
public EndGetRegions ( IAsyncResult asyncResult ) : GetRegionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRegions.
리턴 Amazon.Lightsail.Model.GetRegionsResponse

EndGetStaticIp() 공개 메소드

Finishes the asynchronous execution of the GetStaticIp operation.
public EndGetStaticIp ( IAsyncResult asyncResult ) : GetStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStaticIp.
리턴 Amazon.Lightsail.Model.GetStaticIpResponse

EndGetStaticIps() 공개 메소드

Finishes the asynchronous execution of the GetStaticIps operation.
public EndGetStaticIps ( IAsyncResult asyncResult ) : GetStaticIpsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStaticIps.
리턴 Amazon.Lightsail.Model.GetStaticIpsResponse

EndImportKeyPair() 공개 메소드

Finishes the asynchronous execution of the ImportKeyPair operation.
public EndImportKeyPair ( IAsyncResult asyncResult ) : ImportKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportKeyPair.
리턴 Amazon.Lightsail.Model.ImportKeyPairResponse

EndIsVpcPeered() 공개 메소드

Finishes the asynchronous execution of the IsVpcPeered operation.
public EndIsVpcPeered ( IAsyncResult asyncResult ) : IsVpcPeeredResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginIsVpcPeered.
리턴 Amazon.Lightsail.Model.IsVpcPeeredResponse

EndOpenInstancePublicPorts() 공개 메소드

Finishes the asynchronous execution of the OpenInstancePublicPorts operation.
public EndOpenInstancePublicPorts ( IAsyncResult asyncResult ) : OpenInstancePublicPortsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginOpenInstancePublicPorts.
리턴 Amazon.Lightsail.Model.OpenInstancePublicPortsResponse

EndPeerVpc() 공개 메소드

Finishes the asynchronous execution of the PeerVpc operation.
public EndPeerVpc ( IAsyncResult asyncResult ) : PeerVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPeerVpc.
리턴 Amazon.Lightsail.Model.PeerVpcResponse

EndRebootInstance() 공개 메소드

Finishes the asynchronous execution of the RebootInstance operation.
public EndRebootInstance ( IAsyncResult asyncResult ) : RebootInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootInstance.
리턴 Amazon.Lightsail.Model.RebootInstanceResponse

EndReleaseStaticIp() 공개 메소드

Finishes the asynchronous execution of the ReleaseStaticIp operation.
public EndReleaseStaticIp ( IAsyncResult asyncResult ) : ReleaseStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReleaseStaticIp.
리턴 Amazon.Lightsail.Model.ReleaseStaticIpResponse

EndStartInstance() 공개 메소드

Finishes the asynchronous execution of the StartInstance operation.
public EndStartInstance ( IAsyncResult asyncResult ) : StartInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartInstance.
리턴 Amazon.Lightsail.Model.StartInstanceResponse

EndStopInstance() 공개 메소드

Finishes the asynchronous execution of the StopInstance operation.
public EndStopInstance ( IAsyncResult asyncResult ) : StopInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopInstance.
리턴 Amazon.Lightsail.Model.StopInstanceResponse

EndUnpeerVpc() 공개 메소드

Finishes the asynchronous execution of the UnpeerVpc operation.
public EndUnpeerVpc ( IAsyncResult asyncResult ) : UnpeerVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnpeerVpc.
리턴 Amazon.Lightsail.Model.UnpeerVpcResponse

EndUpdateDomainEntry() 공개 메소드

Finishes the asynchronous execution of the UpdateDomainEntry operation.
public EndUpdateDomainEntry ( IAsyncResult asyncResult ) : UpdateDomainEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDomainEntry.
리턴 Amazon.Lightsail.Model.UpdateDomainEntryResponse

GetActiveNames() 공개 메소드

Returns the names of all active (not deleted) resources.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetActiveNames ( GetActiveNamesRequest request ) : GetActiveNamesResponse
request Amazon.Lightsail.Model.GetActiveNamesRequest Container for the necessary parameters to execute the GetActiveNames service method.
리턴 Amazon.Lightsail.Model.GetActiveNamesResponse

GetActiveNamesAsync() 공개 메소드

Initiates the asynchronous execution of the GetActiveNames operation.
public GetActiveNamesAsync ( GetActiveNamesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetActiveNamesRequest Container for the necessary parameters to execute the GetActiveNames operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetBlueprints() 공개 메소드

Returns the list of available instance images, or blueprints. You can use a blueprint to create a new virtual private server already running a specific operating system, as well as a preinstalled app or development stack. The software each instance is running depends on the blueprint image you choose.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetBlueprints ( GetBlueprintsRequest request ) : GetBlueprintsResponse
request Amazon.Lightsail.Model.GetBlueprintsRequest Container for the necessary parameters to execute the GetBlueprints service method.
리턴 GetBlueprintsResponse

GetBlueprintsAsync() 공개 메소드

Initiates the asynchronous execution of the GetBlueprints operation.
public GetBlueprintsAsync ( GetBlueprintsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetBlueprintsRequest Container for the necessary parameters to execute the GetBlueprints operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetBundles() 공개 메소드

Returns the list of bundles that are available for purchase. A bundle describes the specs for your virtual private server (or instance).
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetBundles ( GetBundlesRequest request ) : GetBundlesResponse
request Amazon.Lightsail.Model.GetBundlesRequest Container for the necessary parameters to execute the GetBundles service method.
리턴 Amazon.Lightsail.Model.GetBundlesResponse

GetBundlesAsync() 공개 메소드

Initiates the asynchronous execution of the GetBundles operation.
public GetBundlesAsync ( GetBundlesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetBundlesRequest Container for the necessary parameters to execute the GetBundles operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetDomain() 공개 메소드

Returns information about a specific domain recordset.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetDomain ( GetDomainRequest request ) : GetDomainResponse
request Amazon.Lightsail.Model.GetDomainRequest Container for the necessary parameters to execute the GetDomain service method.
리턴 Amazon.Lightsail.Model.GetDomainResponse

GetDomainAsync() 공개 메소드

Initiates the asynchronous execution of the GetDomain operation.
public GetDomainAsync ( GetDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetDomainRequest Container for the necessary parameters to execute the GetDomain operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetDomains() 공개 메소드

Returns a list of all domains in the user's account.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetDomains ( GetDomainsRequest request ) : GetDomainsResponse
request Amazon.Lightsail.Model.GetDomainsRequest Container for the necessary parameters to execute the GetDomains service method.
리턴 Amazon.Lightsail.Model.GetDomainsResponse

GetDomainsAsync() 공개 메소드

Initiates the asynchronous execution of the GetDomains operation.
public GetDomainsAsync ( GetDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetDomainsRequest Container for the necessary parameters to execute the GetDomains operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstance() 공개 메소드

Returns information about a specific Amazon Lightsail instance, which is a virtual private server.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstance ( GetInstanceRequest request ) : GetInstanceResponse
request Amazon.Lightsail.Model.GetInstanceRequest Container for the necessary parameters to execute the GetInstance service method.
리턴 Amazon.Lightsail.Model.GetInstanceResponse

GetInstanceAccessDetails() 공개 메소드

Returns temporary SSH keys you can use to connect to a specific virtual private server, or instance.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstanceAccessDetails ( GetInstanceAccessDetailsRequest request ) : GetInstanceAccessDetailsResponse
request Amazon.Lightsail.Model.GetInstanceAccessDetailsRequest Container for the necessary parameters to execute the GetInstanceAccessDetails service method.
리턴 Amazon.Lightsail.Model.GetInstanceAccessDetailsResponse

GetInstanceAccessDetailsAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstanceAccessDetails operation.
public GetInstanceAccessDetailsAsync ( GetInstanceAccessDetailsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstanceAccessDetailsRequest Container for the necessary parameters to execute the GetInstanceAccessDetails operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstance operation.
public GetInstanceAsync ( GetInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstanceRequest Container for the necessary parameters to execute the GetInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstanceMetricData() 공개 메소드

Returns the data points for the specified Amazon Lightsail instance metric, given an instance name.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstanceMetricData ( GetInstanceMetricDataRequest request ) : GetInstanceMetricDataResponse
request Amazon.Lightsail.Model.GetInstanceMetricDataRequest Container for the necessary parameters to execute the GetInstanceMetricData service method.
리턴 Amazon.Lightsail.Model.GetInstanceMetricDataResponse

GetInstanceMetricDataAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstanceMetricData operation.
public GetInstanceMetricDataAsync ( GetInstanceMetricDataRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstanceMetricDataRequest Container for the necessary parameters to execute the GetInstanceMetricData operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstancePortStates() 공개 메소드

Returns the port states for a specific virtual private server, or instance.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstancePortStates ( GetInstancePortStatesRequest request ) : GetInstancePortStatesResponse
request Amazon.Lightsail.Model.GetInstancePortStatesRequest Container for the necessary parameters to execute the GetInstancePortStates service method.
리턴 Amazon.Lightsail.Model.GetInstancePortStatesResponse

GetInstancePortStatesAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstancePortStates operation.
public GetInstancePortStatesAsync ( GetInstancePortStatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstancePortStatesRequest Container for the necessary parameters to execute the GetInstancePortStates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstanceSnapshot() 공개 메소드

Returns information about a specific instance snapshot.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstanceSnapshot ( GetInstanceSnapshotRequest request ) : GetInstanceSnapshotResponse
request Amazon.Lightsail.Model.GetInstanceSnapshotRequest Container for the necessary parameters to execute the GetInstanceSnapshot service method.
리턴 Amazon.Lightsail.Model.GetInstanceSnapshotResponse

GetInstanceSnapshotAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstanceSnapshot operation.
public GetInstanceSnapshotAsync ( GetInstanceSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstanceSnapshotRequest Container for the necessary parameters to execute the GetInstanceSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstanceSnapshots() 공개 메소드

Returns all instance snapshots for the user's account.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstanceSnapshots ( GetInstanceSnapshotsRequest request ) : GetInstanceSnapshotsResponse
request Amazon.Lightsail.Model.GetInstanceSnapshotsRequest Container for the necessary parameters to execute the GetInstanceSnapshots service method.
리턴 Amazon.Lightsail.Model.GetInstanceSnapshotsResponse

GetInstanceSnapshotsAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstanceSnapshots operation.
public GetInstanceSnapshotsAsync ( GetInstanceSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstanceSnapshotsRequest Container for the necessary parameters to execute the GetInstanceSnapshots operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstanceState() 공개 메소드

Returns the state of a specific instance. Works on one instance at a time.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstanceState ( GetInstanceStateRequest request ) : GetInstanceStateResponse
request Amazon.Lightsail.Model.GetInstanceStateRequest Container for the necessary parameters to execute the GetInstanceState service method.
리턴 Amazon.Lightsail.Model.GetInstanceStateResponse

GetInstanceStateAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstanceState operation.
public GetInstanceStateAsync ( GetInstanceStateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstanceStateRequest Container for the necessary parameters to execute the GetInstanceState operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetInstances() 공개 메소드

Returns information about all Amazon Lightsail virtual private servers, or instances.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetInstances ( GetInstancesRequest request ) : GetInstancesResponse
request Amazon.Lightsail.Model.GetInstancesRequest Container for the necessary parameters to execute the GetInstances service method.
리턴 Amazon.Lightsail.Model.GetInstancesResponse

GetInstancesAsync() 공개 메소드

Initiates the asynchronous execution of the GetInstances operation.
public GetInstancesAsync ( GetInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetInstancesRequest Container for the necessary parameters to execute the GetInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetKeyPair() 공개 메소드

Returns information about a specific key pair.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetKeyPair ( GetKeyPairRequest request ) : GetKeyPairResponse
request Amazon.Lightsail.Model.GetKeyPairRequest Container for the necessary parameters to execute the GetKeyPair service method.
리턴 Amazon.Lightsail.Model.GetKeyPairResponse

GetKeyPairAsync() 공개 메소드

Initiates the asynchronous execution of the GetKeyPair operation.
public GetKeyPairAsync ( GetKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetKeyPairRequest Container for the necessary parameters to execute the GetKeyPair operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetKeyPairs() 공개 메소드

Returns information about all key pairs in the user's account.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetKeyPairs ( GetKeyPairsRequest request ) : GetKeyPairsResponse
request Amazon.Lightsail.Model.GetKeyPairsRequest Container for the necessary parameters to execute the GetKeyPairs service method.
리턴 Amazon.Lightsail.Model.GetKeyPairsResponse

GetKeyPairsAsync() 공개 메소드

Initiates the asynchronous execution of the GetKeyPairs operation.
public GetKeyPairsAsync ( GetKeyPairsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetKeyPairsRequest Container for the necessary parameters to execute the GetKeyPairs operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetOperation() 공개 메소드

Returns information about a specific operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetOperation ( GetOperationRequest request ) : GetOperationResponse
request Amazon.Lightsail.Model.GetOperationRequest Container for the necessary parameters to execute the GetOperation service method.
리턴 Amazon.Lightsail.Model.GetOperationResponse

GetOperationAsync() 공개 메소드

Initiates the asynchronous execution of the GetOperation operation.
public GetOperationAsync ( GetOperationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetOperationRequest Container for the necessary parameters to execute the GetOperation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetOperations() 공개 메소드

Returns information about all operations.

Results are returned from oldest to newest, up to a maximum of 200. Results can be paged by making each subsequent call to GetOperations use the maximum (last) statusChangedAt value from the previous request.

/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetOperations ( GetOperationsRequest request ) : GetOperationsResponse
request Amazon.Lightsail.Model.GetOperationsRequest Container for the necessary parameters to execute the GetOperations service method.
리턴 Amazon.Lightsail.Model.GetOperationsResponse

GetOperationsAsync() 공개 메소드

Initiates the asynchronous execution of the GetOperations operation.
public GetOperationsAsync ( GetOperationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetOperationsRequest Container for the necessary parameters to execute the GetOperations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetOperationsForResource() 공개 메소드

Gets operations for a specific resource (e.g., an instance or a static IP).
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetOperationsForResource ( GetOperationsForResourceRequest request ) : GetOperationsForResourceResponse
request Amazon.Lightsail.Model.GetOperationsForResourceRequest Container for the necessary parameters to execute the GetOperationsForResource service method.
리턴 Amazon.Lightsail.Model.GetOperationsForResourceResponse

GetOperationsForResourceAsync() 공개 메소드

Initiates the asynchronous execution of the GetOperationsForResource operation.
public GetOperationsForResourceAsync ( GetOperationsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetOperationsForResourceRequest Container for the necessary parameters to execute the GetOperationsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetRegions() 공개 메소드

Returns a list of all valid regions for Amazon Lightsail.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetRegions ( GetRegionsRequest request ) : GetRegionsResponse
request Amazon.Lightsail.Model.GetRegionsRequest Container for the necessary parameters to execute the GetRegions service method.
리턴 Amazon.Lightsail.Model.GetRegionsResponse

GetRegionsAsync() 공개 메소드

Initiates the asynchronous execution of the GetRegions operation.
public GetRegionsAsync ( GetRegionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetRegionsRequest Container for the necessary parameters to execute the GetRegions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetStaticIp() 공개 메소드

Returns information about a specific static IP.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetStaticIp ( GetStaticIpRequest request ) : GetStaticIpResponse
request Amazon.Lightsail.Model.GetStaticIpRequest Container for the necessary parameters to execute the GetStaticIp service method.
리턴 Amazon.Lightsail.Model.GetStaticIpResponse

GetStaticIpAsync() 공개 메소드

Initiates the asynchronous execution of the GetStaticIp operation.
public GetStaticIpAsync ( GetStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetStaticIpRequest Container for the necessary parameters to execute the GetStaticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

GetStaticIps() 공개 메소드

Returns information about all static IPs in the user's account.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetStaticIps ( GetStaticIpsRequest request ) : GetStaticIpsResponse
request Amazon.Lightsail.Model.GetStaticIpsRequest Container for the necessary parameters to execute the GetStaticIps service method.
리턴 Amazon.Lightsail.Model.GetStaticIpsResponse

GetStaticIpsAsync() 공개 메소드

Initiates the asynchronous execution of the GetStaticIps operation.
public GetStaticIpsAsync ( GetStaticIpsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetStaticIpsRequest Container for the necessary parameters to execute the GetStaticIps operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ImportKeyPair() 공개 메소드

Imports a public SSH key from a specific key pair.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public ImportKeyPair ( ImportKeyPairRequest request ) : ImportKeyPairResponse
request Amazon.Lightsail.Model.ImportKeyPairRequest Container for the necessary parameters to execute the ImportKeyPair service method.
리턴 Amazon.Lightsail.Model.ImportKeyPairResponse

ImportKeyPairAsync() 공개 메소드

Initiates the asynchronous execution of the ImportKeyPair operation.
public ImportKeyPairAsync ( ImportKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.ImportKeyPairRequest Container for the necessary parameters to execute the ImportKeyPair operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

IsVpcPeered() 공개 메소드

Returns a Boolean value indicating whether your Lightsail VPC is peered.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public IsVpcPeered ( IsVpcPeeredRequest request ) : IsVpcPeeredResponse
request IsVpcPeeredRequest Container for the necessary parameters to execute the IsVpcPeered service method.
리턴 Amazon.Lightsail.Model.IsVpcPeeredResponse

IsVpcPeeredAsync() 공개 메소드

Initiates the asynchronous execution of the IsVpcPeered operation.
public IsVpcPeeredAsync ( IsVpcPeeredRequest request, System cancellationToken = default(CancellationToken) ) : Task
request IsVpcPeeredRequest Container for the necessary parameters to execute the IsVpcPeered operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

OpenInstancePublicPorts() 공개 메소드

Adds public ports to an Amazon Lightsail instance.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public OpenInstancePublicPorts ( OpenInstancePublicPortsRequest request ) : OpenInstancePublicPortsResponse
request Amazon.Lightsail.Model.OpenInstancePublicPortsRequest Container for the necessary parameters to execute the OpenInstancePublicPorts service method.
리턴 Amazon.Lightsail.Model.OpenInstancePublicPortsResponse

OpenInstancePublicPortsAsync() 공개 메소드

Initiates the asynchronous execution of the OpenInstancePublicPorts operation.
public OpenInstancePublicPortsAsync ( OpenInstancePublicPortsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.OpenInstancePublicPortsRequest Container for the necessary parameters to execute the OpenInstancePublicPorts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

PeerVpc() 공개 메소드

Tries to peer the Lightsail VPC with the user's default VPC.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public PeerVpc ( PeerVpcRequest request ) : PeerVpcResponse
request PeerVpcRequest Container for the necessary parameters to execute the PeerVpc service method.
리턴 Amazon.Lightsail.Model.PeerVpcResponse

PeerVpcAsync() 공개 메소드

Initiates the asynchronous execution of the PeerVpc operation.
public PeerVpcAsync ( PeerVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task
request PeerVpcRequest Container for the necessary parameters to execute the PeerVpc operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

RebootInstance() 공개 메소드

Restarts a specific instance. When your Amazon Lightsail instance is finished rebooting, Lightsail assigns a new public IP address. To use the same IP address after restarting, create a static IP address and attach it to the instance.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public RebootInstance ( RebootInstanceRequest request ) : RebootInstanceResponse
request Amazon.Lightsail.Model.RebootInstanceRequest Container for the necessary parameters to execute the RebootInstance service method.
리턴 Amazon.Lightsail.Model.RebootInstanceResponse

RebootInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the RebootInstance operation.
public RebootInstanceAsync ( RebootInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.RebootInstanceRequest Container for the necessary parameters to execute the RebootInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ReleaseStaticIp() 공개 메소드

Deletes a specific static IP from your account.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public ReleaseStaticIp ( ReleaseStaticIpRequest request ) : ReleaseStaticIpResponse
request Amazon.Lightsail.Model.ReleaseStaticIpRequest Container for the necessary parameters to execute the ReleaseStaticIp service method.
리턴 Amazon.Lightsail.Model.ReleaseStaticIpResponse

ReleaseStaticIpAsync() 공개 메소드

Initiates the asynchronous execution of the ReleaseStaticIp operation.
public ReleaseStaticIpAsync ( ReleaseStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.ReleaseStaticIpRequest Container for the necessary parameters to execute the ReleaseStaticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

StartInstance() 공개 메소드

Starts a specific Amazon Lightsail instance from a stopped state. To restart an instance, use the reboot instance operation.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public StartInstance ( StartInstanceRequest request ) : StartInstanceResponse
request Amazon.Lightsail.Model.StartInstanceRequest Container for the necessary parameters to execute the StartInstance service method.
리턴 Amazon.Lightsail.Model.StartInstanceResponse

StartInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the StartInstance operation.
public StartInstanceAsync ( StartInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.StartInstanceRequest Container for the necessary parameters to execute the StartInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

StopInstance() 공개 메소드

Stops a specific Amazon Lightsail instance that is currently running.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public StopInstance ( StopInstanceRequest request ) : StopInstanceResponse
request Amazon.Lightsail.Model.StopInstanceRequest Container for the necessary parameters to execute the StopInstance service method.
리턴 Amazon.Lightsail.Model.StopInstanceResponse

StopInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the StopInstance operation.
public StopInstanceAsync ( StopInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.StopInstanceRequest Container for the necessary parameters to execute the StopInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UnpeerVpc() 공개 메소드

Attempts to unpeer the Lightsail VPC from the user's default VPC.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public UnpeerVpc ( UnpeerVpcRequest request ) : UnpeerVpcResponse
request UnpeerVpcRequest Container for the necessary parameters to execute the UnpeerVpc service method.
리턴 Amazon.Lightsail.Model.UnpeerVpcResponse

UnpeerVpcAsync() 공개 메소드

Initiates the asynchronous execution of the UnpeerVpc operation.
public UnpeerVpcAsync ( UnpeerVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UnpeerVpcRequest Container for the necessary parameters to execute the UnpeerVpc operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdateDomainEntry() 공개 메소드

Updates a domain recordset after it is created.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public UpdateDomainEntry ( UpdateDomainEntryRequest request ) : UpdateDomainEntryResponse
request Amazon.Lightsail.Model.UpdateDomainEntryRequest Container for the necessary parameters to execute the UpdateDomainEntry service method.
리턴 Amazon.Lightsail.Model.UpdateDomainEntryResponse

UpdateDomainEntryAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateDomainEntry operation.
public UpdateDomainEntryAsync ( UpdateDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.UpdateDomainEntryRequest Container for the necessary parameters to execute the UpdateDomainEntry operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task