Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest.UpdateApplicationVersionRequest C# (CSharp) Метод

UpdateApplicationVersionRequest() публичный Метод

Instantiates UpdateApplicationVersionRequest with the parameterized properties
public UpdateApplicationVersionRequest ( string applicationName, string versionLabel ) : System
applicationName string The name of the application associated with this version. If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.
versionLabel string The name of the version to update. If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.
Результат System
        public UpdateApplicationVersionRequest(string applicationName, string versionLabel)
        {
            _applicationName = applicationName;
            _versionLabel = versionLabel;
        }

Same methods

UpdateApplicationVersionRequest::UpdateApplicationVersionRequest ( ) : System