Amazon.CodeDeploy.AmazonCodeDeployClient.GetApplication C# (CSharp) Метод

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

Gets information about an application.
/// The application does not exist with the applicable IAM user or AWS account. /// /// The minimum number of required application names was not specified. /// /// The application name was specified in an invalid format. ///
public GetApplication ( GetApplicationRequest request ) : Amazon.CodeDeploy.Model.GetApplicationResponse
request Amazon.CodeDeploy.Model.GetApplicationRequest Container for the necessary parameters to execute the GetApplication service method.
Результат Amazon.CodeDeploy.Model.GetApplicationResponse
        public GetApplicationResponse GetApplication(GetApplicationRequest request)
        {
            var marshaller = new GetApplicationRequestMarshaller();
            var unmarshaller = GetApplicationResponseUnmarshaller.Instance;

            return Invoke<GetApplicationRequest,GetApplicationResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient