Amazon.Lightsail.AmazonLightsailClient.GetInstanceSnapshots C# (CSharp) Метод

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
        public GetInstanceSnapshotsResponse GetInstanceSnapshots(GetInstanceSnapshotsRequest request)
        {
            var marshaller = new GetInstanceSnapshotsRequestMarshaller();
            var unmarshaller = GetInstanceSnapshotsResponseUnmarshaller.Instance;

            return Invoke<GetInstanceSnapshotsRequest,GetInstanceSnapshotsResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient