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

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
        public GetBundlesResponse GetBundles(GetBundlesRequest request)
        {
            var marshaller = new GetBundlesRequestMarshaller();
            var unmarshaller = GetBundlesResponseUnmarshaller.Instance;

            return Invoke<GetBundlesRequest,GetBundlesResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient