Amazon.Lightsail.AmazonLightsailClient.GetBlueprints C# (CSharp) Method

GetBlueprints() public method

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.
return GetBlueprintsResponse
        public GetBlueprintsResponse GetBlueprints(GetBlueprintsRequest request)
        {
            var marshaller = new GetBlueprintsRequestMarshaller();
            var unmarshaller = GetBlueprintsResponseUnmarshaller.Instance;

            return Invoke<GetBlueprintsRequest,GetBlueprintsResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient